Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2010 11:46:16 +1000
From:      Andrew Reilly <areilly@bigpond.net.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/146648: lib/libarchive/Makefile broken
Message-ID:  <1274060776.44782@duncan.reilly.home>
Resent-Message-ID: <201005170150.o4H1o1V4098625@freefall.freebsd.org>

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

>Number:         146648
>Category:       bin
>Synopsis:       lib/libarchive/Makefile broken
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 17 01:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Reilly
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD duncan.reilly.home 9.0-CURRENT FreeBSD 9.0-CURRENT #5: Fri May 14 20:45:12 EST 2010 root@duncan.reilly.home:/nb/obj/nb/src/sys/DUNCAN amd64


	
>Description:
	make buildworld stopped in libarchive just now.
	cc complained that it couldn't find "1"
>How-To-Repeat:
	cd /usr/src/lib/libarchive; make
	or cd /usr/src; make buildworld
>Fix:

--- lib/libarchive/Makefile.orig        2010-05-17 11:39:53.000000000 +1000
+++ lib/libarchive/Makefile     2010-05-17 11:40:01.000000000 +1000
@@ -7,7 +7,7 @@
 
 DPADD+= ${LIBBZ2}
 LDADD+= -lbz2
-CFLAGS+= -DHAVE_BZLIB_H 1
+CFLAGS+= -DHAVE_BZLIB_H=1
 
 DPADD+= ${LIBLZMA}
 LDADD+= -llzma

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



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