Update to new version 1.2.7 hope to fix problems on 7-current introduce USE_FORTRAN as requested
State Changed From-To: open->feedback The distfile is unfetchable, and the website says 1.2.6 is latest.
* Kay Lehmann [ Aug 4, 2007 (10:29 )]: > Hello, > > yes they changed the website quite late, but now it is anounced. It > is unfetchable because they changed the servername. Attached is a > patch that should help. better, but now i get ===> Building package for mbdyn-1.2.7 Creating package /usr/ports/packages/All/mbdyn-1.2.7.tbz Registering depends: suitesparse-2.4.0 lapack-3.0_2 blas-1.0_1 metis-4.0_2. Creating bzip'd tar ball in '/usr/ports/packages/All/mbdyn-1.2.7.tbz' tar: lib/libcolamd_mbdyn.la: Cannot stat: No such file or directory tar: lib/libcolamd_mbdyn.a: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 *** Error code 1
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it.
Marcelo Araujo wrote: > Hi guys, > > I not find on website the 1.2.7 version. > > > > Best Regards. > > Hi, You can investigate this problem? http://200.247.114.5/tb/errors/6.2-RELEASE/mbdyn-1.2.7.log Best Regards. -- Marcelo Araujo (__) araujo@FreeBSD.org \\\'',) http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_)
Marcelo Araujo wrote: > Hi, > > You can investigate this problem? > http://200.247.114.5/tb/errors/6.2-RELEASE/mbdyn-1.2.7.log > > > Best Regards. > > Hello, I tried to reproduce this error, but wasn't succesful. Do you have a tip how to proceed to get the error? Regarding the other error: I found the reason why it does not create the (renamed) libcolamd-files, but I am not sure how to fix it. The problem is an combination of patching configure.in (necessary because of fortran-changes) and the definition of the make-target "am--refresh". This target gets called because configure.in is newer than some other files after patching and so the patched Makefile.in (for renamed libcolamd-files) gets overwritten with an original file. Any hints how I can fix it? I can define am--refresh, so it does nothing,but this seems a little bit dirty to me. Thanks for the help and patience. Greets, Kay
Hello, I received a tip from Max Brazhnikov regarding the problem with the autotools/renaming libcolamd-files. Attached is a patch against the latest Makefile from the ports repository. The port now works for me again. Maybe you could test it once more regarding the other error? I am still unable to reproduce it. Maybe you can give me a hint how I can reproduce it, if it still occurs? Thanks and greetings, Kay
araujo 2007-10-08 18:26:19 UTC FreeBSD ports repository Modified files: science/mbdyn Makefile distinfo pkg-plist Log: - Update to 1.2.7. - Now we use USE_FORTRAN=yes to use FORTRAN compiler. PR: ports/114805 Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer) Approved by: stas (mentor) Revision Changes Path 1.12 +8 -7 ports/science/mbdyn/Makefile 1.4 +3 -3 ports/science/mbdyn/distinfo 1.4 +0 -1 ports/science/mbdyn/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!