pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/30646: databases/mysql4-clients depends on termcap in RedHat EL3
>Number: 30646
>Category: pkg
>Synopsis: databases/mysql4-clients depends on termcap in RedHat EL3
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Jul 01 03:12:00 +0000 2005
>Originator: George Michaelson
>Release: NetBSD 3.99.7
>Organization:
APNIC P/L
>Environment:
System:Linux ginger.apnic.net 2.4.21-9.ELsmp #1 SMP Thu Jan 8 17:08:56 EST 2004
i686 i686 i386 GNU/Linux
Architecture: i386
Machine: i386
>Description:
databases/mysql4-client builds with commandline editing enabled.
On Redhat EL3, an explicit dependency on termcap in the Makefile appears
to be wrong: there base termcap is in /lib, but isn't being found.
>How-To-Repeat:
Try making the package
>Fix:
An incorrect fix for now, is:
cd work/.buildlink/libs
ln -s /lib/libtermcap* .
ln -s libtermcap.so.<x> libtermcap.so
cd ../../..
<continue bmake>
Home |
Main Index |
Thread Index |
Old Index