Bug 139776 - [patch] net/asterisk16 does not build with devel/libexecinfo installed
Summary: [patch] net/asterisk16 does not build with devel/libexecinfo installed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-19 22:30 UTC by Alexander V. Chernikov
Modified: 2009-11-20 23:50 UTC (History)
0 users

See Also:


Attachments
file.diff (722 bytes, patch)
2009-10-19 22:30 UTC, Alexander V. Chernikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander V. Chernikov 2009-10-19 22:30:00 UTC
gmake[2]: Leaving directory `/usr/ports/net/asterisk16/work/asterisk-1.6.0.15/main/editline'
cc  -o asterisk -Wl,--export-dynamic   abstract_jb.o acl.o adsistub.o aescrypt.o aeskey.o aestab.o alaw.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o audiohook.o autoservice.o callerid.o cdr.o channel.o chanvars.o cli.o config.o cryptostub.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 fskmodem.o global_datastores.o hashtab.o http.o image.o indications.o io.o jitterbuf.o loader.o logger.o manager.o md5.o netsock.o pbx.o plc.o poll.o privacy.o rtp.o say.o sched.o sha1.o slinfactory.o srv.o ssl.o stdtime/localtime.o strcompat.o tcptls.o tdd.o term.o threadstorage.o translate.o udptl.o ulaw.o utils.o version.o editline/libedit.a buildinfo.o -lssl -lcrypto -lexecinfo  -ltermcap  -lm -pthread -lcrypto
/usr/bin/ld: cannot find -lexecinfo
gmake[1]: *** [asterisk] Error 1
gmake[1]: Leaving directory `/usr/ports/net/asterisk16/work/asterisk-1.6.0.15/main'
gmake: *** [main] Error 2
*** Error code 1

Stop in /usr/ports/net/asterisk16.
*** Error code 1

Fix: Apply an attached patch

Patch attached with submission follows:
How-To-Repeat: make -C /usr/ports/devel/libexecinfo clean install clean ; make -C /usr/ports/net/asterisk16 clean install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-19 22:30:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sobomax

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-20 23:43:19 UTC
sobomax     2009-11-20 23:43:09 UTC

  FreeBSD ports repository

  Modified files:
    net/asterisk16       Makefile distinfo pkg-plist 
    net/asterisk16/files nocodecnego-patch-Makefile 
                         patch-main::Makefile 
  Log:
  o Update to 1.6.0.18.
  
  o comment section that explicitly includes bsd.port.options.mk, we don't
  need this functionality now, while it creates issues with Makefile.local
  
  PR:     135332
  Reported by:    Piotr Grabowski
  
  o add libexecinfo into the LIB_DEPENDS and fix linking with it.
  
  PR:     139776
  Submitted by:   Alexander V. Chernikov
  
  o add spandsp support (optional, turned off by default).
  
  PR:     133843
  Submitted by:   Alexander V. Chernikov
  
  Revision  Changes    Path
  1.125     +20 -7     ports/net/asterisk16/Makefile
  1.48      +3 -3      ports/net/asterisk16/distinfo
  1.11      +14 -19    ports/net/asterisk16/files/nocodecnego-patch-Makefile
  1.8       +9 -1      ports/net/asterisk16/files/patch-main::Makefile
  1.42      +12 -12    ports/net/asterisk16/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Maxim Sobolev freebsd_committer freebsd_triage 2009-11-20 23:45:33 UTC
State Changed
From-To: open->closed

Fixed in 1.6.0.18 version of the port. Thanks!