Subject: Re: pkgsrc Linux 2.4.20/i386 bulk build results 2005-06-15
To: Min Sik Kim <minskim@NetBSD.org>
From: Johnny C. Lam <jlam@NetBSD.org>
List: pkgsrc-bulk
Date: 06/15/2005 14:22:05
Min Sik Kim wrote:
> On Jun 15, 2005, at 1:02 PM, Johnny Lam wrote:
> 
>> Min Sik Kim wrote:
>>
>>> x11/openmotif              64      tech-pkg@NetBSD.org
>>>
>>
>> /usr/bin/make -f xmakefile install
>> make[1]: Entering directory `/usr/pkgsrc/x11/openmotif/work/motif'
>> + mkdir -p /usr/pkg/lib/X11/app-defaults
>> /bin/mkdir: `/usr/pkg/lib/X11/app-defaults' exists but is not a  
>> directory
>> make[1]: *** [install] Error 1
>> make[1]: Leaving directory `/usr/pkgsrc/x11/openmotif/work/motif'
>>
>> It looks like /usr/pkg/lib/X11/app-defaults got written to by some  
>> other package that didn't pre-create the directory.  Can you check  
>> the contents of that file and see which was the offending package?
> 
> 
> It's games/xscrabble.

I'm going to sweep pkgsrc for packages that override the do-install 
target and make sure that there is an INSTALLATION_DIRS line that 
creates any necessary directories.  We're going to need this if we set 
NO_MTREE.

	Cheers,

	-- Johnny Lam <jlam@NetBSD.org>