Gentoo Archives: gentoo-user

From: William Kenworthy <billk@×××××××××.au>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: [gentoo-user] Cant emerge asterisk 1.8
Date: Sun, 13 Nov 2011 15:05:23
Message-Id: 1321196620.13390.28.camel@moriah
1 Has anyone come across this error before? Emerge bails out at this point
2 with this error - Ive just re-run make in the build directory to
3 recreate the error. Ive been running various versions of asterisk on
4 the machine for a few years - but cant get any version of 1.8 to build
5 because of this error. I think its looking for a library as the header
6 is there, but I dont know what. Another similar machine at work builds
7 1.8 fine, so what gives?
8
9
10 moriah asterisk-1.8.7.1 # make
11 [LD] ../res/res_adsi.o abstract_jb.o acl.o alaw.o aoc.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o audiohook.o autochan.o autoservice.o bridging.o callerid.o ccss.o cdr.o cel.o channel.o chanvars.o cli.o config.o data.o datastore.o db.o devicestate.o dial.o dns.o dnsmgr.o dsp.o enum.o event.o features.o file.o fixedjitterbuf.o frame.o framehook.o fskmodem.o global_datastores.o hashtab.o heap.o http.o image.o indications.o io.o jitterbuf.o loader.o lock.o logger.o manager.o md5.o netsock.o netsock2.o pbx.o plc.o poll.o privacy.o rtp_engine.o say.o sched.o security_events.o sha1.o slinfactory.o srv.o ssl.o stdtime/localtime.o strcompat.o strings.o stun.o syslog.o taskprocessor.o tcptls.o tdd.o term.o test.o threadstorage.o timing.o translate.o udptl.o ulaw.o utils.o version.o xml.o xmldoc.o editline/libedit.a db1-ast/libdb1.a -> asterisk
12 channel.o: In function `__init__ast_monitor_start':
13 /tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:54: undefined reference to `__ast_monitor_start'
14 channel.o: In function `__init__ast_monitor_stop':
15 /tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:60: undefined reference to `__ast_monitor_stop'
16 channel.o: In function `__init__ast_monitor_change_fname':
17 /tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:65: undefined reference to `__ast_monitor_change_fname'
18 channel.o: In function `__init__ast_monitor_setjoinfiles':
19 /tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:70: undefined reference to `__ast_monitor_setjoinfiles'
20 channel.o: In function `__init__ast_monitor_pause':
21 /tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:75: undefined reference to `__ast_monitor_pause'
22 channel.o: In function `__init__ast_monitor_unpause':
23 /tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:80: undefined reference to `__ast_monitor_unpause'
24 features.o: In function `__init__ast_monitor_start':
25 /tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:54: undefined reference to `__ast_monitor_start'
26 features.o: In function `__init__ast_monitor_stop':
27 /tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:60: undefined reference to `__ast_monitor_stop'
28 features.o: In function `__init__ast_monitor_change_fname':
29 /tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:65: undefined reference to `__ast_monitor_change_fname'
30 features.o: In function `__init__ast_monitor_setjoinfiles':
31 /tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:70: undefined reference to `__ast_monitor_setjoinfiles'
32 features.o: In function `__init__ast_monitor_pause':
33 /tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:75: undefined reference to `__ast_monitor_pause'
34 features.o: In function `__init__ast_monitor_unpause':
35 /tmp/portage/net-misc/asterisk-1.8.7.1-r2/work/asterisk-1.8.7.1/include/asterisk/monitor.h:80: undefined reference to `__ast_monitor_unpause'
36 collect2: ld returned 1 exit status
37 make[1]: *** [asterisk] Error 1
38 make: *** [main] Error 2
39 moriah asterisk-1.8.7.1 #