Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2002 19:54:20 +0200 (EET)
From:      Maxim Tulyuk <mt@primats.org.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Maxim Tulyuk <mt@primats.org.ua>
Subject:   ports/45195: the plucker 1.2 can't find libjpeg
Message-ID:  <200211101754.gAAHsK9e069266@gnu.carrier.kiev.ua>

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

>Number:         45195
>Category:       ports
>Synopsis:       the plucker 1.2 can't find libjpeg
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 10 10:00:05 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Tulyuk
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
ISP "LuckyNet"
>Environment:
System: FreeBSD gnu.carrier.kiev.ua 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #1: Mon Aug 19 18:56:34 EEST 2002 root@gnu.carrier.kiev.ua:/usr/obj/usr/src/sys/gnu i386

>Description:
The plucker 1.2 dies with these messages:

Traceback (most recent call last):
  File "/usr/local/bin/plucker-build", line 1532, in ?
    sys.exit(realmain())
  File "/usr/local/bin/plucker-build", line 1524, in realmain
    retval = main (config, exclusion_lists)
  File "/usr/local/bin/plucker-build", line 1046, in main
    mapping = writer.write (verbose=verbosity, alias_list=alias_list)
  File "/usr/local/lib/python2.2/site-packages/PyPlucker/Writer.py", line
520, in write
    result = Writer.write (self, verbose, alias_list=alias_list)
  File "/usr/local/lib/python2.2/site-packages/PyPlucker/Writer.py", line
339, in write
    raise RuntimeError("The collection process failed to generate a 'home'
document")
RuntimeError: The collection process failed to generate a 'home' document

>How-To-Repeat:
Add to Makefile: CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"

>Fix:
diff -uNr plucker.old/Makefile plucker/Makefile
--- plucker.old/Makefile	Tue Nov  5 00:23:27 2002
+++ plucker/Makefile	Sun Nov 10 19:40:40 2002
@@ -27,6 +27,8 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 INSTALL_TARGET=	install-prc-files install-data install-pyplucker
 HAS_CONFIGURE=	yes
+CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
 CONFIGURE_ARGS+=--with-docdir=${DOCSDIR} \
 		--disable-desktopbuild \
 		--disable-unpluck \
>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?200211101754.gAAHsK9e069266>