pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: python problem on Linux
On Wed, 1 Sep 2010 15:38:30 -0500
"Larson, Timothy E." <TELarson%west.com@localhost> wrote:
> From recent CVS head, building default configuration:
>
> Writing
> //usr/pkgsrc/lang/python26/work.powerpc/.destdir/usr/pkg/lib/python2.6/lib-dynload/Python-2.6.5-py2.6.egg-info
> => Automatic manual page handling
> => Generating post-install file lists
> => Checking file-check results for python26-2.6.5nb1
> ERROR: ************************************************************
> ERROR: The following files are in /usr/pkg but not in the PLIST:
> ERROR:
> /usr/pkgsrc/lang/python26/work.powerpc/.destdir/usr/pkg/lib/python2.6/lib-dynload/ossaudiodev.so
> *** Error code 1
>
> Stop.
> bmake: stopped in /usr/pkgsrc/lang/python26
Looks like for whatever reason ossaudiodev.so shared library was not
built. Maybe because it didn't detect OSS audio on Linux?
A quick way to fix this is to edit PLIST file and comment out that line
with @comment statement, then bmake clean, bmake package.
Home |
Main Index |
Thread Index |
Old Index