pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Three unresolved problems with pkgsrc:



On Fri, 9 Apr 2010, Josh Brown wrote:

> 2) When trying to install pcmanfm from the source tree I get the following:
> 
> ===> Installing for libgamin-0.1.10nb1
> ERROR: libgamin-0.1.10nb1 conflicts with installed package(s):
> ERROR:     fam-2.7.0nb9
> ERROR: They install the same files into the same place.
> ERROR: Please remove conflicts first with pkg_delete(1).

We need to make a choice. Patch all source to be compatible to use one 
or the other. Or patch fam so it can provide what pcmanfm needs. Or make 
them use different names (and maybe symbols) so fam and libgamin can be 
installed simultaneously.

One workaround: deinstall fam and anything that uses it. Install 
libgamin. Set FAM_DEFAULT=gamin in your mk.conf. Reinstall and hope 
nothing requires fam. Configure libgamin.

> 3) When trying to install vlc media player from the source tree I get 
> the following:
> 
> ===> Building for policykit-0.9nb7

> make[3]: Entering directory 
> `/home/joshua/Desktop/Doors/pkgsrc/security/policykit/work/PolicyKit-0.9/doc/man'
> /usr/pkg/bin/xsltproc -nonet 
> http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl 
> polkit-auth.xml
> I/O error : Attempt to load network entity 
> http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
> warning: failed to load external entity 
> "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl";
> cannot parse 
> http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl

I know we had talked about this before. This is the Ubuntu system? If 
so, maybe some workarounds: remove the docbook, xsltproc, catalogs, and 
related from the base Ubuntu system. Maybe manually run the above 
command with strace to see what file location it trying to open and move 
that file or use strace to try to figure out why it is using the wrong 
catalog. I will try to see if I can reproduce this on Debian....


Home | Main Index | Thread Index | Old Index