These ports fail with similar messages: # cd /usr/ports/deskutils/kmatrix3d && make clean install ===> Cleaning for kmatrix3d-0.1_2 ===> Extracting for kmatrix3d-0.1_2 => MD5 Checksum OK for kmatrix3d-0.1.tar.bz2. => SHA256 Checksum OK for kmatrix3d-0.1.tar.bz2. ===> Patching for kmatrix3d-0.1_2 ===> kmatrix3d-0.1_2 depends on file: /usr/local/bin/moc - found ===> kmatrix3d-0.1_2 depends on executable: gmake - found ===> kmatrix3d-0.1_2 depends on file: /usr/local/bin/automake-1.9 - found ===> kmatrix3d-0.1_2 depends on file: /usr/local/bin/libtool - found ===> kmatrix3d-0.1_2 depends on shared library: glut.4 - found ===> kmatrix3d-0.1_2 depends on shared library: kimproxy - found ===> kmatrix3d-0.1_2 depends on shared library: GLU.1 - found ===> Configuring for kmatrix3d-0.1_2 cd /usr/obj/usr/ports/deskutils/kmatrix3d/work/kmatrix3d && make -f admin/Makefile.common --version: not found *** AUTOCONF NOT FOUND!. *** KDE requires autoconf 2.53 or newer *** Error code 1 Stop in /usr/obj/usr/ports/deskutils/kmatrix3d/work/kmatrix3d. *** Error code 1 Stop in /usr/ports/deskutils/kmatrix3d. # cd /usr/ports/deskutils/ksmoothdock && make clean install ===> Cleaning for ksmoothdock-4.5_2 ===> Extracting for ksmoothdock-4.5_2 => MD5 Checksum OK for ksmoothdock-4.5_automake-1.9.tar.gz. => SHA256 Checksum OK for ksmoothdock-4.5_automake-1.9.tar.gz. ===> Patching for ksmoothdock-4.5_2 ===> Applying FreeBSD patches for ksmoothdock-4.5_2 ===> ksmoothdock-4.5_2 depends on file: /usr/local/bin/moc - found ===> ksmoothdock-4.5_2 depends on executable: gmake - found ===> ksmoothdock-4.5_2 depends on file: /usr/local/bin/automake-1.9 - found ===> ksmoothdock-4.5_2 depends on file: /usr/local/bin/autoconf-2.61 - found ===> ksmoothdock-4.5_2 depends on file: /usr/local/bin/libtool - found ===> ksmoothdock-4.5_2 depends on shared library: kimproxy - found ===> Configuring for ksmoothdock-4.5_2 --version: not found *** AUTOCONF NOT FOUND!. *** KDE requires autoconf 2.53 or newer gmake: *** [cvs] Error 1 *** Error code 2 Stop in /usr/ports/deskutils/ksmoothdock. But: # ls /usr/local/bin/autoconf* 1 lrwxr-xr-x 1 root wheel - 16 Mar 27 18:20 /usr/local/bin/autoconf@ -> autoconf-wrapper 6 -r-xr-xr-x 1 root wheel - 5009 Mar 18 00:36 /usr/local/bin/autoconf-2.13* 14 -r-xr-xr-x 1 root wheel - 13420 Mar 18 00:40 /usr/local/bin/autoconf-2.61* 4 -r-xr-xr-x 1 root wheel - 3318 Mar 17 22:51 /usr/local/bin/autoconf-wrapper*
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Il giorno Gio, 03/04/2008 alle 14.00 +0000, Edwin Groothuis ha scritto: > Maintainer of deskutils/kmatrix3d, > > Please note that PR ports/122416 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/122416 > I'm Attaching a shar file which has the port with two new patch files. Builds fine with 6.3, will try it with 7.0 ASAP (if someone can test it, let me know your results). Gustavo
The patch works fine for deskutils/kmatrix3d, doesn't help for deskutils/ksmoothdock.
Hello Anatoly Can you try to add autconf:261:env to the USE_AUTOTOOLS line in the ports Makefile and report if it helps? regards arved
Hi! On Sun, Jul 27, 2008 at 10:58 PM, Tilman Linneweh <arved@freebsd.org> wrote: > Can you try to add autconf:261:env to the USE_AUTOTOOLS line in the ports > Makefile and report if it helps? It doesn't help.
arved 2008-08-01 13:51:13 UTC FreeBSD ports repository Modified files: deskutils/kmatrix3d Makefile Log: Add missing build dependencies PR: 124709, 122416 Submitted by: Max Brazhnikov Revision Changes Path 1.5 +5 -8 ports/deskutils/kmatrix3d/Makefile _______________________________________________ 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"
arved 2008-08-01 13:58:07 UTC FreeBSD ports repository Modified files: deskutils/ksmoothdock Makefile Log: Try to fix the reported build problems PR: 122416 Inspired by: a patch by Max Brazhnikov for kmatrix3d Revision Changes Path 1.15 +2 -1 ports/deskutils/ksmoothdock/Makefile _______________________________________________ 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 patches have been committed to both ports. The problem should be fixed now