X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C7442385DC1D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1707907734; bh=nCetZMnub5xQevpO2ik/Ocp0cP1soPtD8FMdVRqObAQ=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=TAqfsdp7p72nUCknKNUF6Lx3OBeA1JWnGHGp1FkvuFz9MQLpcmZ0rf1d2/d4KLaUg Mne0G+vjOZgjj7YIFf3I9DF65yzCu5uz2bP5PU7Vghj2OuoRpqE+FvrwOTTzJhq2w9 a1v7ixa/DOBg7L5wjd9msKJbIJqcxo392pLk4rw0= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8E65E385AC20 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 8E65E385AC20 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707907681; cv=none; b=SrnF+s0EYo1B28pTv391nPkwgSquFoULO/a6zTgYjp3oc89sSE+gxeCpzOR9kpC3EhIpC/ceagyVsMypqi01zsReVS4Oxg9Gnc2hUko1IJKBk2YMuS3qD7Qz1NWJJuahA+ntLwThYczFCysWLcelyFqVFR6C8itd5PBboZZBI5A= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707907681; c=relaxed/simple; bh=YTuLe87KAjlHS814OwJGUdC+GJnsZEFXi+CA29e2Wv4=; h=Subject:To:From:Message-ID:Date:MIME-Version; b=DWJdvY5jB1unKqIdEpHT7IF6PHr26WiJ29kiUFLuwT7gsKZB0heFqoLohySlflkEjG3r0VKY0Urtnp+2McqhKaAUi2+9H8HYegcop04x9Ds+1oKsVTeI63IvFfTDVI5Py6ph2QI6FFcKPcI8qkKk8PGF4U+8IKIreh5sypGqmEc= ARC-Authentication-Results: i=1; server2.sourceware.org Subject: Re: cygport 0.36.8-1 To: cygwin AT cygwin DOT com References: <631b4e47-dc55-4385-85f0-a68cac5465c2 AT dronecode DOT org DOT uk> <52627581-8bcc-0f81-1706-cb5912e23641 AT t-online DOT de> <87cyt1ljam DOT fsf AT Gerda DOT invalid> <98aafc4a-18f3-4988-9d9d-6da2e8fee8a7 AT dronecode DOT org DOT uk> <13715df9-3883-e263-452c-40b10fea43bc AT t-online DOT de> Message-ID: <56fe77ea-75fd-4b3f-b3b9-4961de28f040@t-online.de> Date: Wed, 14 Feb 2024 11:47:52 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 SeaMonkey/2.53.16 MIME-Version: 1.0 In-Reply-To: X-TOI-EXPURGATEID: 150726::1707907674-AB7FD99C-CA1C1C04/0/0 CLEAN NORMAL X-TOI-MSGID: b2257287-3ff0-499f-9f07-635290425085 X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_DMARC_STATUS, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Christian Franke via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Christian Franke Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 41EAmuNT029623 Jon Turney via Cygwin wrote: > On 13/02/2024 13:02, Christian Franke via Cygwin wrote: >> Jon Turney via Cygwin wrote: >>> On 12/02/2024 16:49, ASSI via Cygwin wrote: >>>> Christian Franke via Cygwin writes: >>>>> This requires that always the same build directory is used. >>>> >>>> Would that be solvable by using -ffile-prefix-map or is there more to >>>> it? >>> >>> That should now be used in 0.36.8, so something else leaking the >>> local build directory into the package, perhaps >> >> A closer look shows that (only) the pathnames of the assembly (*.S) >> files in cygwin1.dll.dbg now contain the build path instead of the >> mapped path: >> >> $ strings cygwin1.dll.dbg | grep '^/.*bcopy\.S$' | uniq >> /tmp/build/cygwin-3.5.0-1.x86_64/src/newlib-cygwin/winsup/cygwin/x86_64/bcopy.S >> >> >> The paths in the released package are correct: >> >> $ strings /usr/lib/debug/usr/bin/cygwin1.dll.dbg | grep >> '^/.*bcopy\.S$' | uniq >> /usr/src/debug/cygwin-3.5.0-1/winsup/cygwin/x86_64/bcopy.S >> >> The regression was introduced by cygport commit 9e82685 in >> conjunction with the fact that --file-prefix-map has no effect on *.S >> files: > > Great.  I guess that means we need to use both options. If both --file-prefix-map and --debug-prefix-map are used in cygport, Cygwin 3.5.0-1 build is apparently reproducible.regardless of build path. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple