Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2003 00:55:18 +0100 (CET)
From:      Jan Hornyak <pav@oook.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46812: palm/pilot-link 0.11.7 fails to build
Message-ID:  <200301062355.h06NtIuZ017970@raven.customer.vol.cz>

next in thread | raw e-mail | index | archive | help

>Number:         46812
>Category:       ports
>Synopsis:       palm/pilot-link 0.11.7 fails to build
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 06 16:00:06 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Pav Lucistnik
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
>Environment:
System: FreeBSD raven.vol.cz 4.7-RELEASE FreeBSD 4.7-RELEASE #4: Thu Oct 17 16:24:37 CEST 2002 root@raven.vol.cz:/usr/src/sys/compile/RAVEN i386


	
>Description:
	Freshly updated pilot-link 0.11.7 port fails to build on my 4.7-RELEASE.
	Linker does not link against libgnugetopt. Fix included.
>How-To-Repeat:
	/usr/ports/palm/pilot-link# make
	[ ... ]
cc -O -pipe -I/usr/local/include -I/usr/local/include/tcl8.3 -o .libs/pilot-datebook parsedate.o pilot-datebook.o pilot-datebook-compare.o pilot-datebook-csv.o pilot-datebook-data.o pilot-datebook-hotsync.o pilot-datebook-ical.o pilot-datebook-io.o pilot-datebook-job.o pilot-datebook-joblist.o pilot-datebook-longtxt.o pilot-datebook-pdb.o pilot-datebook-remind.o pilot-datebook-shorttxt.o pilot-datebook-sort.o pilot-datebook-update.o pilot-datebook-windat.o  -L/usr/local/lib ../../libpisock/.libs/libpisock.so -liconv -Wl,--rpath -Wl,/usr/local/lib
pilot-datebook-joblist.o: In function 
oblist_parse_param':
pilot-datebook-joblist.o(.text+0x4d0): undefined reference to etopt_long'
*** Error code 1

Stop in /usr/ports/palm/pilot-link/work/pilot-link-0.11.7/src/pilot-datebook.
*** Error code 1

Stop in /usr/ports/palm/pilot-link/work/pilot-link-0.11.7/src.
*** Error code 1

>Fix:

--- Makefile.orig	Mon Jan  6 23:24:13 2003
+++ Makefile	Tue Jan  7 00:45:14 2003
@@ -29,7 +29,7 @@
 CFLAGS+=		-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-perl5=${PERL5} --with-libiconv=${LOCALBASE}
-CONFIGURE_ENV=	LIBS="-lgnugetopt" LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
 MAKE_ARGS=	LIBTOOL=libtool
 
 .include <bsd.port.mk>

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301062355.h06NtIuZ017970>