X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6EB1A396E865 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1590000630; bh=+UjzYPrhyY/bOjXHs0B0D6UtH7vLoXsUAqHFrFuMtpc=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=JI1zz4Tfu4tObCszIZD9voyjnaNaHtMAyoQuQDT+GnFTb5C9XbQrFE3/kuA0TMh+P VTvnNsT4mEBLF29+WfP+lWs0+oyYNMTLdusC1wEHMv74JsSjExjh3rABrdjDGzhest ZGlwAh5AdQlwILapJ3b9d2EJnMDtvU+CGZuAlatA= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 22187395C05E X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=K/ZJwMEn5QwjbncIYl9kr9+FJ37Y4OLiVGwkDXA7T5I=; b=bLWDOBzDHybYjoIQPa8eAKSczv7nqZC67gyX4MjwVqzjZPrewj1+n/JVAjhea10CVz vLhrPKsCZv80hDQSZxFi0eJWQhRJUsIMZ2QnARzlIOGQwuHytg1N4ad7Z0zCF1sw5BPN AYxIFRoLQsnPdQaIDyTVCJkYKOpXUNYds8Uw3oYRQ26HPjbZCeZOemNdG3CYYaDbdVsI LzqkRNxbGYwZ8cEPrh1HzVR9N00kM6S3GKEKLWC+FT46WWISu5x9Ul83+x1YzoA1vS6T a/efI3phGdV9J96hgUr/pgIDwoGNmfJTAZkL0Gf3+TCzNhWorjz80W4gcSWVl2s3fIc+ Vg/w== X-Gm-Message-State: AOAM531MwHA4uLCUuICgL19fXVflxbkUJ4sTiNs2VIHiFswqPSrMfWQ2 4hQaPwGuUpd7/GsMJE6uQRMEI84+Ff84HWGE71A= X-Google-Smtp-Source: ABdhPJzssb3aXbYP2taKM9KfqJYzBsKWI46qCQUm29kfR11HzwaV72J2MZYO+/HvqYi3oDM7BSK0uoUAghpHUlWdB5g= X-Received: by 2002:a9f:3603:: with SMTP id r3mr4431537uad.102.1590000626509; Wed, 20 May 2020 11:50:26 -0700 (PDT) MIME-Version: 1.0 References: <68b1f192-6fc6-063b-85e9-bf0b45278802 AT jhmg DOT net> In-Reply-To: <68b1f192-6fc6-063b-85e9-bf0b45278802@jhmg.net> Date: Wed, 20 May 2020 20:50:00 +0200 Message-ID: Subject: Re: Trying to install older version (9.50) of ghostscript - still got 9.52 To: jhg AT acm DOT org X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Maarten Hoes via Cygwin Reply-To: Maarten Hoes Cc: cygwin , Jim Garrison Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Hi, On Wed, May 20, 2020 at 2:36 AM Jim Garrison via Cygwin wrote: > The current version of ghostscript is 9.52, but I need to install the > previous version, 9.50. I asked setup_x64.exe to replace 9.52 with > 9.50, but after doing this gs --version still said 9.52. > > The problem seems to be that downgrading ghostscript from 9.52 to 9.50 > does not also downgrade its dependency libgs9 back to 9.50. Is this > something the setup system could handle, or is it just something > one must know to look for when downgrading packages? > > I also tried uninstalling ghostscript 9.52 and reinstalling, but > that didn't touch libgs9 either. > > -- > Jim Garrison jhg AT acm DOT org > Hi, I recently [1] had a similar question. Turns out you have to take care of dependencies/prerequisites yourself. It's a manual process that you have to take care of yourself; setup does not and cannot take care of this for you. You manually have to figure out what package version go together. However, I did find this website [2] that archives Cygwin packages releases by date, so that in essence you can go back to a specific date on which DD-MM-YYYY all packages were current in the past. I guess you could use that to go back to the ghostscript release you want. But this does mean that: [a] I'm guessing this is not a 'supported cygwin configuration' [b] You will downgrade to *all* other packages that were 'current' at that date. Not sure if this helps, and hoping someone else has a better answer, - Maarten [1] https://cygwin.com/pipermail/cygwin/2020-May/244772.html [2] http://www.crouchingtigerhiddenfruitbat.org/Cygwin/timemachine.html -- 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