Gentoo Archives: gentoo-dev

From: Tom Syroid <tom@×××××××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] PAM appears B0rked
Date: Mon, 21 Oct 2002 10:34:55
Message-Id: 61170000.1035214489@phaedrus.syroidmanor.com
1 Devs,
2
3 I did the ACCEPT_KEYWORDS="~x86" this morning and proceeded to emerge the
4 long list of updates available. But what appears to be a lib error in PAM
5 (sorry, not a programmer) is holding up the works. Is this just me, or has
6 anyone else experienced the same?
7
8 Best,
9 /tom
10
11 ---snip---
12 config.y: In function `_pc_yyparse':
13 config.y:103: warning: char format, void arg (arg 4)
14 /usr/share/bison/bison.simple:799: warning: passing arg 1 of `_pc_yyerror'
15 discards qualifi
16 /usr/share/bison/bison.simple:924: warning: passing arg 1 of `_pc_yyerror'
17 discards qualifi
18 /usr/lib/libglib.a(gstrfuncs.o)(.text+0x734): In function `g_strdown':
19 : undefined reference to `__ctype_tolower'
20 /usr/lib/libglib.a(gstrfuncs.o)(.text+0x7b4): In function `g_strup':
21 : undefined reference to `__ctype_toupper'
22 /usr/lib/libglib.a(gstrfuncs.o)(.text+0x10da): In function `g_strchug':
23 : undefined reference to `__ctype_b'
24 /usr/lib/libglib.a(gstrfuncs.o)(.text+0x119c): In function `g_strchomp':
25 : undefined reference to `__ctype_b'
26 /usr/lib/libglib.a(gstrfuncs.o)(.text+0x11bc): In function `g_strchomp':
27 : undefined reference to `__ctype_b'
28 /usr/lib/libglib.a(gstring.o)(.text+0x584): In function `g_string_down':
29 : undefined reference to `__ctype_tolower'
30 /usr/lib/libglib.a(gstring.o)(.text+0x604): In function `g_string_up':
31 : undefined reference to `__ctype_toupper'
32 collect2: ld returned 1 exit status
33 make[2]: *** [pam_console_apply] Error 1
34 make[2]: Leaving directory
35 `/var/tmp/portage/pam-0.75-r8/work/Linux-PAM-0.75/modules/pam_co
36 make[1]: *** [all] Error 1
37 make[1]: Leaving directory
38 `/var/tmp/portage/pam-0.75-r8/work/Linux-PAM-0.75/modules'
39 make: *** [modules] Error 2
40
41 !!! ERROR: The ebuild did not complete successfully.
42 !!! Function src_compile, Line 101, Exitcode 2
43 !!! Failed to build
44 ---ends---

Replies

Subject Author
Re: [gentoo-dev] PAM appears B0rked Stefan Jones <stefan.jones@××××××××.com>
Re: [gentoo-dev] PAM appears B0rked "Matthew J. Turk" <satai@g.o>