pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/x11/xlogo



On Mon, Mar 24, 2008 at 05:08:12PM +0100, Juan RP wrote:
> On Mon, 24 Mar 2008 17:03:27 +0100
> Tobias Nygren <tnn%NetBSD.org@localhost> wrote:
> 
> > On Mon, 24 Mar 2008 11:51:58 +0000 (UTC)
> > Juan Romero Pardines <xtraeme%netbsd.org@localhost> wrote:
> > 
> > > 
> > > Module Name:      pkgsrc
> > > Committed By:     xtraeme
> > > Date:             Mon Mar 24 11:51:58 UTC 2008
> > > 
> > > Modified Files:
> > >   pkgsrc/x11/xlogo: Makefile
> > > 
> > > Log Message:
> > > This needs libXprintUtil dependency. PKGREVISION++
> > 
> > Doesn't it only need that if libXaw was configured with Xprint
> > support? Should we also enable Xprint in libXaw?
> > Btw, x11/xmore falls in this category as well, but already has
> > libXprintUtil buildlinked, when I guess it shouldn't need to.  
> 
> I installed modular-xorg from scratch without setting any option and this
> wanted libXprintUtil, exactly the autoconf script wants the pkgconfig file.
> 
> Also those utilities are linked to the library:
> 
> $ ldd `which xlogo`|grep Xprint
>         -lXprintUtil.1 => /usr/pkg/lib/libXprintUtil.so.1
> $ ldd `which xman`|grep Xprint  
>         -lXprintUtil.1 => /usr/pkg/lib/libXprintUtil.so.1
> $
> 
> Also it's strange that modular-xorg-server installed some new files that
> weren't in the PLIST, perhaps it's related.

Since one of these changes, modular-xorg-server's installation is
broken:
...
=> Checking file-check results for modular-xorg-server-1.3.0.0nb6
ERROR: ************************************************************
ERROR: The following files are in /usr/pkg but not in the PLIST:
ERROR:         /usr/pkg/bin/Xprt
ERROR:         /usr/pkg/etc/X11/Xsession.d/92xprint-xpserverlist
ERROR:         /usr/pkg/lib/X11/xserver/C/print/Xprinters
ERROR:         /usr/pkg/lib/X11/xserver/C/print/Xprinters.ghostscript
ERROR:         /usr/pkg/lib/X11/xserver/C/print/attributes/document
ERROR:         /usr/pkg/lib/X11/xserver/C/print/attributes/job
ERROR:         /usr/pkg/lib/X11/xserver/C/print/attributes/printer
ERROR:         /usr/pkg/lib/X11/xserver/C/print/ddx-config/raster/pcl
ERROR:         /usr/pkg/lib/X11/xserver/C/print/ddx-config/raster/postscript
ERROR:         
/usr/pkg/lib/X11/xserver/C/print/models/CANONBJ10E-GS/model-config
...
ERROR:         /usr/pkg/man/man1/Xprt.1
...

Please fix this.
 Thomas


Home | Main Index | Thread Index | Old Index