pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/37789: Wrong automake used in build of package www/libwww



>Number:         37789
>Category:       pkg
>Synopsis:       Wrong automake used in build of package www/libwww
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 17 23:10:00 +0000 2008
>Originator:     Andrew Smallshaw
>Release:        4.0
>Organization:
>Environment:
NetBSD foxhound 4.0 NetBSD 4.0 (GENERIC_LAPTOP) #0: Wed Jan 9 03:09:46 GMT 2008 
andrews@fulcrum:/home/andrews/NetBSD-4.0/usr/src/sys/arch/i386/compile/obj/GENERIC_LAPTOP
 i386
>Description:
Build failure of pkgsrc/www/libwww - wrong version of automake being called.  
Dependencies correctly specify use of automake-1.4 however the makefile calls 
straight automake, which with current versions in pkgsrc is actually 
automake-1.10

Output of make:

=> Bootstrap dependency digest>=20010302: found digest-20070803
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `download-vulnerability-list'.
===> Configuring for libwww-5.4.0nb5
chmod a+x /usr/pkgsrc/www/libwww/work/w3c-libwww-5.4.0/configure
touch /usr/pkgsrc/www/libwww/work/w3c-libwww-5.4.0/aclocal.m4
touch /usr/pkgsrc/www/libwww/work/w3c-libwww-5.4.0/configure
touch /usr/pkgsrc/www/libwww/work/w3c-libwww-5.4.0/stamp-h.in
cd /usr/pkgsrc/www/libwww/work/w3c-libwww-5.4.0 && automake
automake: not found
*** Error code 127

Stop.
make: stopped in /usr/pkgsrc/www/libwww
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/www/libwww


Packages previously installed on system:

bootstrap-mk-files-20071104 *.mk files for the bootstrap bmake utility
bmake-20051105nb4   Portable (autoconf) version of NetBSD 'make' utility
tnftp-20070806      The enhanced FTP client in NetBSD
pkg_install-20071224 Package management and administration tools for pkgsrc
digest-20070803     Message digest wrapper utility
x11-links-0.34      Shadow tree of links to native X11 headers and libraries
inputproto-1.4.2.1  Input extension headers from X.org
libtool-base-1.5.24nb5 Generic shared library support script (the script itself)
gmake-3.81          GNU version of 'make' utility
openmotif-2.2.3nb3  The Open Group Motif toolkit for the X Window System
nedit-5.5nb3        Motif based standard GUI style text editor
m4-1.4.10nb2        GNU version of UNIX m4 macro language processor
bison-2.3           GNU yacc(1) replacement
readline-5.2        GNU library that can recall and edit previous input
postgresql82-client-8.2.5 PostgreSQL database client programs
postgresql82-server-8.2.5 PostgreSQL database server programs
mtools-3.9.11       FAT (MS-DOS, Atari) disk access tools
postgresql82-8.2.5  Robust, next generation, object-relational DBMS
bash-3.2.25         The GNU Bourne Again Shell
rc-1.6nb1           Unix incarnation of the plan9 shell
ast-ksh-20060214    Official AT&T release of KornShell 93
xpkgwedge-1.16      Allows X11 pkgs to be built and used outside of ${X11BASE}
png-1.2.23          Library for manipulating PNG images
jpeg-6bnb4          IJG's jpeg compression utilities
tiff-3.8.2nb3       Library and tools for reading and writing TIFF data files
xv-3.10anb13        X11 program that displays images of various formats
plan-1.9            Schedule planner based on X/Motif
thttpd-2.25bnb5     Tiny/turbo/throttling HTTP server
perl-5.8.8nb6       Practical Extraction and Report Language
star-1.4.3nb3       The fastest tar like archiver for UNIX
xephem-3.7.2nb1     Interactive astronomical ephemeris program
mutt-1.4.2.3        Text-based MIME mail client with PGP support
moscow_ml-2.00nb1   Moscow ML, a version of Standard ML
ncurses-5.6nb2      CRT screen handling and optimization package
autoconf213-2.13nb1 Generates automatic source code configuration scripts (old 
version)
automake14-1.4.6    GNU Standards-compliant Makefile generator (old version)

>How-To-Repeat:
cd /usr/pkgsrc/www/libwww
make
>Fix:
Installing the automake package does not fix the problem - it produces further 
errors on make after automake has been called.  Patching the makefile to call 
automake-1.4 as stated in the dependencies produces the correct results.




Home | Main Index | Thread Index | Old Index