Subject: pkg/18187: Package audio/vorbis-tools does not install ogg123
To: None <gnats-bugs@gnats.netbsd.org>
From: SAR <sar@computer.org>
List: netbsd-bugs
Date: 09/05/2002 12:25:26
>Number:         18187
>Category:       pkg
>Synopsis:       Package audio/vorbis-tools does not install ogg123.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 05 12:26:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Scott Rankin
>Release:        NetBSD 1.5.3
>Organization:
none
>Environment:
System: NetBSD fio 1.5.3 NetBSD 1.5.3 (GENERIC) #34: Mon Jul 1 21:36:06 CEST 2002 he@hamster.urc.uninett.no:/usr/src/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
I recently installed NetBSD 1.5.3 on a system that had been running NetBSD 1.5.2.  When running NetBSD 1.5.2, I had no problems with the vorbis-tools package.

I perfomed a completely clean install of NetBSD 1.5.3, including partitioning and formating my disk.  After the install completed, I checked out a copy of pkgsrc from anoncvs.netbsd.org.  When I attempted to install the audio/vorbis-tools, I found the following in audio/vorbis-tools/work/vorbis-tools-1.0/config.log:

"configure:8061: curl/curl.h: No such file or directory"

But, curl.h is where I expect it to be, as are the libraries:

"
# ls -l /usr/pkg/include/curl/curl.h
-r--r--r--  1 root  wheel  27477 Sep  2 18:09 /usr/pkg/include/curl/curl.h
# ls -l /usr/pkg/lib/*curl*
-rw-r--r--  1 root  wheel  178276 Sep  2 18:09 /usr/pkg/lib/libcurl.a
-rwxr-xr-x  1 root  wheel     742 Sep  2 18:09 /usr/pkg/lib/libcurl.la
lrwxr-xr-x  1 root  wheel      14 Sep  2 18:09 /usr/pkg/lib/libcurl.so -> libcurl.so.2.2
lrwxr-xr-x  1 root  wheel      14 Sep  2 18:09 /usr/pkg/lib/libcurl.so.2 -> libcurl.so.2.2
-rwxr-xr-x  1 root  wheel  147542 Sep  2 18:09 /usr/pkg/lib/libcurl.so.2.2
"

I found I could work around this problem by creating symlinks to these files in /usr/include and /usr/lib.

I conclude that the portion of the configure script that checks for libcurl is not looking in /usr/pkg/include and /usr/pkg/lib as it should.

>How-To-Repeat:
I was able to repeat this problem on another system that I had recently installed NetBSD 1.5.3 on without taking any special steps.  After a clean install, I attempted to install vorbis-tools using pkgsrc from anoncvs.netbsd.org.  The results were identical.

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