Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 396405 - net-misc/mDNSResponder-212.1 missing dependency on sys-devel/bison
Summary: net-misc/mDNSResponder-212.1 missing dependency on sys-devel/bison
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-29 12:52 UTC by Kobboi
Modified: 2011-12-29 18:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2011-12-29 12:52:56 UTC
...
x86_64-pc-linux-gnu-gcc -I../mDNSCore -I../mDNSShared -Iobjects/prod -fwrapv -W -Wall -DPID_FILE=\"/var/run/mdnsd.pid\" -DMDNS_UDS_SERVERPATH=\"/var/run/mdnsd\" -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -DTARGET_OS_LINUX -Os -DMDNS_DEBUGMSGS=0  -c -o objects/prod/Identify.c.o Identify.c
x86_64-pc-linux-gnu-gcc objects/prod/mDNSPosix.c.o objects/prod/mDNSUNP.c.o objects/prod/mDNSDebug.c.o objects/prod/GenLinkedList.c.o objects/prod/DNSDigest.c.o objects/prod/uDNS.c.o objects/prod/DNSCommon.c.o objects/prod/PlatformCommon.c.o objects/prod/Identify.c.o -o build/prod/mDNSIdentify 
Identify done
x86_64-pc-linux-gnu-gcc -I../mDNSCore -I../mDNSShared -Iobjects/prod -fwrapv -W -Wall -DPID_FILE=\"/var/run/mdnsd.pid\" -DMDNS_UDS_SERVERPATH=\"/var/run/mdnsd\" -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -DTARGET_OS_LINUX -Os -DMDNS_DEBUGMSGS=0  -c -o objects/prod/NetMonitor.c.o NetMonitor.c
x86_64-pc-linux-gnu-gcc objects/prod/mDNSPosix.c.o objects/prod/mDNSUNP.c.o objects/prod/mDNSDebug.c.o objects/prod/GenLinkedList.c.o objects/prod/DNSDigest.c.o objects/prod/uDNS.c.o objects/prod/DNSCommon.c.o objects/prod/PlatformCommon.c.o objects/prod/NetMonitor.c.o -o build/prod/mDNSNetMonitor 
NetMonitor done
make: bison: Command not found
make: *** [objects/prod/dnsextd_parser.y.o] Error 127
emake failed
...

Reproducible: Always
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-12-29 18:12:28 UTC
>  29 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
>  mDNSResponder-212.1.ebuild, mDNSResponder-212.1-r1.ebuild:
>  Non-maintainer commit: add flex and bison build-time dependencies (bug
>  #396405, thanks to Kobboi for reporting); limit avahi blocker to runtime and
>  USE=mdnsresponder-compat; add missing nss-mdns blocker.