pkgsrc-Users archive

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

Re: devel/pango PLIST errors



On Sat, Jun 09, 2018 at 03:12:24PM +0530, Mayuresh wrote:
> On Sat, Jun 09, 2018 at 08:06:02AM +0000, maya%netbsd.org@localhost wrote:
> > On Sat, Jun 09, 2018 at 07:52:01AM +0530, Mayuresh wrote:
> > > To compile it I had to add CONFIGURE_ARGS+= --enable-introspection=no,
> > > have started a separate thread on this.
> > 
> > Is your /usr/pkg or something a symlink?
> 
> Yes. I also posted this on another thread.
> 
> Links are:
> 
> /usr/pkg -> /usbdisk/usr/pkg
> /usr/pkgsrc -> /usbdisk/usr/pkgsrc
> 
> Mayuresh

Yeah, that's one of the ways in which it breaks down uncomfortably.
You're using netbsd, right? use mount -t null /usbdisk/usr/pkg /usr/pkg
instead, then the programs are not aware of it happening.

I recall something like this as the explanation for this problem when
someone else had it:

pkgsrc masks some of the paths visible in building
program follows symlinks and uses the actual real path
the real path is masked by pkgsrc, so is silently dropped


Home | Main Index | Thread Index | Old Index