| Summary: | sys-devel/crossdev: some vars are setup with invalid -L/-I paths | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Joerg Faschingbauer <joerg.faschingbauer> |
| Component: | [OLD] Core system | Assignee: | Embedded Gentoo Team <embedded> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bertrand, luke-jr+gentoobugs |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
ebuild log file
Patch against toplevel Makefile ebuild 2.6.37-r1 to apply the patch |
||
|
Description
Joerg Faschingbauer
2011-04-18 09:32:56 UTC
Portage 2.1.9.42 (embedded, gcc-4.5.2, glibc-2.13-r2, 2.6.36-gentoo-r8 x86_64) ================================================================= System uname: Linux-2.6.36-gentoo-r8-x86_64-Intel-R-_Core-TM-_i5_CPU_M_430_@_2.27GHz-with-gentoo-1.12.14 Timestamp of tree: Sun, 17 Apr 2011 10:30:01 +0000 app-shells/bash: 4.1_p9 dev-lang/python: 2.6.6-r2, 2.7.1-r1, 3.1.3-r1 dev-util/cmake: 2.8.4 sys-apps/baselayout: 1.12.14-r1 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.5 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 sys-kernel/linux-headers: 2.6.36.1 virtual/os-headers: 0 ACCEPT_KEYWORDS="arm ~arm" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-Os -pipe -fomit-frame-pointer -I/usr/armv5te-unknown-linux-gnueabi/usr/include/ -I/usr/armv5te-unknown-linux-gnueabi/include/" CHOST="armv5te-unknown-linux-gnueabi" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-Os -pipe -fomit-frame-pointer -I/usr/armv5te-unknown-linux-gnueabi/usr/include/ -I/usr/armv5te-unknown-linux-gnueabi/include/" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs buildpkg distlocks fixlafiles fixpackages news nodoc noinfo noman parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="" GENTOO_MIRRORS="http://gentoo.inode.at/ ftp://gentoo.inode.at/source/ http://gd.tuwien.ac.at/opsys/linux/gentoo/ ftp://gd.tuwien.ac.at/opsys/linux/gentoo/ rsync://gd.tuwien.ac.at/opsys/linux/gentoo/" LDFLAGS="-L/usr/armv5te-unknown-linux-gnueabi/lib -L/usr/armv5te-unknown-linux-gnueabi/usr/lib" LINGUAS="en" MAKEOPTS="-j4" PKGDIR="/usr/armv5te-unknown-linux-gnueabi/packages/" PORTAGE_CONFIGROOT="/usr/armv5te-unknown-linux-gnueabi/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/usr/armv5te-unknown-linux-gnueabi/tmp/" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="arm bindist kdrive make-symlinks minimal modules multicall zlib" ELIBC="glibc" INPUT_DEVICES="evdev mouse keyboard tslib" KERNEL="linux" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="fbdev" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS ebuild is sys-apps/iproute2-2.6.37. applies to sys-apps/iproute2-2.6.35-r2 likewise. Created attachment 270355 [details]
ebuild log file
Created attachment 270357 [details, diff]
Patch against toplevel Makefile
rather than adding internal static libraries with -L and their basenames, add them by their file names.
Created attachment 270359 [details]
ebuild 2.6.37-r1 to apply the patch
there should be no sysroot -L/-I paths in any crossdev wrappers *** Bug 481104 has been marked as a duplicate of this bug. *** (In reply to SpanKY from comment #7) > http://git.overlays.gentoo.org/gitweb/?p=proj/crossdev.git;a=commitdiff; > h=af354f0cb593a818d203580e94d098ab3c0657e9 You do realise git.overlays.gentoo.org has been down for months, right? Is there another source to see this commit? |