Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 06:30:01 GMT
From:      Norbert Grundmann <ngrundmann@gmx.de>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/186293: tar(1): Problems with tar on FreeBSD 10.0
Message-ID:  <201402010630.s116U1pL036309@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/186293; it has been noted by GNATS.

From: Norbert Grundmann <ngrundmann@gmx.de>
To: bug-followup@FreeBSD.org, ngrundmann@gmx.de
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402010630.s116U1pL036309>