public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Stubborn ghostscript 9.19 not upgrading to 9.23
@ 2018-07-21  7:58 Heavenly Avenger
  2018-07-21  9:35 ` Fwd: [fixed] " Heavenly Avenger
  0 siblings, 1 reply; 6+ messages in thread
From: Heavenly Avenger @ 2018-07-21  7:58 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23
  2018-07-21  7:58 Stubborn ghostscript 9.19 not upgrading to 9.23 Heavenly Avenger
@ 2018-07-21  9:35 ` Heavenly Avenger
  2018-07-21 18:45   ` Andrey Repin
  0 siblings, 1 reply; 6+ messages in thread
From: Heavenly Avenger @ 2018-07-21  9:35 UTC (permalink / raw)
  To: cygwin

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 <avenger@avenger.ws>
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23
  2018-07-21  9:35 ` Fwd: [fixed] " Heavenly Avenger
@ 2018-07-21 18:45   ` Andrey Repin
  2018-07-21 19:10     ` Heavenly Avenger
  0 siblings, 1 reply; 6+ messages in thread
From: Andrey Repin @ 2018-07-21 18:45 UTC (permalink / raw)
  To: Heavenly Avenger, cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 2959 bytes --]

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 <avenger@avenger.ws>
> 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



-- 
With best regards,
Andrey Repin
Saturday, July 21, 2018 12:24:15

Sorry for my terrible english...\0ТÒÐÐ¥\a&ö&ÆVÒ\a&W\x06÷'G3¢\x02\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒ÷\a&ö&ÆV×2æ‡FÖÀФd\x15\x13¢\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒöf\x17\x12ðФFö7VÖVçF\x17F–öã¢\x02\x02\x02\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒöFö72æ‡FÖÀÐ¥Vç7V'67&–&R\x06–æfó¢\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒöÖÂò7Vç7V'67&–&R×6–×\x06ÆPРÐ

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23
  2018-07-21 18:45   ` Andrey Repin
@ 2018-07-21 19:10     ` Heavenly Avenger
  2018-07-23  8:26       ` Andrey Repin
  2018-07-23 14:34       ` Brian Inglis
  0 siblings, 2 replies; 6+ messages in thread
From: Heavenly Avenger @ 2018-07-21 19:10 UTC (permalink / raw)
  To: cygwin

Checksums may change after rebase, but maybe file size and date? File 
creation time may work.


On 7/21/2018 6:24 AM, Andrey Repin wrote:
> 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 <avenger@avenger.ws>
>> 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
>
>


--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23
  2018-07-21 19:10     ` Heavenly Avenger
@ 2018-07-23  8:26       ` Andrey Repin
  2018-07-23 14:34       ` Brian Inglis
  1 sibling, 0 replies; 6+ messages in thread
From: Andrey Repin @ 2018-07-23  8:26 UTC (permalink / raw)
  To: Heavenly Avenger, cygwin

Greetings, Heavenly Avenger!

Please don't top-post.

>>> 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.

> Checksums may change after rebase, but maybe file size and date? File
> creation time may work.

Timestamps are META-information, not an attribute of the file itself.


-- 
With best regards,
Andrey Repin
Monday, July 23, 2018 8:47:09

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23
  2018-07-21 19:10     ` Heavenly Avenger
  2018-07-23  8:26       ` Andrey Repin
@ 2018-07-23 14:34       ` Brian Inglis
  1 sibling, 0 replies; 6+ messages in thread
From: Brian Inglis @ 2018-07-23 14:34 UTC (permalink / raw)
  To: cygwin

On 2018-07-21 05:30, Heavenly Avenger wrote:
> Checksums may change after rebase, but maybe file size and date? 
> File creation time may work.
Creation/birth time is setup's archive file extract/install time, and mod time
should be the same as in the archive if setup sets that, but cygcheck has no way
to check either, as setup logs but does not track install times, and users may
remove installed archives any time.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-23  6:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-21  7:58 Stubborn ghostscript 9.19 not upgrading to 9.23 Heavenly Avenger
2018-07-21  9:35 ` Fwd: [fixed] " Heavenly Avenger
2018-07-21 18:45   ` Andrey Repin
2018-07-21 19:10     ` Heavenly Avenger
2018-07-23  8:26       ` Andrey Repin
2018-07-23 14:34       ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).