Hello, dear all. I'm porting KDevelop now. It builds OKay, but when I try to make simple (just created by wizard) project, it fails on automake. Yes, I'm enough stupid to port KDevelop without knowing how does it works - my programming expirence is limited almost to M$ and Web programming (history of my switching to *nix world is something unrelated, I think, so it's skipped here:)). So, please, hurt me with at least telling direction.:)
I made 2 ports some time ago but didn't send them to ports@ because I don't think that ports for 2-year-still-unmaintained software are some that OpenBSD is interested for. Port itself is attached also. I didn't tuned it up, because it'll need tuning in any case, and I don't want to do the work 2 times:) (and pathes directory is empty at this time - thanks for great ports framework!). For example, by default KDevelop wants automake 1.6, which is unsupported natively on OpenBSD. I just (re)defined following make variables in sample project: WANT_AUTOCONF_VERSION_2_5 -WANT_AUTOMAKE_VERSION_1_6 +WANT_AUTOMAKE_VERSION_1_8 +AUTOMAKE_VERSION=1.8 +AUTOCONF_VERSION=2.57 I choosed 2.57 version for automake because output attached always seem to use 2.57. But it doesn't matter, am I using "AUTOCONF_VERSION=2.57" or "AUTOCONF_VERSION=2.59", even "AUTOCONF_VERSION=2.13". Also I set up make program to "make". By default, KDevelop starts "gmake" (attached log produced by "make"). But this doesn't make any sense, only output format changes a bit; errors are the same. Every help willi be appreciated very much! At this time I has installed: 04:39 /usr/ports/devel/kdevelop$ pkg_info | grep auto autoconf-2.13p0 automatically configure source code on many Un*x platforms autoconf-2.52p0 automatically configure source code on many Un*x platforms autoconf-2.54 automatically configure source code on many Un*x platforms autoconf-2.56 automatically configure source code on many Un*x platforms autoconf-2.57 automatically configure source code on many Un*x platforms autoconf-2.58 automatically configure source code on many Un*x platforms autoconf-2.59 automatically configure source code on many Un*x platforms automake-1.4.6 GNU Standards-compliant Makefile generator automake-1.8.5 GNU standards-compliant Makefile generator automake-1.9.6p0 GNU standards-compliant Makefile generator metaauto-0.5 wrapper for gnu auto* All versions of automake were installed for this port purposes only.:) -- Best wishes, Vadim Jukov P.S. And thank you for reading and understanding my bad English:).
cd '/home/Pers/Dev/k/krefilter' && AUTOCONF_VERSION="2.57" AUTOMAKE_VERSION="1.8" WANT_AUTOCONF_VERSION_2_5="1" WANT_AUTOMAKE_VERSION_1_8="1" make -f Makefile.cvs && cd '/home/Pers/Dev/k/krefilter' && "/home/Pers/Dev/k/krefilter/configure" && cd '/home/Pers/Dev/k/krefilter' && AUTOCONF_VERSION="2.57" AUTOMAKE_VERSION="1.8" WANT_AUTOCONF_VERSION_2_5="1" WANT_AUTOMAKE_VERSION_1_8="1" make -j2 This Makefile is only for the CVS repository This will be deleted before making the distribution <br /> *** Creating acinclude.m4 *** Creating list of subdirectories cd . && make -f admin/Makefile.common subdirs *** Creating configure.in cd . && make -f admin/Makefile.common configure.in ; *** Creating aclocal.m4 /usr/local/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /usr/local/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS /usr/local/share/aclocal/tcl.m4:20: warning: underquoted definition of SC_PATH_TCLCONFIG /usr/local/share/aclocal/tcl.m4:124: warning: underquoted definition of SC_PATH_TKCONFIG /usr/local/share/aclocal/tcl.m4:227: warning: underquoted definition of SC_LOAD_TCLCONFIG /usr/local/share/aclocal/tcl.m4:293: warning: underquoted definition of SC_LOAD_TKCONFIG /usr/local/share/aclocal/tcl.m4:330: warning: underquoted definition of SC_ENABLE_SHARED /usr/local/share/aclocal/tcl.m4:370: warning: underquoted definition of SC_ENABLE_FRAMEWORK /usr/local/share/aclocal/tcl.m4:421: warning: underquoted definition of SC_ENABLE_THREADS /usr/local/share/aclocal/tcl.m4:518: warning: underquoted definition of SC_ENABLE_SYMBOLS /usr/local/share/aclocal/tcl.m4:575: warning: underquoted definition of SC_ENABLE_LANGINFO /usr/local/share/aclocal/tcl.m4:622: warning: underquoted definition of SC_CONFIG_MANPAGES /usr/local/share/aclocal/tcl.m4:739: warning: underquoted definition of SC_CONFIG_CFLAGS /usr/local/share/aclocal/tcl.m4:1844: warning: underquoted definition of SC_SERIAL_PORT /usr/local/share/aclocal/tcl.m4:1973: warning: underquoted definition of SC_MISSING_POSIX_HEADERS /usr/local/share/aclocal/tcl.m4:2054: warning: underquoted definition of SC_PATH_X /usr/local/share/aclocal/tcl.m4:2139: warning: underquoted definition of SC_BLOCKING_STYLE /usr/local/share/aclocal/tcl.m4:2204: warning: underquoted definition of SC_TIME_HANDLER /usr/local/share/aclocal/tcl.m4:2281: warning: underquoted definition of SC_BUGGY_STRTOD /usr/local/share/aclocal/tcl.m4:2343: warning: underquoted definition of SC_TCL_LINK_LIBS /usr/local/share/aclocal/tcl.m4:2419: warning: underquoted definition of SC_TCL_EARLY_FLAG /usr/local/share/aclocal/tcl.m4:2431: warning: underquoted definition of SC_TCL_EARLY_FLAGS /usr/local/share/aclocal/tcl.m4:2463: warning: underquoted definition of SC_TCL_64BIT_FLAGS /usr/local/share/aclocal/speex.m4:10: warning: underquoted definition of XIPH_PATH_SPEEX /usr/local/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG /usr/local/share/aclocal/sigc++.m4:8: warning: underquoted definition of AM_PATH_SIGC /usr/local/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK /usr/local/share/aclocal/libmikmod.m4:11: warning: underquoted definition of AM_PATH_LIBMIKMOD /usr/local/share/aclocal/libglade.m4:7: warning: underquoted definition of AM_PATH_LIBGLADE /usr/local/share/aclocal/libgcrypt.m4:23: warning: underquoted definition of AM_PATH_LIBGCRYPT /usr/local/share/aclocal/libart.m4:11: warning: underquoted definition of AM_PATH_LIBART /usr/local/share/aclocal/libIDL.m4:6: warning: underquoted definition of AM_PATH_LIBIDL /usr/local/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB /usr/local/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/local/share/aclocal/gtk--.m4:10: warning: underquoted definition of AM_PATH_GTKMM /usr/local/share/aclocal/gnome--.m4:10: warning: underquoted definition of AM_PATH_GNOMEMM /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB /usr/local/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF /usr/local/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE /usr/local/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO /usr/local/share/aclocal/ORBit.m4:4: warning: underquoted definition of AM_PATH_ORBIT autom4te-2.57: unknown language: Autoconf-without-aclocal-m4 aclocal-1.8: /usr/local/bin/autom4te-2.57 failed with exit status: 1 *** Error code 1 <br /> Stop in /home/Pers/Dev/k/krefilter (line 28 of admin/Makefile.common). *** Error code 1 <br /> Stop in /home/Pers/Dev/k/krefilter (line 2 of Makefile.cvs). *** ????????? ? ?????: 1 ***
kdevelop-3.3.1.tgz
Description: application/tgz