X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=Kic 5WT/rYV27Mf96FI9I4T+vjhi1NkFyAAnBRvSFT8rFsokG64OcjO96NclswnrlEJD kz78g6xObdRLyA1z/SLApxxYMF2Pb4GKhWBlN7lHGG4qCAO6fxCq4prWz0cs4hda qNO5XdS3AC9V7d5/5GehjEPgrNCBPOLqMtH7XZ+w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=YeMozhYV1 /sHAHGds1Ixz1d1GtA=; b=gE6UtIhSxTeCI28YrWwH4lMlB/hiU1JwPhOkx5diU h7Rgr5NYpMdZ+ZvT+Aw2a7N/jU6HSZ0VFr9ObfY9eHNwR5qzkfp9OROris1SN50m HxyJlnrPMcRa30eOJwux+/Kq803mTo03bAaE9G/pughvi1Q03CKNEBl14L9n5ugI Jw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=stretch, Hx-languages-length:1766, headache, him X-HELO: mail-pf0-f181.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=zGjV/6GtCCGMtIb/gMv5Vn0IIN8LywZ4cxnobCq+7fQ=; b=UoIyI9Ix9b7Z+paC8WJU5ThWAbSoxJT2klLIp9GhOiJI1xR1s+VkwhGXqIHIF331M2 edHOReD8PMjOtEcyydbVsB9EGvQ8Vazsh4YRhQvxAdcMtnkMEnLnVz+Ajca0MrGGIUhX MLfEN4Sn/F+6RnSgbUJ0HdVGwk0z4x/kCNrdwo2k1dl6NamPR311vyYHktc/CPwDNuMt ZPQQN1C8F5NxAmAMUkDa8H8GMBIdBnCdDE+U6P3MgPT2yM8fg13pITWJdKOfBXJ135FW vXA3q37ZlWXiYBxWgbBYLeIu55nH73Mcv6J/uYBiNqmqDokXar4Sve7BrlnLTTfQ6cCG TdAQ== X-Gm-Message-State: ALyK8tL4CWt5V774A7UJulTRcIqL4W5bhghd+MYH2/4mN5yxnasS+sVwukxj5txXLbE2mA== X-Received: by 10.98.0.21 with SMTP id 21mr8956562pfa.81.1464790762816; Wed, 01 Jun 2016 07:19:22 -0700 (PDT) From: Marco Atzeri Subject: tar not reporting directory name ? To: "cygwin AT cygwin DOT com" Message-ID: <7508d98b-3af8-bc93-770b-5e7e101d376b@gmail.com> Date: Wed, 1 Jun 2016 16:19:00 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hi Guys, following a discussion on https://sourceforge.net/p/octave/package-releases/254/ on http://matzeri.altervista.org/works/octave/doesnt/ I uploaded a tar file that on cygwin do not report the directories entry $ tar -tf generate_html-0.1.11.tar.gz generate_html.0.1.11/COPYING generate_html.0.1.11/DESCRIPTION generate_html.0.1.11/INDEX generate_html.0.1.11/NEWS generate_html.0.1.11/inst/generate_html_manual.m generate_html.0.1.11/inst/generate_operators.m generate_html.0.1.11/inst/generate_package_html.m generate_html.0.1.11/inst/get_html_options.m generate_html.0.1.11/inst/html_help_text.m generate_html.0.1.11/inst/private/find_package.m generate_html.0.1.11/inst/private/get_alpha_database.m generate_html.0.1.11/inst/private/get_feature.m generate_html.0.1.11/inst/private/get_header_title_and_footer.m generate_html.0.1.11/inst/private/get_root.m generate_html.0.1.11/inst/private/get_texi_conf.m generate_html.0.1.11/inst/private/get_txi_files.m generate_html.0.1.11/inst/private/html_see_also_with_prefix.m generate_html.0.1.11/inst/private/insert_char_entities.m generate_html.0.1.11/inst/private/octave_forge_seealso.m generate_html.0.1.11/inst/texi2html.m generate_html.0.1.11/inst/txi2index.m generate_html.0.1.11/inst/txi2reference.m The packager uses tar-1.28-2.2 on Debian stretch, and it reports for him the directory entries. Any clue what is causing such discrepancy on cygwin ? I am reasonable sure that is a recent change in behaviour as the previous file version that have the same structure gave me no headache in the past. Of course if I unpack and repack the tar file, the directory are as expected reported http://matzeri.altervista.org/works/octave/works/tar-content.txt Regards Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple