ports/67035: [patch] deskutils/logjam2: missed dependency on textproc/p5-XML-Parser

Roman Bogorodskiy bogorodskiy at inbox.ru
Sat May 22 12:21:02 UTC 2004


>Number:         67035
>Category:       ports
>Synopsis:       [patch] deskutils/logjam2: missed dependency on textproc/p5-XML-Parser
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 22 05:20:24 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.2.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #0: Tue May 18 12:31:41 MSD 2004 root at lame.novel.ru:/usr/obj/usr/src/sys/NOV i386


>Description:

logjam2's configure script requeres XML-Parser perl module as showed above, but
this port doesn't depend on p5-XML-Parser.
	
===>   logjam2-4.4.0 depends on executable: gmake - found
===>   logjam2-4.4.0 depends on executable: pkg-config - found
===>   logjam2-4.4.0 depends on file: /usr/local/bin/intltool-extract - found
===>   logjam2-4.4.0 depends on shared library: curl.2 - found
===>   logjam2-4.4.0 depends on shared library: xmms.4 - found
===>   logjam2-4.4.0 depends on shared library: X11.6 - found
===>   logjam2-4.4.0 depends on shared library: glib-2.0.400 - found
===>   logjam2-4.4.0 depends on shared library: atk-1.0.600 - found
===>   logjam2-4.4.0 depends on shared library: pango-1.0.399 - found
===>   logjam2-4.4.0 depends on shared library: gtk-x11-2.0.400 - found
===>   logjam2-4.4.0 depends on shared library: xml2.5 - found
===>  Configuring for logjam2-4.4.0
checking build system type... i386-portbld-freebsd5.2.1
checking host system type... i386-portbld-freebsd5.2.1
checking target system type... i386-portbld-freebsd5.2.1
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... cc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd5.2.1 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool
checking for perl... /usr/bin/perl
configure: error: XML::Parser perl module is required for intltool
===>  Script "configure" failed unexpectedly.
Please report the problem to mike.patterson at unb.ca [maintainer] and attach
the "/usr/ports/deskutils/logjam2/work/logjam-4.4.0/config.log" including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/deskutils/logjam2.

>How-To-Repeat:
>Fix:

--- Makefile.orig	Sat May 22 16:03:36 2004
+++ Makefile	Sat May 22 15:59:43 2004
@@ -14,6 +14,8 @@
 MAINTAINER=	mike.patterson at unb.ca
 COMMENT=	A GTK2 interface to livejournals, ie www.livejournal.com
 
+BUILD_DEPENDS=  ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser
+RUN_DEPENDS=    ${BUILD_DEPENDS}
 LIB_DEPENDS=	curl.2:${PORTSDIR}/ftp/curl
 
 MAN1=		logjam.1

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



More information about the freebsd-ports-bugs mailing list