Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 1998 20:49:31 -0500 (EST)
From:      Don Croyle <croyle@gelemna.ft-wayne.in.us>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7343: tiff34 doesn't build under current
Message-ID:  <199807210149.UAA15114@emerson.gelemna.ft-wayne.in.us>

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

>Number:         7343
>Category:       ports
>Synopsis:       tiff34 doesn't build under current
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 20 19:00:00 PDT 1998
>Last-Modified:
>Originator:     Don Croyle
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:
Any recent (post-May) 3.0-current.
	

>Description:
The tiff34 port looks for c++rt0.o in /usr/lib, and it isn't there any
more.
	

>How-To-Repeat:
On a machine running a current 3.0-current, clear out any leftover
libraries in /usr/lib.  Then try to build ports/graphics/tiff34.
	

>Fix:
Apply this patch.  I've tested it under both 2.2-stable and
3.0-current.

--- patches/patch-aa.orig	Mon Dec  1 02:49:13 1997
+++ patches/patch-aa	Sun Jul 19 12:37:23 1998
@@ -93,7 +93,7 @@
 -
 +	${LD} -o libtiff34.@DSOSUF@ -shared -error_unresolved ${OBJS} @LIBJPEG@ @LIBGZ@ -lc -lm
 +FREEBSDdso: ${OBJS}
-+	${LD} -Bshareable -x /usr/lib/c++rt0.o -o libtiff34.@DSOSUF_VERSION@ \
++	${LD} -Bshareable -x ${LIBDIR}/c++rt0.o -o libtiff34.@DSOSUF_VERSION@ \
 +		${OBJS} @LIBJPEG@ @LIBGZ@
 +	touch $@
  

	

>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?199807210149.UAA15114>