Trying to install kde: ---> Configuring kdelibs3 ---> Building kdelibs3 with target all Error: Target com.apple.build returned: shell command "cd /opt/local/ var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_kde_kdelibs3/work/kdelibs-3.5.1 && ./CompileScript.sh" returned error 1 Command output: the following environment is being used: ACLOCALFLAGS: -I libltdl CFLAGS: -Os -fPIC CPPFLAGS: -fno-common -no-cpp-precomp -DMACOSX - DARTS_NO_ALARM -I/opt/local/include -I/usr/X11R6/include CXXFLAGS: -Os -fPIC FREETYPE_CONFIG: /opt/local/bin/freetype-config LDFLAGS: LIBS: -L/opt/local/lib -L/usr/X11R6/lib MACOSX_DEPLOYMENT_TARGET: 10.4 PATH: /opt/local/bin:/opt/local/sbin:/bin:/ sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/X11R6/bin PKG_CONFIG_PATH: *** YOU'RE USING autoconf (GNU Autoconf) 2.60. *** KDE requires autoconf 2.53 or newer make: *** [cvs] Error 1 kdelibs3-3.5.1-3 cvs-build failed! Error: The following dependencies failed to build: kdebase3 kdelibs3 kdenetwork3 kdepim3 kdeaccessibility3 kdeutils3 Error: Status 1 encountered during processing. What's that supposed to mean? You are using autoconf 2.60, version 2.53 or newer is required?!!? Bengt Nilsson
On Sep 25, 2006, at 1:19 PM, Bengt Nilsson wrote:
Trying to install kde:
---> Configuring kdelibs3 ---> Building kdelibs3 with target all Error: Target com.apple.build returned: shell command "cd /opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ dports_kde_kdelibs3/work/kdelibs-3.5.1 && ./CompileScript.sh" returned error 1 Command output: the following environment is being used:
<snip!>
*** YOU'RE USING autoconf (GNU Autoconf) 2.60. *** KDE requires autoconf 2.53 or newer make: *** [cvs] Error 1 kdelibs3-3.5.1-3 cvs-build failed!
Error: The following dependencies failed to build: kdebase3 kdelibs3 kdenetwork3 kdepim3 kdeaccessibility3 kdeutils3 Error: Status 1 encountered during processing.
What's that supposed to mean? You are using autoconf 2.60, version 2.53 or newer is required?!!?
Bengt Nilsson
The same thing happened to me this weekend. I went to /opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/kde/kdelibs3 and edited the Portfile by replacing the lines depends_build port:autoconf \ port:automake with depends_build port:automake and it worked! I know that I probably shouldn't, and that the maintainer needs to know so that it can be fixed, but in the meantime it worked. Fingers continually crossed. Ed Thome
On Sep 25, 2006, at 3:00 PM, Edward Thome wrote:
On Sep 25, 2006, at 1:19 PM, Bengt Nilsson wrote:
Trying to install kde:
---> Configuring kdelibs3 ---> Building kdelibs3 with target all Error: Target com.apple.build returned: shell command "cd /opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate _dports_kde_kdelibs3/work/kdelibs-3.5.1 && ./CompileScript.sh" returned error 1 Command output: the following environment is being used:
<snip!>
*** YOU'RE USING autoconf (GNU Autoconf) 2.60. *** KDE requires autoconf 2.53 or newer make: *** [cvs] Error 1 kdelibs3-3.5.1-3 cvs-build failed!
Error: The following dependencies failed to build: kdebase3 kdelibs3 kdenetwork3 kdepim3 kdeaccessibility3 kdeutils3 Error: Status 1 encountered during processing.
What's that supposed to mean? You are using autoconf 2.60, version 2.53 or newer is required?!!?
Bengt Nilsson
The same thing happened to me this weekend.
I went to
/opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/kde/kdelibs3
and edited the Portfile
by replacing the lines
depends_build port:autoconf \ port:automake
with
depends_build port:automake
and it worked!
I know that I probably shouldn't, and that the maintainer needs to know so that it can be fixed, but in the meantime it worked.
Actually, I didn't know which maintainer to contact; this all happened after updating gettext this weekend. After needing to recompile lftp to get it to work, I came to think I'd need to recompile everything depending on gettext, so I recompiled Kdelibs3. Kdelibs3 compiled beautifully a few weeks ago without any help (and without the new gettext). Ed
Hi, I've posted a patch on trac to fix this problem. (Ticket #10788) Unfortunately, I don't have commit privileges to SVN tree yet. Can anyone commit this patch? Thanks. 2006/9/26, Edward Thome <edthome@bellsouth.net>:
On Sep 25, 2006, at 3:00 PM, Edward Thome wrote:
On Sep 25, 2006, at 1:19 PM, Bengt Nilsson wrote:
Trying to install kde:
---> Configuring kdelibs3 ---> Building kdelibs3 with target all Error: Target com.apple.build returned: shell command "cd /opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate _dports_kde_kdelibs3/work/kdelibs-3.5.1 && ./CompileScript.sh" returned error 1 Command output: the following environment is being used:
<snip!>
*** YOU'RE USING autoconf (GNU Autoconf) 2.60. *** KDE requires autoconf 2.53 or newer make: *** [cvs] Error 1 kdelibs3-3.5.1-3 cvs-build failed!
Error: The following dependencies failed to build: kdebase3 kdelibs3 kdenetwork3 kdepim3 kdeaccessibility3 kdeutils3 Error: Status 1 encountered during processing.
What's that supposed to mean? You are using autoconf 2.60, version 2.53 or newer is required?!!?
Bengt Nilsson
The same thing happened to me this weekend.
I went to
/opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/kde/kdelibs3
and edited the Portfile
by replacing the lines
depends_build port:autoconf \ port:automake
with
depends_build port:automake
and it worked!
I know that I probably shouldn't, and that the maintainer needs to know so that it can be fixed, but in the meantime it worked.
Actually, I didn't know which maintainer to contact; this all happened after updating gettext this weekend. After needing to recompile lftp to get it to work, I came to think I'd need to recompile everything depending on gettext, so I recompiled Kdelibs3. Kdelibs3 compiled beautifully a few weeks ago without any help (and without the new gettext).
Ed _______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
On Sep 26, 2006, at 12:02 PM, Takanori Yamamoto wrote:
I've posted a patch on trac to fix this problem. (Ticket #10788)
Unfortunately, I don't have commit privileges to SVN tree yet. Can anyone commit this patch? Thanks.
I have committed this for you. -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
participants (4)
-
Bengt Nilsson
-
Daniel J. Luke
-
Edward Thome
-
Takanori Yamamoto