pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/32089: Bug in top level configure script for dspam 3.6.1
>Number: 32089
>Category: pkg
>Synopsis: configure script in source for dspam 3.6.1 has -pthread
>instead of -lpthread
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Nov 16 10:24:00 +0000 2005
>Originator: ahorn%deorth.org@localhost
>Release: NetBSD 1.6_STABLE
>Organization:
>Environment:
System: NetBSD slick 1.6_STABLE NetBSD 1.6_STABLE (_SLICK_) #0: Wed Sep 18
03:06:53 PDT 2002 root@slick:/usr/src/sys/arch/i386/compile/_SLICK_ i386
Architecture: i386
Machine: i386
>Description:
The configure script created inside /usr/pkgsrc/mail/dspam/work/dspam-3.6.1/
has a repeated typo. Everywhere that reads -pthread *should* read -lpthread.
>How-To-Repeat:
sup latest pkgsrc with 3.6.1 dspam
cd /usr/pkgsrc/mail/dspam && make
>Fix:
after unpacking source, manually edit
/usr/pkgsrc/mail/work/dspam-3.6.1/configure and replace all instances of
-pthread with -lpthread
./configure then works.
Home |
Main Index |
Thread Index |
Old Index