Re: [Fink-devel] NoPerlTests broken?
On Mon, 29 Sep 2003 06:44:53 -0600, TheSin wrote: > fink > 0.13.7 as the docs say, so at this point it would be cvs fink Ok, thanks. I will email the maintainer about this so he can update the dependencies of the package. - Koen. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] fort77 can't be compiled.
I suppose you are using the updated Developer Tools? There is a problem with fort77 and the new tools. As it says on Fink's homepage, users are advised not to update their developer tools, or if they do, to be sure and run "sudo gcc_select 3" before using fink to compile packages. The problem with fort77 might actually lie in f2c, so you may need to go back and recompile various things to get fort77 to work. -- Dave --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] fort77 can't be compiled.
Did you install the gcc3.3 update to the Developer Tools? That causes a lot of havoc with Fortran. On Monday, September 29, 2003, at 02:05 AM, Pascal Bourguignon wrote: fort77 can't be compiled. Is there a way to know what package needs it? bash-2.05a$ fink --version Package manager version: 0.13.7 Distribution version: 0.5.3.cvs Copyright (c) 2001 Christoph Pfisterer Copyright (c) 2001-2003 The Fink Package Manager Team This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The following 2 additional packages will be installed: fort77 g77 Do you want to continue? [Y/n] y dpkg -i /sw/fink/dists/stable/main/binary-darwin-powerpc/libs/db3_3.3.11- 13_darwin-powerpc.deb Selecting previously deselected package db3. dpkg: considering removing db41-ssl in favour of db3 ... dpkg: yes, will remove db41-ssl in favour of db3. (Reading database ... 14953 files and directories currently installed.) Unpacking db3 (from .../db3_3.3.11-13_darwin-powerpc.deb) ... Setting up db3 (3.3.11-13) ... rm -rf fort77-1.18-4 mkdir -p /sw/src/fort77-1.18-4 gzip -dc /sw/src/fort77-1.18.tar.gz | /sw/bin/tar -xf - sed 's||/sw|g' < /sw/fink/dists/stable/main/finkinfo/languages/fort77-1.18-4.patch | patch -p1 patching file fort77 echo "no compile script" no compile script rm -rf /sw/src/root-fort77-1.18-4 mkdir -p /sw/src/root-fort77-1.18-4/sw mkdir -p /sw/src/root-fort77-1.18-4/DEBIAN mkdir -p /sw/src/root-fort77-1.18-4/sw/bin mkdir -p /sw/src/root-fort77-1.18-4/sw/share/man/man1 make install BINDIR=/sw/src/root-fort77-1.18-4/sw/bin MANDIR=/sw/src/root-fort77-1.18-4/sw/share/man/man1 (cd tests; ./test.pl -v) ./fort77 -c foo.f ... test successful. ./fort77 -c bar.F ..."bar.o" not generated by "( ./fort77 -c bar.F ) >/dev/null 2>&1" ./fort77 -c -o gargle.o foo.f /fort77 foo.f /fort77 baz/bazfoo.f /fort77 -c baz/bazfoo.f /fort77 -o bar.o -c baz/ba\ zfoo.f /fort77 -o tscht foo.f /fort77 -k foo.f /fort77 -g -k foo.f /fort77 -c -f long.f /fort77 mainmiss.f \ /fort77 -c foo.f && ./fort77 -c mainmiss.f && ./fort77 -o foo foo.o mainmiss.o /fort77 -c foo.f && ./fort77 -o foo foo.o mainmi\ ss.f /fort77 synerr.f && touch gargle ...Total 1 error(s) encountered. make: *** [test] Error 1 ### execution of failed, exit code 2 Failed: installing fort77-1.18-4 failed -- __Pascal Bourguignon__ http://www.informatimago.com/ --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] fort77 can't be compiled.
fort77 can't be compiled. Is there a way to know what package needs it? bash-2.05a$ fink --version Package manager version: 0.13.7 Distribution version: 0.5.3.cvs Copyright (c) 2001 Christoph Pfisterer Copyright (c) 2001-2003 The Fink Package Manager Team This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The following 2 additional packages will be installed: fort77 g77 Do you want to continue? [Y/n] y dpkg -i /sw/fink/dists/stable/main/binary-darwin-powerpc/libs/db3_3.3.11- 13_darwin-powerpc.deb Selecting previously deselected package db3. dpkg: considering removing db41-ssl in favour of db3 ... dpkg: yes, will remove db41-ssl in favour of db3. (Reading database ... 14953 files and directories currently installed.) Unpacking db3 (from .../db3_3.3.11-13_darwin-powerpc.deb) ... Setting up db3 (3.3.11-13) ... rm -rf fort77-1.18-4 mkdir -p /sw/src/fort77-1.18-4 gzip -dc /sw/src/fort77-1.18.tar.gz | /sw/bin/tar -xf - sed 's||/sw|g' < /sw/fink/dists/stable/main/finkinfo/languages/fort77-1.18-4.patch | patch -p1 patching file fort77 echo "no compile script" no compile script rm -rf /sw/src/root-fort77-1.18-4 mkdir -p /sw/src/root-fort77-1.18-4/sw mkdir -p /sw/src/root-fort77-1.18-4/DEBIAN mkdir -p /sw/src/root-fort77-1.18-4/sw/bin mkdir -p /sw/src/root-fort77-1.18-4/sw/share/man/man1 make install BINDIR=/sw/src/root-fort77-1.18-4/sw/bin MANDIR=/sw/src/root-fort77-1.18-4/sw/share/man/man1 (cd tests; ./test.pl -v) ./fort77 -c foo.f ... test successful. ./fort77 -c bar.F ..."bar.o" not generated by "( ./fort77 -c bar.F ) >/dev/null 2>&1" ./fort77 -c -o gargle.o foo.f /fort77 foo.f /fort77 baz/bazfoo.f /fort77 -c baz/bazfoo.f /fort77 -o bar.o -c baz/ba\ zfoo.f /fort77 -o tscht foo.f /fort77 -k foo.f /fort77 -g -k foo.f /fort77 -c -f long.f /fort77 mainmiss.f \ /fort77 -c foo.f && ./fort77 -c mainmiss.f && ./fort77 -o foo foo.o mainmiss.o /fort77 -c foo.f && ./fort77 -o foo foo.o mainmi\ ss.f /fort77 synerr.f && touch gargle ...Total 1 error(s) encountered. make: *** [test] Error 1 ### execution of failed, exit code 2 Failed: installing fort77-1.18-4 failed -- __Pascal Bourguignon__ http://www.informatimago.com/ --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] NoPerlTests broken?
fink > 0.13.7 as the docs say, so at this point it would be cvs fink On 29-Sep-03, at 4:21 AM, Koen van der Drift wrote: I have fink 0.13.7 installed, and NoPerlTest is not working. I want to install dbd-mysql-pm580 which has the line NoPerlTests:true, but the tests still are executed and the package fails to install. What version of Fink should I use so that this field works? --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] NoPerlTests broken?
Hi, I have fink 0.13.7 installed, and NoPerlTest is not working. I want to install dbd-mysql-pm580 which has the line NoPerlTests:true, but the tests still are executed and the package fails to install. What version of Fink should I use so that this field works? thanks, - Koen. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel