On Thursday 30 June 2005 12:28 pm, Michael Nottebrock wrote: > On Thursday, 30. June 2005 17:18, Steve Friedrich wrote: > > >cd /usr/ports/multimedia/kdemultimedia > > >make clean > > >make extract > > >cd work/kdemultimedia-3.4.1 > > >sh configure > > > > This completed without error. > > Damn. Okay, now it's gonna get icky. :-) > > > What do I do to complete? > > Please don't do anything to that end, we want to find the error after all > (and your kdemultimedia would be seriously misconfigured if you tried to > build and install it now). > > Try this: > > cd /usr/ports/multimedia/kdemultimedia > make clean > make extract > > make -V CONFIGURE_ENV > > - you should get a long line with things like PTHREAD_LIBS="-pthread" > MOC="/usr/X11R6/bin/moc" ... from that. > > make -V CONFIGURE_ARGS > > - you should get a line somewhat similar to the above. > > cd work/kdemultimedia-3.4.1 > env <copy and paste the line you got from make -V CONFIGURE_ENV here> sh > configure <copy and paste the line you got from make -V CONFIGURE_ARGS > here> > > Example: > > env PTHREAD_LIBS="-pthread" PTHREAD_LIBS="-pthread" > MOC="/usr/X11R6/bin/moc" CPPFLAGS=" -I/usr/local/include > -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H" > LIBS="-Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg > -L/usr/X11R6/lib" DO_NOT_COMPILE="akode juk mpeglib mpeglib_artsplug > xine_artsplugin" SHELL=/bin/sh CONFIG_SHELL=/bin/sh PORTOBJFORMAT=elf > MAKE=gmake lt_cv_sys_max_cmd_len=65536 sh configure > --with-vorbis="/usr/local" --disable-xinetest --enable-final > --enable-debug=full --with-xinerama --build=i386-portbld-freebsd4.11 > --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include > --disable-as-needed --with-qt-includes=/usr/X11R6/include > --with-qt-libraries=/usr/X11R6/lib --with-extra-libs=/usr/local/lib > --with-extra-includes=/usr/local/include --prefix=/usr/local > > If that fails (hopefully it will), do: It failed to find configure. Here's the output when I ran the above command: configure: Can't open configure: No such file or directory [EMAIL PROTECTED](p1)/usr/ports/multimedia/kdemultimedia3 115% whereis configure configure: /usr/ports/audio/rsynth/files/configure
Still want me to perform the steps below? > sh > set -o emacs > env <copy and paste the line you got from make -V CONFIGURE_ENV here> sh -x > configure <copy and paste the line you got from make -V CONFIGURE_ARGS > here> > > > config-x.log 2>&1 > > Example: > env PTHREAD_LIBS="-pthread" PTHREAD_LIBS="-pthread" > MOC="/usr/X11R6/bin/moc" CPPFLAGS=" -I/usr/local/include > -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H" LIBS="-Wl,- > export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -ljpeg -L/usr/X11R6/lib" > DO_NOT_COMPILE="akode juk mpeglib mpeglib_artsplug xine_artsplugin" > SHELL=/bin/sh CONFIG_SHELL=/bin/sh > PORTOBJFORMAT=elf MAKE=gmake lt_cv_sys_max_cmd_len=65536 sh -x configure > --with-vorbis="/usr/local" --disable-xinetest --enable-final > --enable-debug=full --with-xinerama --build > =i386-portbld-freebsd4.11 --x-libraries=/usr/X11R6/lib > --x-includes=/usr/X11R6/include --disable-as-needed > --with-qt-includes=/usr/X11R6/include --with-qt-libraries=/usr/X11R6/l > ib --with-extra-libs=/usr/local/lib > --with-extra-includes=/usr/local/include --prefix=/usr/local > config-x.log > 2>&1 > > Type exit, then mail the resulting config-x.log file back here. -- i386 FreeBSD 4.11-STABLE There are 10 types of people in this world. Ones that understand binary and then, the others. _______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
