Date: Tue, 23 Sep 2003 11:04:47 +0900 From: Rob Lahaye <lahaye@snu.ac.kr> To: freebsd-ports@freebsd.org Subject: gnats-submit: molden port complaint bounced back; please help! Message-ID: <3F6FAA3F.2090803@snu.ac.kr>
next in thread | raw e-mail | index | archive | help
Hi, I'm getting at a dead end here, having spent a considerable amount of time to learn about send-pr. I'm also at the brink of dropping the whole thing. Simply telling that the molden port is broken and even provide a patch, shoud not become a full day job :(. So, please, with sugar on top, could someone, more experienced, take it form here. This is the bounced back email from gnats: (why can I send emails to the whole world, but does gnats bounce it back?) ------------------------------------------------------------------------ ----- Transcript of session follows ----- ... while talking to mx1.freebsd.org.: >>>>>> DATA <<< 450 Client host rejected: cannot find your hostname, [147.46.44.183] <FreeBSD-gnats-submit@freebsd.org>... Deferred: 450 Client host rejected: cannot find your hostname, [147.46.44.183] <<< 554 Error: no valid recipients Warning: message still undelivered after 4 hours Will keep trying until message is 5 days old Reporting-MTA: dns; lahaye.snu.ac.kr Arrival-Date: Mon, 22 Sep 2003 20:24:22 +0900 (KST) Final-Recipient: RFC822; FreeBSD-gnats-submit@freebsd.org Action: delayed Status: 4.2.0 Remote-MTA: DNS; mx1.freebsd.org Diagnostic-Code: SMTP; 450 Client host rejected: cannot find your hostname, [147.46.44.183] Last-Attempt-Date: Tue, 23 Sep 2003 00:39:04 +0900 (KST) Subject: molden port broken From: Rob Lahaye <lahaye@snu.ac.kr> Date: Mon, 22 Sep 2003 20:24:21 +0900 (KST) To: FreeBSD-gnats-submit@freebsd.org CC: rmiya@cc.hirosaki-u.ac.jp >Submitter-Id: current-users >Originator: Rob Lahaye >Organization: SNU >Confidential: no >Synopsis: molden port broken >Severity: serious >Priority: medium >Category: ports >Class: update >Release: FreeBSD 4.9-PRERELEASE i386 >Environment: System: FreeBSD lahaye.snu.ac.kr 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Thu Sep 18 12:36:31 KST 2003 lahaye@lahaye.snu.ac.kr:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Molden port has three major problems: 1) Change the MD5 checksum in the molden port from MD5 (molden3.9.tar.Z) = 66061c5187193b0a11be548d0da3e2bc to MD5 (molden3.9.tar.Z) = b6ad8507344c5726e9ec371ea06a6a5b 2) Add dependency on Mesa3 port to the molden port: # cd /usr/ports/biology/molden # make [...] oglmol.c:21: GL/glut.h: No such file or directory [...] *** Error code 1 Stop in /usr/ports/biology/molden. 3) Having 1) and 2) fixed in my own port, 'portinstall molden' still ends with error: [...] ---> Installing the new version via the port ===> Installing for molden-3.9 ===> molden-3.9 depends on shared library: X11.6 - found ===> Generating temporary packing list ===> Checking if biology/molden already installed install -c -o root -g wheel -m 555 /usr/ports/biology/molden/work/molden3.9/molden /usr/ports/biology/molden/work/molden3.9/moldenogl /usr/local/bin /bin/mkdir -p /usr/local/share/doc/molden /bin/mkdir -p /usr/local/share/molden/test /bin/mkdir -p /usr/local/share/molden/utils install -c -o root -g wheel -m 444 /usr/ports/biology/molden/work/molden3.9/doc/* /usr/local/share/doc/molden install -c -o root -g wheel -m 444 /usr/ports/biology/molden/work/molden3.9/test/* /usr/local/share/molden/test install: /usr/ports/biology/molden/work/molden3.9/test/test: Inappropriate file type or format *** Error code 71 Stop in /usr/ports/biology/molden. *** Error code 1 Stop in /usr/ports/biology/molden. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall10512.0 make reinstall ** Fix the installation problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! biology/molden (install error) >How-To-Repeat: Simply try to install the port! >Fix: diff -ru molden/Makefile molden_patched/Makefile --- molden/Makefile Sat Jul 19 13:17:05 2003 +++ molden_patched/Makefile Sat Sep 20 15:36:37 2003 @@ -23,6 +23,7 @@ NO_PACKAGE= "Though the source codes are accessible, the author is hoping for distribution in an original form." MAKEFILE= ${WRKSRC}/makefile USE_REINPLACE= yes +USE_MESA= yes .include <bsd.port.pre.mk> @@ -40,6 +41,7 @@ (cd ${WRKSRC} && ${MAKE}) do-install: + rmdir ${WRKSRC}/test/test ${INSTALL_SCRIPT} ${WRKSRC}/molden ${WRKSRC}/moldenogl ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/molden diff -ru molden/distinfo molden_patched/distinfo --- molden/distinfo Sat Jul 19 13:17:05 2003 +++ molden_patched/distinfo Sat Sep 20 09:18:41 2003 @@ -1 +1 @@ -MD5 (molden3.9.tar.Z) = 66061c5187193b0a11be548d0da3e2bc +MD5 (molden3.9.tar.Z) = b6ad8507344c5726e9ec371ea06a6a5b
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F6FAA3F.2090803>