pkgsrc-Bugs archive

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

Re: pkg/48913: "libmilter" and "sendmail" can no longer be built as an unprivileged user



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

From: Makoto Fujiwara <makoto%ki.nu@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/48913: "libmilter" and "sendmail" can no longer be built as an 
unprivileged user
Date: Thu, 19 Jun 2014 21:03:35 +0900

 Let me add the explanation for my patch (reverting patch-aa):
 
 I had duplicated the problem of original submitter while
 doing (cd /usr/pkgsrc/mail/sendmail; make package).
 
   modena@makoto 20:59:03/140619(..mail/sendmail)% make clean && make package 
|& grep ^install
   ===> Cleaning for sendmail-8.14.9
   install -c -o bin -g bin -m 444 helpfile 
/export/WRKOBJDIR/mail/sendmail/work/.destdir/usr/pkg/share/misc/helpfile
   install: 
/export/WRKOBJDIR/mail/sendmail/work/.destdir/usr/pkg/share/misc/helpfile: 
chown/chgrp: Operation not permitted
   install -c -o bin -g bin -m 555 editmap 
/export/WRKOBJDIR/mail/sendmail/work/.destdir/usr/pkg/sbin
   install: /export/WRKOBJDIR/mail/sendmail/work/.destdir/usr/pkg/sbin/editmap: 
chown/chgrp: Operation not permitted
   install -c -o bin -g bin -m 555 mailstats 
/export/WRKOBJDIR/mail/sendmail/work/.destdir/usr/pkg/sbin
   install: 
/export/WRKOBJDIR/mail/sendmail/work/.destdir/usr/pkg/sbin/mailstats: 
chown/chgrp: Operation not permitted
   install -c -o bin -g bin -m 555 makemap 
/export/WRKOBJDIR/mail/sendmail/work/.destdir/usr/pkg/sbin
   install: /export/WRKOBJDIR/mail/sendmail/work/.destdir/usr/pkg/sbin/makemap: 
chown/chgrp: Operation not permitted
   install -c -o bin -g bin -m 555 praliases 
/export/WRKOBJDIR/mail/sendmail/work/.destdir/usr/pkg/sbin
   install: 
/export/WRKOBJDIR/mail/sendmail/work/.destdir/usr/pkg/sbin/praliases: 
chown/chgrp: Operation not permitted
   install -c -o bin -g bin -m 555 smrsh 
/export/WRKOBJDIR/mail/sendmail/work/.destdir/usr/pkg/libexec/sendmail
   install: 
/export/WRKOBJDIR/mail/sendmail/work/.destdir/usr/pkg/libexec/sendmail/smrsh: 
chown/chgrp: Operation not permitted
   install -c -o bin -g bin -m 555 vacation 
/export/WRKOBJDIR/mail/sendmail/work/.destdir/usr/pkg/bin
   install: /export/WRKOBJDIR/mail/sendmail/work/.destdir/usr/pkg/bin/vacation: 
chown/chgrp: Operation not permitted
 
 And also the previous version (say cvs update -D 2014-06-01)
 does not the problem. So, what was the change ? 
 
 Then I was trying to get the similar behavior as previous version has:
 That is the story for my patches, I did nothing more than that.
 SPECIAL_PERMS lines may be insignificant, I am afraid.
 
 Thank you,
 ---
 mef%NetBSD.org@localhost
 Makoto Fujiwara, 
 Chiba, Japan, Narita Airport and Disneyland prefecture.
 


Home | Main Index | Thread Index | Old Index