touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #117459
[Bug 1508564] Re: cross binutils don't include the system search paths
Hello Matthias, or anyone else affected,
Accepted binutils into wily-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/binutils/2.25.1-6ubuntu2 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Your feedback will aid us getting this update
out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed. In either case, details of your testing will help
us make a better decision.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Changed in: binutils (Ubuntu Wily)
Importance: Undecided => Medium
** Changed in: binutils (Ubuntu Wily)
Status: New => Fix Committed
** Tags added: verification-needed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to binutils in Ubuntu.
https://bugs.launchpad.net/bugs/1508564
Title:
cross binutils don't include the system search paths
Status in binutils package in Ubuntu:
Fix Released
Status in binutils source package in Wily:
Fix Committed
Bug description:
e.g.
$ powerpc64le-linux-gnu-ld --verbose |grep SEARCH_DIR
SEARCH_DIR("/usr/powerpc64le-linux-gnu/lib64le"); SEARCH_DIR("/usr/powerpc64le-linux-gnu/lib");
that should read (like in vivid):
$ powerpc64le-linux-gnu-ld --verbose |grep SEARCH_DIR
SEARCH_DIR("=/usr/powerpc64le-linux-gnu/lib64le"); SEARCH_DIR("=/usr/local/lib64le"); SEARCH_DIR("=/lib64le"); SEARCH_DIR("=/usr/lib64le"); SEARCH_DIR("=/usr/powerpc64le-linux-gnu/lib"); SEARCH_DIR("=/usr/local/lib/powerpc64le-linux-gnu"); SEARCH_DIR("=/usr/local/lib"); SEARCH_DIR("=/lib/powerpc64le-linux-gnu"); SEARCH_DIR("=/lib"); SEARCH_DIR("=/usr/lib/powerpc64le-linux-gnu"); SEARCH_DIR("=/usr/lib");
Acceptance criteria: all cross ld versions include the system search
paths.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1508564/+subscriptions
References