ports/127089: hearbeat does not compile

Oleg Gawriloff barzog at telecom.by
Thu Sep 4 13:50:02 UTC 2008


>Number:         127089
>Category:       ports
>Synopsis:       hearbeat does not compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 04 13:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Gawriloff
>Release:        7.0
>Organization:
Atlant Telecom
>Environment:
FreeBSD eagle-cl1.telecom.by 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Thu Sep  4 09:44:26 UTC 2008     root at eagle-cl1.telecom.by:/usr/obj/usr/src/sys/EAGLE-CL1  amd64

>Description:
During portupgrade -N heartbeat I see following:

===>  Building for heartbeat-1.2.5_3
cd . && /bin/sh /var/tmp/usr/ports/sysutils/heartbeat/work/heartbeat-1.2.5/missing --run aclocal-1.9
/usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
 cd . && /bin/sh /var/tmp/usr/ports/sysutils/heartbeat/work/heartbeat-1.2.5/missing --run automake-1.9 --foreign
cd . && /bin/sh /var/tmp/usr/ports/sysutils/heartbeat/work/heartbeat-1.2.5/missing --run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --disable-fatal-warnings --with-initdir=/usr/local/etc/rc.d --localstatedir=/var --with-group-id=275 --with-ccmuser-id=275 --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd7.0 CC=cc CFLAGS=-O -pipe CPPFLAGS=-I/usr/local/include/libnet11 CXXFLAGS=-O -pipe CXX=c++ build_alias=amd64-portbld-freebsd7.0 --enable-ltdl-convenience  --no-create --no-recursion

..some skipped...
checking which libnet version is installed... using old version of API
checking for libnet_get_hwaddr in -lnet... no
configure: ERROR: You need libnet to continue. ============
configure: ERROR: You can get libnet from http://www.packetfactory.net/libnet/ ============
configure: ERROR: Note that some RPMs split libnet up into libnet and libnet-devel. ============
configure: ERROR: In this case you have to install libnet-devel ============
checking for libnet_init in -lnet... no
..some skipped...
configure: error: The following required components noted earlier are missing:
     libnet-devel
    Please supply them and try again.
gmake: *** [config.status] Error 1
*** Error code 2

Stop in /usr/ports/sysutils/heartbeat.


After doing export LDFLAGS=-L/usr/local/include/libnet11 && portupgrade -N heartbeat all goes well

>How-To-Repeat:
make install
>Fix:
export LDFLAGS=-L/usr/local/include/libnet11
before make install

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list