BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005884 [buildroot] Other minor always 10-30-08 20:25 10-30-08 21:03
Reporter peejay View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version 0.9.27
Summary 0005884: zlib and pciutils build in the wrong order
Description pciutils requires zlib, but zlib seems to build after pciutils. The obvious workaround is to disable pciutils and let zlib build, then add pciutils back in and build again.

/home/paul.jones/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibcgnueabi-gcc -Os -I/home/paul.jones/buildroot/build_arm/staging_dir/usr/include -I/home/paul.jones/buildroot/build_arm/staging_dir/include -mtune=arm920t -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -c -o names.o names.c
names.c:18:18: error: zlib.h: No such file or directory
names.c:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pci_file'
names.c:23: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pci_open'
names.c:187: error: expected declaration specifiers or '...' before 'pci_file'
names.c: In function 'id_parse_list':
names.c:197: warning: implicit declaration of function 'gzgets'
names.c:197: error: 'f' undeclared (first use in this function)
names.c:197: error: (Each undeclared identifier is reported only once
names.c:197: error: for each function it appears in.)
names.c:203: warning: implicit declaration of function 'gzeof'
names.c: In function 'pci_load_name_list':
names.c:321: error: 'pci_file' undeclared (first use in this function)
names.c:321: error: expected ';' before 'f'
names.c:327: error: 'f' undeclared (first use in this function)
names.c:327: warning: implicit declaration of function 'pci_open'
names.c:331: error: too many arguments to function 'id_parse_list'
names.c:332: warning: implicit declaration of function 'gzerror'
names.c:332: error: 'Z_ERRNO' undeclared (first use in this function)
names.c:332: warning: implicit declaration of function 'zError'
names.c:332: warning: assignment makes pointer from integer without a cast
names.c:333: warning: implicit declaration of function 'gzclose'
make[2]: *** [names.o] Error 1
make[2]: Leaving directory `/home/paul.jones/buildroot/build_arm/pciutils-2.2.10/lib'
make[1]: *** [lib/libpci.a] Error 2
make[1]: Leaving directory `/home/paul.jones/buildroot/build_arm/pciutils-2.2.10'
make: *** [/home/paul.jones/buildroot/build_arm/pciutils-2.2.10/.compiled] Error 2
Additional Information
Attached Files

- Relationships

- Notes
(0014714)
Correa
10-30-08 21:03

Fixed in r23876.
 

- Issue History
Date Modified Username Field Change
10-30-08 20:25 peejay New Issue
10-30-08 20:25 peejay Status new => assigned
10-30-08 20:25 peejay Assigned To  => buildroot
10-30-08 21:03 Correa Status assigned => closed
10-30-08 21:03 Correa Note Added: 0014714
10-30-08 21:03 Correa Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker