Date: Mon, 23 Dec 2002 11:43:19 +0000 From: "Richard Dawe" Sender: rich AT phekda DOT freeserve DOT co DOT uk To: djgpp-workers AT delorie DOT com X-Mailer: Emacs 21.3.50 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 Subject: Problem with g77 DSMs Message-Id: Reply-To: djgpp-workers AT delorie DOT com Hello. There is a problem with the g77 DSMs: they specify the wrong manifest file. This causes some strange problems, when installing/uninstalling g77. Below is a diff against gcc 3.2.1's g77 template DSM. Andris, if you have time, could you edit the DSMs in the g77 binary packages, to specify the right manifest file? If you do, don't forget to increase the dsm-version number. Bye, Rich =] *** gnu/install.gcc/dsmsrc/g77b.dsi~0 Mon Dec 23 11:35:38 2002 --- gnu/install.gcc/dsmsrc/g77b.dsi Mon Dec 23 11:36:12 2002 *************** dsm-author-email: pavenis AT lanet DOT lv *** 11,17 **** name: g77 version: @version@ ! manifest: gcc AT arcv@b AT version_status@ type: binaries sources-dsm: gcc AT arcv@s AT version_status@ short-description: GNU Compiler Collection, GNU Fortran compiler --- 11,17 ---- name: g77 version: @version@ ! manifest: g77 AT arcv@b AT version_status@ type: binaries sources-dsm: gcc AT arcv@s AT version_status@ short-description: GNU Compiler Collection, GNU Fortran compiler