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
0003754 [buildroot] Architecture Specific block always 06-14-08 17:01 07-17-08 03:39
Reporter KHAksnes View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0003754: dnsmasq fails to link on i686 platforms
Description dnsmask insists on loading libdbus-1.so from /lib instead of
build_i686/staging_dir/usr/lib ending with linking failure as expected.
I am using svn version 22342 of buildroot.
Additional Information
Attached Files  compilelog [^] (224,765 bytes) 06-15-08 14:08

- Relationships

- Notes
(0008264)
jacmet
06-15-08 13:40

I cannot reproduce it on ppc, please provide more details
 
(0008274)
KHAksnes
06-15-08 14:07

A compile log ( after doing rm -rf build_i686/dnsmasq* )
are uploaded
 
(0008384)
jacmet
06-18-08 06:06

From the log:

make[1]: Entering directory `/media/EkstraDisk/buildroot/build_i686/dnsmasq-2.41'
cd src && /usr/bin/make \
 DBUS_MINOR=" `echo -DNO_IPV6 | ../bld/pkg-wrapper pkg-config --modversion dbus-1 | nawk -F . -- '{ if ($(NF-1)) print \"-DDBUS_MINOR=\"$(NF-1) }'`" \
 DBUS_CFLAGS="`echo -DNO_IPV6 | ../bld/pkg-wrapper pkg-config --cflags dbus-1`" \
 DBUS_LIBS=" `echo -DNO_IPV6 | ../bld/pkg-wrapper pkg-config --libs dbus-1`" \
 SUNOS_LIBS=" `if uname | grep SunOS 2>&1 >/dev/null; then echo -lsocket -lnsl -lposix4; fi `" \
 SUNOS_VER=" `if uname | grep SunOS 2>&1 >/dev/null; then uname -r | nawk -F . -- '{ print \"-DSUNOS_VER=\"$2 }'; fi`" \
 -f ../bld/Makefile dnsmasq
/bin/sh: line 1: nawk: command not found

Don't you have nawk installed? On my system, nawk is a link to gawk.

Seems like we don't currently check for awk in dependencies.sh, will fix
 
(0008394)
jacmet
06-18-08 06:17

I have now added an awk check to dependencies.sh and forced dnsmasq to use awk rather than nawk, so closing issue.
 

- Issue History
Date Modified Username Field Change
06-14-08 17:01 KHAksnes New Issue
06-14-08 17:01 KHAksnes Status new => assigned
06-14-08 17:01 KHAksnes Assigned To  => buildroot
06-15-08 13:40 jacmet Note Added: 0008264
06-15-08 14:07 KHAksnes Note Added: 0008274
06-15-08 14:08 KHAksnes File Added: compilelog
06-18-08 06:06 jacmet Note Added: 0008384
06-18-08 06:17 jacmet Status assigned => resolved
06-18-08 06:17 jacmet Resolution open => fixed
06-18-08 06:17 jacmet Note Added: 0008394
07-16-08 08:02 bernhardf Status resolved => new
07-17-08 03:39 bernhardf Status new => closed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker