* [ptxdist] Downloading all source packages
@ 2014-08-11 6:18 Matthias Klein
2014-08-11 8:59 ` Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Klein @ 2014-08-11 6:18 UTC (permalink / raw)
To: ptxdist
Hello,
I tried (from a working ptxdist project) to download all source packages
in advance for working offline ...
./ptx alleysconfig
./get get
But then I the error that no toolchain can be found:
error: sorry, no toolchain found, matching
/opt/OSELAS.Toolchain-2013*/arm-cortexa8-linux-gnueabihf/gcc-4.8.3-java-glibc-2.18-*/bin
please use 'ptxdist toolchain </path/to/toolchain>' to select
your toolchain
Then I set a toolchain with: ./ptx toolchain
/opt/OSELAS.Toolchain-2013.12.2/arm-cortexa8-linux-gnueabihf/gcc-4.8.3-glibc-2.18-binutils-2.24-kernel-3.12-sanitized/bin
But then I the error about the vaild platform:
./ptx get
warning: (LIBC_THREAD_DB) selects GLIBC_THREAD_DB which has unmet direct
dependencies (LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_PTHREAD && LIBC_RT && LIBURCU && LOG4CPLUS) selects
GLIBC_PTHREAD which has unmet direct dependencies (LIBC && GLIBC &&
!PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_UTIL) selects GLIBC_UTIL which has unmet direct
dependencies (LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_NSS_DNS) selects GLIBC_NSS_DNS which has unmet direct
dependencies (LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_DL) selects GLIBC_DL which has unmet direct dependencies
(LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (BASH) selects BASH_CONDITIONAL which has unmet direct
dependencies (!BASH_SHLIKE && BASH)
warning: (LIBC_RESOLV) selects GLIBC_RESOLV which has unmet direct
dependencies (LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_RT) selects GLIBC_RT which has unmet direct dependencies
(LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (GLOBAL_SELINUX) selects BUSYBOX_BUILD_LIBBUSYBOX which has
unmet direct dependencies (BUSYBOX && !BUSYBOX_FEATURE_PREFER_APPLETS &&
!BUSYBOX_PIE && !BUSYBOX_STATIC)
warning: (LIBC_NSS_FILES) selects GLIBC_NSS_FILES which has unmet direct
dependencies (LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_NSL) selects GLIBC_NSL which has unmet direct
dependencies (LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_CRYPT) selects GLIBC_CRYPT which has unmet direct
dependencies (LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_M) selects GLIBC_M which has unmet direct dependencies
(LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_THREAD_DB) selects GLIBC_THREAD_DB which has unmet direct
dependencies (LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_PTHREAD && LIBC_RT && LIBURCU && LOG4CPLUS) selects
GLIBC_PTHREAD which has unmet direct dependencies (LIBC && GLIBC &&
!PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_UTIL) selects GLIBC_UTIL which has unmet direct
dependencies (LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_NSS_DNS) selects GLIBC_NSS_DNS which has unmet direct
dependencies (LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_DL) selects GLIBC_DL which has unmet direct dependencies
(LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (BASH) selects BASH_CONDITIONAL which has unmet direct
dependencies (!BASH_SHLIKE && BASH)
warning: (LIBC_RESOLV) selects GLIBC_RESOLV which has unmet direct
dependencies (LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_RT) selects GLIBC_RT which has unmet direct dependencies
(LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (GLOBAL_SELINUX) selects BUSYBOX_BUILD_LIBBUSYBOX which has
unmet direct dependencies (BUSYBOX && !BUSYBOX_FEATURE_PREFER_APPLETS &&
!BUSYBOX_PIE && !BUSYBOX_STATIC)
warning: (LIBC_NSS_FILES) selects GLIBC_NSS_FILES which has unmet direct
dependencies (LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_NSL) selects GLIBC_NSL which has unmet direct
dependencies (LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_CRYPT) selects GLIBC_CRYPT which has unmet direct
dependencies (LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
warning: (LIBC_M) selects GLIBC_M which has unmet direct dependencies
(LIBC && GLIBC && !PROJECT_USE_BASE_PLATFORM)
ptxdist: error:
/opt/OSELAS.BSP//OSELAS.BSP---V2014.11-00003-g61f924e484d5-dirty/platform-optimeas-tx53-trunk
is not a valid platform.
Is it not possible to download all packages in advance?
Do you have an idea how many GB ptxdist would download?
Best regards,
Matthias
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] Downloading all source packages
2014-08-11 6:18 [ptxdist] Downloading all source packages Matthias Klein
@ 2014-08-11 8:59 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2014-08-11 8:59 UTC (permalink / raw)
To: ptxdist
On Mon, Aug 11, 2014 at 08:18:32AM +0200, Matthias Klein wrote:
> I tried (from a working ptxdist project) to download all source
> packages in advance for working offline ...
>
> ./ptx alleysconfig
I think you mean 'allyesconfig'. That does not work. There a a lot of
conflicting options that cannot be defined properly with the kconfig
syntax.
The result are the warnings you see below.
> ./ptx get
[...]
> Is it not possible to download all packages in advance?
> Do you have an idea how many GB ptxdist would download?
'get' only makes sense for a specific project. And the size really depends
on what is enabled.
Michael
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-11 8:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-11 6:18 [ptxdist] Downloading all source packages Matthias Klein
2014-08-11 8:59 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox