From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69965 invoked by alias); 21 Jul 2018 02:31:26 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 69882 invoked by uid 89); 21 Jul 2018 02:31:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,HTML_MESSAGE,SPF_PASS,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=stubborn, upgrading, avengeravengerws, avenger@avenger.ws X-HELO: mail.avenger.ws Received: from mail.avenger.ws (HELO mail.avenger.ws) (173.208.129.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 21 Jul 2018 02:30:44 +0000 Received: from [IPv6:2804:14c:5b70:9002:b472:e56f:a088:aa24] (unknown [IPv6:2804:14c:5b70:9002:b472:e56f:a088:aa24]) by mail.avenger.ws (Postfix) with ESMTPSA id 3E0F14E00F8 for ; Fri, 20 Jul 2018 23:30:07 -0300 (-03) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=avenger.ws; s=ethereal; t=1532140207; bh=tfYUWYYEVMLazWhVmgYe6cHV4hsIN+sbxckDw+cyqPQ=; h=Subject:References:To:From:Date:In-Reply-To; b=qOIsZt0UXBmhzyO4PSS+c97JV4UAqwV6r9EIcJDJVN/UuOYk50OVQX7ZJOr+RaWdU dOj0OZJgR+jY8sVBGl1Ox9VOAm5MZqRLxEQKVVe1blMxOQcCglw4kA1qLGwBiHCtAO IbzjRryg+R3axnbpCoKy87pSiF5r9+OckBfo+ELE= Subject: Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23 References: To: cygwin@cygwin.com From: Heavenly Avenger X-Forwarded-Message-Id: Message-ID: <6c398205-52ae-0fc1-e248-b9e49862af04@avenger.ws> Date: Sat, 21 Jul 2018 09:35:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00207.txt.bz2 Sorry, problem solved... $ cygcheck -c libgs9 Cygwin Package Information Package              Version        Status libgs9               9.23-1         OK $ cygcheck -l libgs9 /usr/bin/cyggs-9.dll $ ls -l /usr/bin/cyggs-9.dll -rwxr-xr-x 1 avenger None 11816979 Jun 29  2016 /usr/bin/cyggs-9.dll Yeah, cygcheck, yeah...  (notice 2016 above?) :P Seems cygcheck -c does not really pokes checksum of every file in the package? I wonder why this didn't report as corrupt. After reinstalling libgs9: $ ls -l /usr/bin/cyggs-9.dll -rwxr-xr-x 1 avenger Administrators 12393491 Mar 21 17:58 /usr/bin/cyggs-9.dll $ gs --version 9.23 Works now. I guess I should just search for 2016 DLLs within /usr/bin and assume them all as broken, and reinstall the packages. :) -------- Forwarded Message -------- Subject: Stubborn ghostscript 9.19 not upgrading to 9.23 Date: Fri, 20 Jul 2018 22:58:45 -0300 From: Heavenly Avenger To: cygwin@cygwin.com Hello! I got into this problem that ghostscript refuses to upgrade. If I try to run a rtf2ps.sh I used to do frequently, I'm getting this: Looking for the error I see somebody mentioning it should be under /usr/share/gs/*. I have only /usr/share/ghostscript/*, and it looks like the same. Therein, I have 9.19 and 9.23 directories, which suggests there's some leftovers from 9.19. Yet, if I try to find the missing file (gs_init.ps), I get it within the 9.23 tree. Then it /should/ be good. Then, moved to /usr/bin and: $ ./gs --version 9.19 $ ls /usr/share/ghostscript/ 9.19  9.23  fonts I closed all cygwin terminals, checked up whether no cygwin process was running, and performed a reinstall of the ghostscript package. It reads 9.23 in setup_x86_64.exe, so I left a little confuse as to why it is not getting updated... maybe the package is nuts? Double checked, gs.exe process is not running nor stuck. Any ideas about what's going on here? :) I would prefer to be able to fully upgrade the package, but if the only way is to keep the old one or do some hacky symlinks, I guess I would need to live with that. :( -- 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