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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=PwieMSmdaCLqdR3H CjAWJrZTh6qN4Q4dRBmxrbdzPVzkqG/e8hJXp0Y9iBXp1vW35GyYnhBLPqAXzrBF DDBkf+vvbWwtPaZV0nb0b/wtMx36ikDue4ZfrpKd1HDxdMloXgGvNx2HZUPRtoIA c5Hl1mitJcN8k5XrrliT9p+77uE= 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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=dSCNy/dY50fLFOk1RlCfxV p8a4E=; b=UgUsUUY0RQGfCc1mbZpxK2Q/2GuTWB4ThydrX7ToG6jTCx14IzFvhw b44YPB9suZ20YjgBjAqPDz7zc39nEQ2UBcDTNqljvR99pz4TjXWOisUyQzJ45d5D jtjKWw1QoxyUj2T7XE2Sz8rA/OMzhRRwqOPMdiU7BKcGwkCbNlvqk= 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=-2.5 required=5.0 tests=BAYES_50,FREEMAIL_FROM,GIT_PATCH_2,KAM_NUMSUBJECT,KAM_THEBAT,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=terrible, H*UA:Bat!, H*x:Bat!, stubborn X-HELO: forward104j.mail.yandex.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1532165702; bh=3jy/wg0jdLDWtSRDlBgfUyUqYqgJACKWle9swmPkW8s=; h=Date:From:Reply-To:Message-ID:To:Subject:In-Reply-To:References; b=tJq4qFf1SgPgCeyesSiC4RGCStMoIfy6czMCJuQR6vQYbKKK1tUkaGMurBrr94Vt/ RTpcM/gpob+SRBFAc6WAELR8cFHLSJW0OS3Gj7ljaOHrPolQYgmQ6jABX0oBPTPO8T Cu1bs6WceJorSW2KlEn+WmPWvWUT8Nz/m2czPxa8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1532165701; bh=3jy/wg0jdLDWtSRDlBgfUyUqYqgJACKWle9swmPkW8s=; h=Date:From:Reply-To:Message-ID:To:Subject:In-Reply-To:References; b=tsSAmIh92vJIMEvZ2fhQiYOMSkhhh8MoHDTLAxgijT8qRcivHB46qS58/Z7bw8HrB U7T03WNNLV82lrcAw4ATlxSD3UmpNINH9h+dK500E5U6Z5i0JIDxs6uwh58WTJno3b c+AVg5mCryCanhJ/f05Nz/s6Wq1NTeJ/b4KBWERs= Authentication-Results: smtp4p.mail.yandex.net; dkim=pass header.i=@yandex.ru Date: Sat, 21 Jul 2018 12:24:53 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <95496955.20180721122453@yandex.ru> To: Heavenly Avenger , cygwin AT cygwin DOT com Subject: Re: Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23 In-Reply-To: <6c398205-52ae-0fc1-e248-b9e49862af04@avenger.ws> References: <6c398205-52ae-0fc1-e248-b9e49862af04 AT avenger DOT ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id w6L9Ze9X026216 Greetings, Heavenly Avenger! > 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. Checksums change after rebase. > 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 -- With best regards, Andrey Repin Saturday, July 21, 2018 12:24:15 Sorry for my terrible english... -- 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