Gentoo Archives: gentoo-user

From: Bob Young <RKY@×××××.Net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] mDNSResponder fails to compile
Date: Tue, 15 Jan 2008 08:59:11
Message-Id: 001601c85754$b0f4ed10$05200a0a@Cyor.Lan
1 I'm back to building a Gentoo box after my previous Gentoo box died a
2 hardware death about six months ago. It's mostly installed and functioning
3 but I wanted to bring up KDE, I was surprised to find that the kde-meta
4 emerge, failed 43 packages into the 300 or so that is kde-meta.
5
6
7
8 It dies on building mDNSResponder, below is the error, if anybody is
9 interested. It seems to be the same bug reported in Nov 2007:
10 http://bugs.gentoo.org/show_bug.cgi?id=196349 I don't see any resolution
11 posted for this bug, so it appears that mDNSResponder is currently broken,
12 and it doesen't appear that anybody IS terribly interested.
13
14
15
16 I'm not sure what USE flag I have included that brings in mDNSResponder,
17 after reading the package summary, I thought it might be "zeroconf," but
18 after adding "-zeroconf" to /etc/make.conf, "emerge -pn kde-meta" or "emerge
19 -pn kde" still shows that mDNSResponder is going to be merged. I've tried
20 adding "net-misc/mDNSResponder ~x86" to package keywords in hopes of getting
21 a later version, but it appears there isn't a later version.
22
23
24
25 So here I am, asking for any kind of solution anybody can provide, since it
26 doesn't look like mDNSResponder is going to be fixed anytime soon I guess
27 the preferred method is to remove whatever USE flag(s) are bringing it in if
28 that's possible, but I don't know how to determine that information and
29 would be grateful for some assistance.
30
31
32
33 Thanks,
34
35 Bob Young
36
37 San Jose CA.
38
39
40
41
42
43
44
45
46
47 Responder daemon done
48
49 i686-pc-linux-gnu-gcc -I. -I../mDNSCore -I../mDNSShared -W -Wall
50 -DPID_FILE=\"/var/run/mdnsd.pid\" -DMDNS_UDS_SERVERPATH=\"/var/run/mdnsd\"
51 -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -g -DMDNS_DEBUGMSGS=2 -O2
52 -march=i6$
53
54 i686-pc-linux-gnu-gcc -I. -I../mDNSCore -I../mDNSShared -W -Wall
55 -DPID_FILE=\"/var/run/mdnsd.pid\" -DMDNS_UDS_SERVERPATH=\"/var/run/mdnsd\"
56 -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -g -DMDNS_DEBUGMSGS=2 -O2
57 -march=i6$
58
59 i686-pc-linux-gnu-gcc -I. -I../mDNSCore -I../mDNSShared -W -Wall
60 -DPID_FILE=\"/var/run/mdnsd.pid\" -DMDNS_UDS_SERVERPATH=\"/var/run/mdnsd\"
61 -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DHAVE_LINUX -g -DMDNS_DEBUGMSGS=2 -O2
62 -march=i6$
63
64 build/debug/libdns_sd.so
65
66 Client library done
67
68 make[1]: Entering directory
69 `/var/tmp/portage/net-misc/mDNSResponder-107.6-r5/work/mDNSResponder-107.6/C
70 lients'
71
72 mkdir build
73
74 cc dns-sd.c -L../mDNSPosix/build/prod/ -ldns_sd -I../mDNSShared -o
75 build/dns-sd
76
77 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld:
78 cannot find -ldns_sd
79
80 collect2: ld returned 1 exit status
81
82 make[1]: *** [build/dns-sd] Error 1
83
84 make[1]: Leaving directory
85 `/var/tmp/portage/net-misc/mDNSResponder-107.6-r5/work/mDNSResponder-107.6/C
86 lients'
87
88 make: *** [../Clients/build/dns-sd] Error 2
89
90 *
91
92 * ERROR: net-misc/mDNSResponder-107.6-r5 failed.
93
94 * Call stack:
95
96 * ebuild.sh, line 1701: Called dyn_compile
97
98 * ebuild.sh, line 1039: Called qa_call 'src_compile'
99
100 * ebuild.sh, line 44: Called src_compile
101
102 * mDNSResponder-107.6-r5.ebuild, line 51: Called die
103
104 * The specific snippet of code:
105
106 * mdnsmake || die "make failed"
107
108 * The die message:
109
110 * make failed
111
112 *
113
114 * If you need support, post the topmost build error, and the call stack if
115 relevant.
116
117 * A complete build log is located at
118 '/var/tmp/portage/net-misc/mDNSResponder-107.6-r5/temp/build.log'.
119
120 *
121
122 !!! When you file a bug report, please include the following information:
123
124 GENTOO_VM=sun-jdk-1.6 CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.03"
125
126 JAVACFLAGS="-source 1.4 -target 1.4" COMPILER=""
127
128 and of course, the output of emerge --info

Replies

Subject Author
Re: [gentoo-user] mDNSResponder fails to compile Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] mDNSResponder fails to compile Dale <dalek1967@×××××××××.net>