Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 392747 - armv7a-hardfloat-linux-gnueabi-emerge sys-libs/pam-1.1.3 as well as sys-libs/pam-1.1.5 fails
Summary: armv7a-hardfloat-linux-gnueabi-emerge sys-libs/pam-1.1.3 as well as sys-libs/...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-01 17:11 UTC by Fabian Büttner
Modified: 2011-12-06 12:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,4.36 KB, text/plain)
2011-12-06 12:12 UTC, Fabian Büttner
Details
sed (sedACL.log,10.44 KB, text/plain)
2011-12-06 12:13 UTC, Fabian Büttner
Details
pam with libcrack useflag (pamlibcrack.log,67.45 KB, text/plain)
2011-12-06 12:13 UTC, Fabian Büttner
Details
pam without libcrack useflag (pamlibdb.log,208.40 KB, text/plain)
2011-12-06 12:13 UTC, Fabian Büttner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Büttner 2011-12-01 17:11:04 UTC
pam fails with the following error:
/usr/lib/libdb-4.8.so: file not recognized: File format not recognized

Apparently it's picking the lib from the wrong location.
If you need more information, just let me know.
I disabled the pam useflag for now as workaround.

regards,
fabian
Comment 1 SpanKY gentoo-dev 2011-12-01 20:26:31 UTC
please post full build logs as attachments as well as `emerge --info` in all of your bug reports
Comment 2 Fabian Büttner 2011-12-06 12:12:12 UTC
(In reply to comment #1)
> please post full build logs as attachments as well as `emerge --info` in all of
> your bug reports

Hi,
sorry for the late answer.
I switched from armv7a-hardfloat-linux-gnueabi to armv7a-unknown-linux-gnueabi since i was unable to compile a software called C6Runapp-0-98-03-03, which is not in portage, with the hardfloat gcc that i absolutely need for my work.

However, I am experiencing the same issues while cross-emerging openssh:
1. sed-4.2.1 failing because of a set ACL use flag, fixed by setting -acl in make.conf
2. gettext-0.18.1.1-r1 because libtool is looking in /usr/lib for libc, fixed it by using gettext-0.18.1.1-r3 that is ~arm atm.
3. pam-1.1.5 because libtool is looking for cracklib in the wrong dir, fixed by setting -cracklib in make.conf. After that it fails with the libdb error from my first post.

reagards,
fabian
Comment 3 Fabian Büttner 2011-12-06 12:12:48 UTC
Created attachment 294961 [details]
emerge --info
Comment 4 Fabian Büttner 2011-12-06 12:13:05 UTC
Created attachment 294963 [details]
sed
Comment 5 Fabian Büttner 2011-12-06 12:13:25 UTC
Created attachment 294965 [details]
pam with libcrack useflag
Comment 6 Fabian Büttner 2011-12-06 12:13:55 UTC
Created attachment 294967 [details]
pam without libcrack useflag