Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 69360 Details for
Bug 107430
[gcc4] pam and shadow not compiling due to pam headers problem
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pam-0.78-r2.txt
pam-0.78-r2.txt (text/plain), 4.02 KB, created by
Markus Rothe (RETIRED)
on 2005-09-27 11:58:08 UTC
(
hide
)
Description:
pam-0.78-r2.txt
Filename:
MIME Type:
Creator:
Markus Rothe (RETIRED)
Created:
2005-09-27 11:58:08 UTC
Size:
4.02 KB
patch
obsolete
>powerpc64-unknown-linux-gnu-gcc: -L/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/lib: linker input file unused because linking not done >powerpc64-unknown-linux-gnu-gcc -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Dlinux -I/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/include -Wl,-L/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/lib -O2 -mtune=970 -mcpu=970 -mabi=altivec -pipe -I./include -I/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/libpam/include -I/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78 -I/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/libpamc/include -fPIC -DPAM_DYNAMIC -D"DEFAULT_MODULE_PATH=\"/lib64/security/\"" -DLIBPAM_VERSION_MAJOR=0 -DLIBPAM_VERSION_MINOR=78 -c pam_env.c -o static/pam_env.o >powerpc64-unknown-linux-gnu-gcc: -L/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/lib: linker input file unused because linking not done >powerpc64-unknown-linux-gnu-gcc -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Dlinux -I/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/include -Wl,-L/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/lib -O2 -mtune=970 -mcpu=970 -mabi=altivec -pipe -I./include -I/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/libpam/include -I/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78 -I/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/libpamc/include -fPIC -DPAM_DYNAMIC -D"DEFAULT_MODULE_PATH=\"/lib64/security/\"" -DLIBPAM_VERSION_MAJOR=0 -DLIBPAM_VERSION_MINOR=78 -c pam_log.c -o static/pam_log.o >powerpc64-unknown-linux-gnu-gcc: -L/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/lib: linker input file unused because linking not done >ar cru libpam.a static/pam_item.o static/pam_strerror.o static/pam_end.o static/pam_start.o static/pam_data.o static/pam_delay.o static/pam_dispatch.o static/pam_handlers.o static/pam_misc.o static/pam_account.o static/pam_auth.o static/pam_session.o static/pam_password.o static/pam_env.o static/pam_log.o >: libpam.a >make[1]: Leaving directory `/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/libpam' >make -C libpamc all >make[1]: Entering directory `/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/libpamc' >mkdir -p dynamic >mkdir -p static >powerpc64-unknown-linux-gnu-gcc -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Dlinux -I/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/include -Wl,-L/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/lib -O2 -mtune=970 -mcpu=970 -mabi=altivec -pipe -I./include -I/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/libpam/include -I/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78 -I/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/libpamc/include -fPIC -DPAM_DYNAMIC -c pamc_client.c -o dynamic/pamc_client.o >In file included from /usr/include/asm/types.h:8, > from /usr/include/asm-ppc64/elf.h:4, > from /usr/include/asm/elf.h:8, > from /usr/include/asm-ppc64/sigcontext.h:12, > from /usr/include/asm/sigcontext.h:8, > from /usr/include/bits/sigcontext.h:28, > from /usr/include/signal.h:333, > from /usr/include/sys/wait.h:30, > from libpamc.h:18, > from pamc_client.c:9: >/usr/include/asm-ppc64/types.h:27: error: duplicate 'unsigned' >/usr/include/asm-ppc64/types.h:27: error: two or more data types in declaration specifiers >/usr/include/asm-ppc64/types.h:33: error: duplicate 'unsigned' >/usr/include/asm-ppc64/types.h:33: error: two or more data types in declaration specifiers >make[1]: *** [dynamic/pamc_client.o] Error 1 >make[1]: Leaving directory `/var/tmp/portage/pam-0.78-r2/work/Linux-PAM-0.78/libpamc' >make: *** [libpamc] Error 2 > >!!! ERROR: sys-libs/pam-0.78-r2 failed. >!!! Function src_compile, Line 271, Exitcode 2 >!!! PAM build failed >!!! If you need support, post the topmost build error, NOT this status message.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 107430
: 69360 |
69361
|
69362
|
76871
|
76872
|
76877