From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) by sourceware.org (Postfix) with ESMTPS id ECCA33857C69 for ; Sun, 3 Jan 2021 22:59:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org ECCA33857C69 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSw.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=brian.inglis@systematicsw.ab.ca Received: from [192.168.1.104] ([24.64.172.44]) by shaw.ca with ESMTP id wCLEkpNd7ktFkwCLFkkrFg; Sun, 03 Jan 2021 15:59:18 -0700 X-Authority-Analysis: v=2.4 cv=NYRYa0P4 c=1 sm=1 tr=0 ts=5ff24c46 a=kiZT5GMN3KAWqtYcXc+/4Q==:117 a=kiZT5GMN3KAWqtYcXc+/4Q==:17 a=IkcTkHD0fZMA:10 a=w_pzkKWiAAAA:8 a=IOH8Q-F7AAAA:8 a=MU4eybcMYzc-gjLx57oA:9 a=7Zwj6sZBwVKJAoWSPKxL6X1jA+E=:19 a=QEXdDO2ut3YA:10 a=sRI3_1zDfAgwuvI8zelB:22 a=IM-GSDauHpEIUljJqACc:22 Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com References: <232e5e04-5a4c-2836-6839-576f64e9db25@SystematicSw.ab.ca> <5085315e-9bcc-ce4c-d79d-5ac319f4b98e@SystematicSw.ab.ca> <865ad6b0-4329-42ac-54a2-50bb8d4a7122@verizon.net> <35a991c4-9831-ed6e-5c21-18afe56691e3@verizon.net> Cc: Lou Umscheid From: Brian Inglis Organization: Systematic Software Subject: Re: Fortran Installation Message-ID: <9a866b73-c144-4167-629e-d19c2be52043@SystematicSw.ab.ca> Date: Sun, 3 Jan 2021 15:59:16 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <35a991c4-9831-ed6e-5c21-18afe56691e3@verizon.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-CA Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfDgfQBt7nnAHvLtiY9VfIXX8wIVIpHhMViYfoN7ohVq0eouXeVjxfqfbdqS4LH3zBAl1MDm+fBpCenVE81IQrf1/iK0CZIVGR0xV7y0yU9L+p02iYzr0 CPbgkpMMUnYrap01vqzfSw9+EJmSUiQskzntXjyzL2cgyLe+EK1elOJLvn5PUHxVmd73JKilQPgq3ItfSa48BulGHnLEZn107murJIcKf9TfOl+Z7MxQ7No0 X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, BODY_8BITS, KAM_DMARC_STATUS, KAM_EXEURI, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, 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-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2021 22:59:20 -0000 On 2021-01-03 14:42, Lou Umscheid wrote: > > On 1/3/2021 4:03 PM, Brian Inglis wrote: >> On 2021-01-03 12:18, Lou Umscheid via Cygwin wrote: >>> On 1/3/2021 1:41 PM, Brian Inglis wrote: >>>> On 2021-01-03 11:37, Brian Inglis wrote: >>>>> On 2021-01-03 11:22, Lou Umscheid via Cygwin wrote: >>>>>> On 1/3/2021 12:28 PM, Brian Inglis wrote: >>>>>>> On 2021-01-03 09:44, Lou Umscheid via Cygwin wrote: >>>>>>>> I would like to install Fortran on newly installed Cygwin64 on my new LG >>>>>>>> laptop. I did this 9+ years ago for Cygwin32 on my Dell T1600 which is >>>>>>>> now fading. The process 9 years ago was long and hard over several weeks >>>>>>>> with many fallbacks and redo's. I am competent in Fortran programming >>>>>>>> but have only a minimum knowledge of Linux/Unix. Can anyone point me to >>>>>>>> a guide (I searched but could not find any) to installing Fortran, >>>>>>>> including which files to download, PATH, alias changes, etc. I know it >>>>>>>> is a lot to ask, but ANY help would be appreciated. >>>>>>> >>>>>>> To get a list of manually picked and installed packages in your current >>>>>>> Cygwin installation (excluding library packages except if they are devel >>>>>>> or doc packages) run the following command against your current >>>>>>> installation: >>>>>>> >>>>>>> $ awk '$3 && ($1 !~ /^lib/ || $1 ~ /-(devel|doc)/) {print $1}' \ >>>>>>>     /etc/setup/installed.db | tee cygwin-packages-picked.txt >>>>>>> >>>>>>> * transfer the file cygwin-packages-picked.txt to your new system e.g. >>>>>>> your Windows account Downloads folder on your new system, >>>>>>> * download https://cygwin.com/setup-x86_64.exe to e.g. your Windows >>>>>>> account Downloads folder on your new system, >>>>>>> * run setup-x86_64 on your new system with no selections to install a >>>>>>> basic Cygwin installation for you, then >>>>>>> * start a Cygwin shell in a terminal session, and >>>>>>> * rerun the Cygwin setup program with e.g.: >>>>>>> >>>>>>> $ cygstart /proc/cygdrive/c/Users/.../Downloads/setup-x86_64 \ >>>>>>> -P "`cat /proc/cygdrive/c/Users/.../Downloads/cygwin-packages-picked.txt`" >>>>>>> >>>>>>> to start installing the manually picked packages you had on your old >>>>>>> system (dependencies will be automatically pulled in): >>>>>>> * you *MUST* exit your Cygwin shell and terminal, and ensure that you >>>>>>> have no other Cygwin processes still running, before allowing the Cygwin >>>>>>> setup program to proceed; and >>>>>>> * wait patiently for all the package downloads, installations, and >>>>>>> post-install scripts to run to completion, before trying to do anything >>>>>>> more under Cygwin on your new system. >>>>> >>>>>> wow; thanks for quick response. I tried running your first command but got >>>>>> the message: >>>>>> >>>>>> awk: fatal: cannot open file ' /etc/setup/installed.db' for reading (No >>>>>> such file or directory) > >>>>>> The file seems to be there and I checked my input so I do not know what >>>>>> when wrong. Any suggestions? >> >>>>> File name shown is ' /etc/setup/installed.db' - includes a leading space - >>>>> do not use any quotes or add spaces in file names - or just paste the >>>>> second line at the end of the first line, with an (unquoted) space between >>>>> if required. >>>> >>>> ...and remove any \ continuation escape if you paste the lines together - >>>> that may well have been your issue! >>> Another question, if I may: does your procedure install both Fortran and >>> Dislin which are installed on the T1600? I do not see them in >>> cygwin-packages-picked.txt. >> >> The Cygwin Fortran package is gcc-fortran (gfortran/f95 symlink): you should >> see this unless you have been using a proprietary closed source compiler. >> It looks like Dislin is a proprietary closed source plotting package which you >> will have to find, acquire, install, and configure separately, or migrate >> settings from your old system. >> > There is a gcc4-fortran listed; so is that OK? And the old 32 bit vs new 64 bit > is not a problem? That will need updated to gcc-fortran - it may have been using an ancient package convention - you may have to check and update some package names if never upgraded for many years. Cygwin is a rolling release so if you upgrade using setup at least every year or so, when thinsg are quiet, it will avoid you missing out when obsolete packages are replaced. > DISLIN is a free scientific plotting package(www.dislin.de). They have a > download for 64 bit Cygwin so I hope that will work.  Lou It is not free/libre/open source, and only provides a proprietary no cost licence for non-commercial binary download and use, so if you use it in any job, you must pay to license use of it for a period of time, or choose a truly free alternative. The last update on that proprietary package was 18 months ago, so it may no longer be actively developed or supported: you should check its mailing list for recent activity; its status does not affect its licence. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. [Data in binary units and prefixes, physical quantities in SI.]