pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/54175: x11/xcursor-themes
>Number: 54175
>Category: pkg
>Synopsis: x11/xcursor-themes
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue May 07 21:50:00 +0000 2019
>Originator: matt farnsworth
>Release: 8,0
>Organization:
>Environment:
virtual box
>Description:
errors verifying PLIST during make.
pkgsrc looks for files in work/.destdir/usr/pkg/.... the upstream Makefile places these files in work/.destdir/usr/X11R7/...
The source appears to be Makefile.in where setting cursordir or --with-cursordir=\$$datadir/icons
>How-To-Repeat:
cd /usr/pkgsrc/x11/cursor-themes
make install
>Fix:
after the install fails ...
cd /var/work/x11R7/xcursor-themes
cd work/.destdir/usr
mv X11 pkg
cd $OLDPWD
make install
a better solution suggests a set or override of the value of datadir
somewhere (this is set to /usr/X11R7)
maybe /usr/pkg can be passed from mk to automake, autoconf or configure
Enhancement: it would have been easier to identify the fix if pkgsrc had reported the problem more clearly.
after checking PLIST that .destdir has expected files;
check if .destdir has extra files... and then
WARNING: package has files to install outside of /usr/pkg/
Home |
Main Index |
Thread Index |
Old Index