Bug 40652 - can't compile mjpegtools
Summary: can't compile mjpegtools
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-16 13:50 UTC by J. Brian Walters
Modified: 2002-07-17 22:07 UTC (History)
0 users

See Also:


Attachments
graphics.mjpegtools.patch (3.16 KB, patch)
2002-07-17 05:08 UTC, Mario Sergio Fujikawa Ferreira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description J. Brian Walters 2002-07-16 13:50:01 UTC
      mjpegtools..compilation stops at the following point

cc -O -pipe -march=pentiumpro -Wall -Wunused -pthread -o .libs/jpeg2yuv jpeg2yuv.o -Wl,-E  -L/usr/ports/graphics/mjpegtools/work/mjpegtools-1.6.0/utils -lmjpegutils ./.libs/liblavjpeg.so -L/usr/local/lib -ljpeg -L/usr/X11R6/lib -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -Wl,--rpath -Wl,/usr/local/lib
/usr/lib/libc.so.4: WARNING!  setkey(3) not present in the system!
/usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe.
/usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider using mkstemp()
/usr/lib/libc.so.4: WARNING!  des_setkey(3) not present in the system!
/usr/lib/libc.so.4: WARNING!  encrypt(3) not present in the system!
/usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider using mkstemp()
/usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is not recommended.
/usr/lib/libc.so.4: WARNING!  des_cipher(3) not present in the system!
/usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider using mkstemp()
creating jpeg2yuv
source='lav2divx.cpp' object='lav2divx.o' libtool=no \
depfile='.deps/lav2divx.Po' tmpdepfile='.deps/lav2divx.TPo' \
depmode=gcc /bin/sh ../depcomp \
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -DG_LOG_DOMAIN=\"lavtools\" -DLAVPLAY_VERSION=\"1.6.0\" -I/usr/include -I/usr/local/include -I/usr/local/include/glib12 -I/usr/local  -I/usr/X11R6/include -I /usr/X11R6/include -I../utils -I/usr/local/include/avifile -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include  -D_THREAD_SAFE  -O -pipe -march=pentiumpro -c -o lav2divx.o `test -f lav2divx.cpp || echo './'`lav2divx.cpp
/bin/sh ../libtool --mode=link c++  -O -pipe -march=pentiumpro  -pthread -o lav2divx  lav2divx.o lav_common.o -L../utils -lmjpegutils liblavfile.la liblavjpeg.la -L/usr/local -L/usr/local/lib -ldv -pthread -L/usr/local -lm  -L/usr/local/lib -lglib12   -L/usr/local/lib -Wl,-rpath,/usr/local/lib -laviplay -lm  
libtool: link: cannot find the library `'
gmake[2]: *** [lav2divx] Error 1
gmake[2]: Leaving directory `/usr/ports/graphics/mjpegtools/work/mjpegtools-1.6.0/lavtools'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/graphics/mjpegtools/work/mjpegtools-1.6.0'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/graphics/mjpegtools.

How-To-Repeat:       cd /usr/ports/graphics/mjpegtools
      make
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-07-16 17:20:45 UTC
Responsible Changed
From-To: freebsd-ports->lioux

over to maintainer
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-07-17 05:08:35 UTC
	Sorry for not answering your last email on a timely fashion.

	Could you try the following patch to see if it fixes things?
Something changed in the FreeBSD ports building environment because
this port used to work but it is now broken. :(
	I took the opportunity to fine tune the Makefile a little
bit since I was already there.
	Let me know if it works for you.

	Added files:
		files/patch-configure

-- 
Mario S F Ferreira - DF - Brazil - "I guess this is a signature."
Computer Science Undergraduate | FreeBSD Committer | CS Developer
flames to beloved devnull@someotherworldbeloworabove.org
feature, n: a documented bug | bug, n: an undocumented feature
Comment 3 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-07-17 22:07:23 UTC
State Changed
From-To: open->closed

A fix was committed, thanks!