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

From: Norbert Grundmann <[email protected]>
To: [email protected], [email protected]
Cc:  
Subject: Re: bin/186293: tar(1): Problems with tar on FreeBSD 10.0
Date: Sat, 01 Feb 2014 07:20:17 +0100

 I should note, that this behaviour is not only related to tar.  For 
 example, if I compile software manually, using clang, the generated *.o 
 files have no rights.  Doing the same with gcc46, the results are ok, 
 which means the *.o files have the permissions what they should have...
 
 See:
 [clang/samtools-0.1.19] > ll *.o
 ----------  1 appl  admin   74232 Feb  1 07:11 bam.o
 ----------  1 appl  admin   56496 Feb  1 07:11 bam2bcf.o
 ----------  1 appl  admin  104392 Feb  1 07:11 bam2bcf_indel.o
 ----------  1 appl  admin   21832 Feb  1 07:11 bam2depth.o
 ----------  1 appl  admin   46512 Feb  1 07:11 bam_aux.o
 
 and:
 [gcc/samtools-0.1.19] > ll *.o
 -rw-r--r--  1 appl  admin   90488 Feb  1 07:10 bam.o
 -rw-r--r--  1 appl  admin   57864 Feb  1 07:10 bam2bcf.o
 -rw-r--r--  1 appl  admin   88256 Feb  1 07:10 bam2bcf_indel.o
 -rw-r--r--  1 appl  admin   22400 Feb  1 07:10 bam2depth.o
 -rw-r--r--  1 appl  admin   52272 Feb  1 07:10 bam_aux.o
 -rw-r--r--  1 appl  admin   17128 Feb  1 07:10 bam_cat.o
 
 and another thing related to this:
 untar a package on a mounted NFS/ZFS volumne which resides in a FreeBSD 
 10.0 computer gives me no problem.  I think the whole thing is realted to:
 FreeBSD 10 NFS client <---> Solaris 11 NFS Server
 
 Hopefully someone could help me :-)
 
 Norbert
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to