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:subject:references:to:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=DGKoRHB1KTwQcl6e rvvRIC6BwHloXuEu08r3jf3QUEEID5dDlRu2uFQQYJCHoYHudY6/t79K5g1N/yNO jYUtk8DcMw0VkIXI0h9ygzWbTrOxHuee24LyVC18PuoShDBADEYG7Aa9cgXMPbTw A+eYUTocLx0TF7HYyahBKedRdKg= 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:subject:references:to:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=Sjf2nONtDX9301J2k+N0GK tI0BM=; b=UJWKa+LFwZzSZcSNr7XBwOvlhCEol25/DleHhO3H6h6t+almTV88dT t+1hxTFm+/Fh15n/3eXGxMMQW3Yv6sGRlr1D8UXSawoB5mgt+3Lk4qqtUBBjC5vW ViuMOMkZOchW1uANfJNnNdujscNSABORLRc0BCs9VoXPozTZ+18x8= 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-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 AT avenger DOT ws X-HELO: mail.avenger.ws 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 AT cygwin DOT com From: Heavenly Avenger X-Forwarded-Message-Id: Message-ID: <6c398205-52ae-0fc1-e248-b9e49862af04@avenger.ws> Date: Fri, 20 Jul 2018 23:30:03 -0300 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 Note-from-DJ: This may be spam 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 AT cygwin DOT 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