Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 125598
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mobile Herd <mobile@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Natanael Copa <natanael.copa@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
pccardctl-uclibc.patch patch to remove libintl.h patch Natanael Copa 2006-03-09 06:48 0000 251 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 125598 depends on: Show dependency tree
Bug 125598 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-03-09 06:40 0000
Looks like it requires libintl.h:

...
src/pccardctl.c:19:21: libintl.h: No such file or directory
i386-gentoo-linux-uclibc-gcc -pipe -DPCMCIAUTILS_VERSION=\"012\" -march=i386
-Os -pipe -fomit-frame-pointer
-I/var/tmp/portage/pcmciautils-012/work/pcmciautils-012/src -Wall
-Wchar-subscripts -Wpointer-arith -Wsign-compare  -Wdeclaration-after-statement
-Wshadow -I/usr/lib/gcc/i386-gentoo-linux-uclibc/3.4.5/include -Os
-fomit-frame-pointer -D_GNU_SOURCE -c -o src/read-cis.o src/read-cis.c
i386-gentoo-linux-uclibc-gcc -pipe -DPCMCIAUTILS_VERSION=\"012\" -march=i386
-Os -pipe -fomit-frame-pointer
-I/var/tmp/portage/pcmciautils-012/work/pcmciautils-012/src -Wall
-Wchar-subscripts -Wpointer-arith -Wsign-compare  -Wdeclaration-after-statement
-Wshadow -I/usr/lib/gcc/i386-gentoo-linux-uclibc/3.4.5/include -Os
-fomit-frame-pointer -D_GNU_SOURCE -c -o src/startup.o src/startup.c
i386-gentoo-linux-uclibc-gcc -pipe -DPCMCIAUTILS_VERSION=\"012\" -march=i386
-Os -pipe -fomit-frame-pointer
-I/var/tmp/portage/pcmciautils-012/work/pcmciautils-012/src -Wall
-Wchar-subscripts -Wpointer-arith -Wsign-compare  -Wdeclaration-after-statement
-Wshadow -I/usr/lib/gcc/i386-gentoo-linux-uclibc/3.4.5/include -Os
-fomit-frame-pointer -D_GNU_SOURCE -c -o src/yacc_config.o src/yacc_config.c
make: *** [src/pccardctl.o] Error 1
make: *** Waiting for unfinished jobs....
y.tab.c: In function `yyparse':
y.tab.c:284: warning: implicit declaration of function `yylex'
y.tab.c: At top level:
src/yacc_config.c:3: warning: 'yyrcsid' defined but not used

------- Comment #1 From Natanael Copa 2006-03-09 06:48:09 0000 -------
Just remove the line:

#include <libintl.h>

and it works.

------- Comment #2 From Natanael Copa 2006-03-09 06:48:57 0000 -------
Created an attachment (id=81768) [details]
patch to remove libintl.h

Patch that fixes problem on embedded.

------- Comment #3 From Henrik Brix Andersen 2006-03-24 08:30:54 0000 -------
Fixed in CVS. Thank you for reporting this.

Wait a couple of hours, emerge --sync and retry.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug