First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 214865
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Patrick McLean <chutzpah@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Toralf Förster <toralf.foerster@gmx.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 214865 depends on: Show dependency tree
Bug 214865 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: 2008-03-26 13:15 0000
In the emerge logfile I have :

...
>>> Install dnsmasq-2.41 into /var/tmp/portage/net-dns/dnsmasq-2.41/image/ category net-dns
cd src && make \
 DBUS_MINOR=" `echo  | ../bld/pkg-wrapper pkg-config --modversion dbus-1 | nawk
-F . -- '{ if ($(NF-1)) print \"-DDBUS_MINOR=\"$(NF-1) }'`"  \
 DBUS_CFLAGS="`echo  | ../bld/pkg-wrapper pkg-config --cflags dbus-1`"  \
 DBUS_LIBS="  `echo  | ../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

IMHO nawk isn't available at all Gentoo systems.


Reproducible: Always

------- Comment #1 From Jakub Moc (RETIRED) 2008-03-26 13:56:53 0000 -------
You are on SunOS that it matters, or what's exactly the issue here?

------- Comment #2 From Toralf Förster 2008-03-26 14:05:43 0000 -------
(In reply to comment #1)
> You are on SunOS that it matters, or what's exactly the issue here?
> 

Oh no, I've a rather straight Gentoo. I think, that the nawk error comes rather
from the line  DBUS_MINOR=" than from  SUNOS_VER isn't it ?

BTW the error occurs twice.

I'm only wondering whether the failed checks does harm sth. or not.

------- Comment #3 From Toralf Förster 2008-03-28 10:10:49 0000 -------
This is the culprit:

n22 /var/tmp/portage/net-dns/dnsmasq-2.41/work/dnsmasq-2.41 # grep nawk *
Makefile:AWK = nawk

------- Comment #4 From SpanKY 2008-04-03 22:29:34 0000 -------
it's harmless for us, but i've fixed it in cvs

http://sources.gentoo.org/net-dns/dnsmasq/dnsmasq-2.41.ebuild?r1=1.4&r2=1.5

First Last Prev Next    No search results available      Search page      Enter new bug