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:

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.

-- 
   ,_,   | Michael Nottebrock               | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org

Attachment: pgpt7WBHRsmof.pgp
Description: PGP signature

_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to