Date: Wed, 5 Dec 2001 16:54:37 +0100 (CET) From: Nils Holland <nils@tisys.org> To: freebsd-gnats-submit@freebsd.org Subject: ports/32534: mutt doesn't build / install correctly Message-ID: <20011205164200.A2741-100000@poison.ncptiddische.net>
next in thread | raw e-mail | index | archive | help
>Number: 32534 >Category: ports >Synopsis: Two problems with installing mutt >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 05 08:00:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Nils Holland >Release: FreeBSD 4.4-STABLE i386 >Organization: Ti Systems >Environment: System: FreeBSD poison.ncptiddische.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Dec 1 11:06:03 CET 2001 root@poison.ncptiddische.net:/usr/obj/usr/src/sys/POISON i386 >Description: When I tried to build and install /usr/ports/mail/mutt today, I faced two problems, which I will list below: 1) mutt also seems to be unhappy on systems having automake 1.4 and the current automake installed. This can be seen here: Script started on Wed Dec 5 16:28:53 2001 root@poison> make Making all in imap cd .. && automake --foreign --include-deps imap/Makefile automake: configure.in: required file `./depcomp' not found *** Error code 1 I worked around this using the hack that has also been used for the new KDE 2.2.2 port: root@poison> mkdir auto-bin root@poison> ln -s /usr/local/bin/automake14 auto-bin/automake root@poison> setenv PATH /usr/ports/mail/mutt/auto-bin:$PATH root@poison> make That way, mutt will build, but let's go ahead to the second problem: 2) Installation of mutt fails, as can be seen below: Script started on Wed Dec 5 16:39:39 2001 root@poison> make install ===> Installing for mutt-1.2.5 ===> mutt-1.2.5 depends on shared library: intl.1 - found install -c -s -o root -g wheel -m 555 mutt /usr/local/bin/mutt@EXEEXT@ ^^^^^^^^^^^^ install -c -s -o root -g wheel -m 555 pgpring /usr/local/bin/pgpring@EXEEXT@ ^^^^^^^^^^ ---> Why is mutt and pgpring getting installed under such a strange name, causing this: ===> Generating temporary packing list /usr/libexec/elf/strip: /usr/local/bin/mutt: No such file or directory *** Error code 1 >How-To-Repeat: Problem 1 should happen whenever automake 1.4 is /usr/local/bin/automake14 and the current automake is /usr/local/bin/automake. >Fix: A fix around the first problem has been provided above - I'm still looking at the second one - 10 minutes were not enough for me to find out what is wrong there ;-) >Release-Note: >Audit-Trail: >Unformatted: SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: SEND-PR: Please consult the send-pr man page `send-pr(1)' or the Texinfo SEND-PR: manual if you are not sure how to fill out a problem report. SEND-PR: Note that the Synopsis field is mandatory. SEND-PR: SEND-PR: Please note that (unless you state otherwise) if your report SEND-PR: includes a patch then it will be taken under the same license as SEND-PR: the one on the file(s) you want to change. SEND-PR: SEND-PR: Choose from the following categories: SEND-PR: SEND-PR: advocacy alpha bin conf docs gnu SEND-PR: i386 kern misc ports sparc SEND-PR: To: FreeBSD-gnats-submit@freebsd.org From: Nils Holland <nils@tisys.org> Reply-To: Nils Holland <nils@tisys.org> Cc: X-send-pr-version: 3.113 X-GNATS-Notify: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011205164200.A2741-100000>