pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/44577: audio/pulseaudio fails to build with modular XOrg
The following reply was made to PR pkg/44577; it has been noted by GNATS.
From: Aleksey Cheusov <cheusov%tut.by@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/44577: audio/pulseaudio fails to build with modular XOrg
Date: Sun, 08 May 2011 11:29:33 +0300
> On Tue, 15 Feb 2011 23:35:00 +0900, <cheusov%tut.by@localhost> wrote:
>
>> ERROR: ************************************************************
>> ERROR: The following files are in the PLIST but not in /usr/pkg:
>> ERROR:
/tmp/obj-pkgsrc/audio/pulseaudio/work/.destdir/usr/pkg/lib/pulse-0.9.21/modules/libraop.a
>> ERROR:
/tmp/obj-pkgsrc/audio/pulseaudio/work/.destdir/usr/pkg/lib/pulse-0.9.21/modules/libraop.so
>> ERROR:
/tmp/obj-pkgsrc/audio/pulseaudio/work/.destdir/usr/pkg/lib/pulse-0.9.21/modules/module-raop-sink.a
>> ERROR:
/tmp/obj-pkgsrc/audio/pulseaudio/work/.destdir/usr/pkg/lib/pulse-0.9.21/modules/module-raop-sink.so
>> *** Error code 1
>>
>>> How-To-Repeat:
>> X11_TYPE=modular
>
> It is not came from X11_TYPE, but failed to detect openssl.
>
>
> http://mova.org/~cheusov/pub/pkgsrc-distbb/NetBSD/current/logs/20110213.2304/audio_pulseaudio_pulseaudio-0.9.21nb7/stage_configure.html
>
> checking for OPENSSL... no
>
> Please check why it is happened for you.
# make patch DEPENDS_TARGET=do-bin-install
# /tmp/obj-pkgsrc/audio/pulseaudio/work/.tools/bin/pkg-config --exists
--print-errors " openssl > 0.9 "
Requested 'openssl > 0.9' but version of OpenSSL is
# echo $?
1
# cat /tmp/obj-pkgsrc/audio/pulseaudio/work/.tools/bin/pkg-config
#!/bin/sh
wrapperlog="${TOOLS_WRAPPER_LOG-/tmp/obj-pkgsrc/audio/pulseaudio/work/.work.log}"
echo "[*] "/tmp/obj-pkgsrc/audio/pulseaudio/work/.tools/bin/pkg-config" $@" >>
$wrapperlog
echo "<.>
PKG_CONFIG_LIBDIR=/tmp/obj-pkgsrc/audio/pulseaudio/work/.buildlink/lib/pkgconfig:/tmp/obj-pkgsrc/audio/pulseaudio/work/.buildlink/share/pkgconfig
PKG_CONFIG_PATH= /usr/pkg/bin/pkg-config "$@"" >> $wrapperlog
PKG_CONFIG_LIBDIR=/tmp/obj-pkgsrc/audio/pulseaudio/work/.buildlink/lib/pkgconfig:/tmp/obj-pkgsrc/audio/pulseaudio/work/.buildlink/share/pkgconfig
PKG_CONFIG_PATH= /usr/pkg/bin/pkg-config "$@"
# cat /tmp/obj-pkgsrc/audio/pulseaudio/work/.buildlink/lib/pkgconfig/openssl.pc
Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries and tools
Version:
Libs: -L/usr/lib -lssl -lcrypto
Cflags: -I/usr/include
#
--
Best regards, Aleksey Cheusov.
Home |
Main Index |
Thread Index |
Old Index