pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/28694: ./libtool: not found with graphics/jpeg
>Number: 28694
>Category: pkg
>Synopsis: ./libtool: not found with graphics/jpeg
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Dec 17 18:24:00 +0000 2004
>Originator: MLH
>Release: NetBSD 2.0
>Organization:
none
>Environment:
System: NetBSD enki.goathill.org 2.0 NetBSD 2.0 (GENERIC.MP) #1: Thu Dec 2
13:54:43 CST 2004
build%enki.goathill.org@localhost:/opt/obj/i386/opt/src/sys/arch/i386/compile/GENERIC.MP
i386
Architecture: i386
Machine: i386
>Description:
while attempting to build graphics/jpeg, 'configure' args :
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --enable-static
if test "x$LTSHARED" != xno -o "x$LTSTATIC" != xno; then
USELIBTOOL="yes"
LIBTOOL="./libtool"
...
apparently ensure that ./libtool will be called, but there is no
./libtool avaliable.
>How-To-Repeat:
make graphics/jpeg
>Fix:
change configure:
LIBTOOL="./libtool"
to
LIBTOOL="/usr/pkg/bin/libtool"
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index