pkgsrc-Bugs archive

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

Re: pkg/51546: xephem package build stops at an rm(1) override prompt



The following reply was made to PR pkg/51546; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: gdt%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost,
	simonb%NetBSD.org@localhost
Subject: Re: pkg/51546: xephem package build stops at an rm(1) override prompt
Date: Sun, 9 Oct 2016 16:46:20 +0200

 On Sun, Oct 09, 2016 at 02:25:02PM +0000, Simon Burge wrote:
 >  >  Non-standard rm seems to be a local problem :)
 >  
 >  Umm, confused!!
 >  
 >  	athlon 2218> which rm
 >  	/bin/rm
 >  	athlon 2219> /bin/rm /home/simonb/netbsd/obj/pkg/x11/xephem/work.athlon/.destdir/usr/pkg/share/xephem/*/._*
 >  	override r--r--r--  simonb:_mdnsd for '/home/simonb/netbsd/obj/pkg/x11/xephem/work.athlon/.destdir/usr/pkg/share/xephem/auxil/._wmm.cof'? ^C
 >  	athlon 2220>
 >  
 >  That rm binary was built from a clean netbsd-7-0-RELEASE source tree.
 
 Are you sure that you don't have any rm=rm -i aliases? Just to prove my
 point:
 
 # su pbulkXXX
 $ cd /tmp
 $ umask 066
 $ touch test
 $ ls -l test
 -rw-------  1 pbulkXXX  wheel  0 Oct  9 14:46 test
 $ rm test
 
 works without any questions.
 
 Joerg
 


Home | Main Index | Thread Index | Old Index