ports/106571: Unable to install jackit-0.102.20_1

Gerard Seibert gerard at seibercom.net
Sun Dec 10 20:10:16 UTC 2006


>Number:         106571
>Category:       ports
>Synopsis:       Unable to install jackit-0.102.20_1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 10 20:10:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gerard Seibert
>Release:        FreeBSD 6.1-RELEASE-p10
>Organization:
seibercom.net
>Environment:
FreeBSD scorpio.seibercom.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Sat Nov 11 04:27:43 EST 2006     ges at scorpio.seibercom.net:/usr/obj/usr/src/sys/SEIBERCOM-1  i386

>Description:
I am unable to build jackit-0.102.20_1 on my PC. I have the older version install, but I cannot update it. Finally, in what was probably a stupid move, I deinstalled the older version and tried again. Again it failed. Now I have no version installed.

I have tried both the 'make install' method, then I used 'portmanager' and finally 'portupgrade'. Nothing works. I cannot even get the old package version to install.

The log file of the build attempt is attached. For the record, I have been at this for three days now. I ran 'portsclean' to make sure everything was fresh and then 'portsnap' to insure a fresh ports collection. I even rebooted the system thinking that something there might be broken. Unfortunately, no success.
>How-To-Repeat:
Just try to install the port.
>Fix:


Patch attached with submission follows:

Script started on Sun Dec 10 14:19:23 2006
===>  Extracting for jackit-0.102.20_1
=> MD5 Checksum OK for jack-audio-connection-kit-0.102.20.tar.gz.
=> SHA256 Checksum OK for jack-audio-connection-kit-0.102.20.tar.gz.
===>  Patching for jackit-0.102.20_1
===>  Applying FreeBSD patches for jackit-0.102.20_1
===>   jackit-0.102.20_1 depends on executable in : pkg-config - found
===>   jackit-0.102.20_1 depends on shared library: portaudio.0 - found
===>   jackit-0.102.20_1 depends on shared library: sndfile.1 - found
===>   jackit-0.102.20_1 depends on shared library: FLAC.7 - found
===>  Configuring for jackit-0.102.20_1
checking build system type... i386-portbld-freebsd6.1
checking host system type... i386-portbld-freebsd6.1
checking target system type... i386-portbld-freebsd6.1
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... freebsd6.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.1 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 static flag -static works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether ln -s works... yes
checking whether byte ordering is bigendian... no
checking platform dependencies... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking /usr/include/nptl/pthread.h usability... no
checking /usr/include/nptl/pthread.h presence... no
checking for /usr/include/nptl/pthread.h... no
checking for getopt_long... yes
checking for gethostent... yes
checking for setsockopt... yes
checking for connect... yes
checking for dlopen... yes
checking for pthread_create... yes
checking for on_exit... no
checking for atexit... yes
checking for posix_memalign... no
checking for sin in -lm... yes
checking for clock_gettime... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mlockall... yes
checking shared memory support... System V shmget().
checking whether we can compile MMX code... yes
yes
checking whether we can compile SSE code... yes
checking for Pa_Initialize in -lportaudio... yes
checking portaudio.h usability... yes
checking portaudio.h presence... yes
checking for portaudio.h... yes
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBFREEBOB... gnome-config: not found
no
checking for ALSA... gnome-config: not found
no
checking for SNDFILE... yes
checking for doxygen... (cached) false
configure: WARNING: *** doxygen not found, docs will not be built
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating config/cpu/Makefile
config.status: creating config/cpu/alpha/Makefile
config.status: creating config/cpu/cris/Makefile
config.status: creating config/cpu/generic/Makefile
config.status: creating config/cpu/i386/Makefile
config.status: creating config/cpu/i486/Makefile
config.status: creating config/cpu/ia64/Makefile
config.status: creating config/cpu/m68k/Makefile
config.status: creating config/cpu/mips/Makefile
config.status: creating config/cpu/powerpc/Makefile
config.status: creating config/cpu/s390/Makefile
config.status: creating config/os/Makefile
config.status: creating config/os/generic/Makefile
config.status: creating config/os/gnu-linux/Makefile
config.status: creating config/os/macosx/Makefile
config.status: creating config/sysdeps/Makefile
config.status: creating doc/Makefile
config.status: creating doc/reference.doxygen
config.status: creating drivers/Makefile
config.status: creating drivers/alsa/Makefile
config.status: creating drivers/dummy/Makefile
config.status: creating drivers/oss/Makefile
config.status: creating drivers/portaudio/Makefile
config.status: creating drivers/coreaudio/Makefile
config.status: creating drivers/freebob/Makefile
config.status: creating example-clients/Makefile
config.status: creating jack.pc
config.status: creating jack.spec
config.status: creating jack/Makefile
config.status: creating jack/version.h
config.status: creating jackd/Makefile
config.status: creating jackd/jackd.1
config.status: creating libjack/Makefile
config.status: creating config.h
config.status: executing depfiles commands

jack-audio-connection-kit 0.102.20 :

| Build with ALSA support............................... : false
| Build with FreeBob support............................ : false
| Build with OSS support................................ : true
| Build with CoreAudio support.......................... : false
| Build with PortAudio support.......................... : true
| Compiler optimization flags........................... : -DREENTRANT -O3 -fomit-frame-pointer -ffast-math -funroll-loops -I$(top_srcdir)/config -I$(top_srcdir) -I$(top_srcdir) -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -march=pentium2 -mcpu=pentium4 -O3 -ffast-math -funroll-loops -fprefetch-loop-arrays
| Compiler full flags................................... : -I$(top_srcdir)/config -I$(top_srcdir) -I$(top_srcdir) -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2
| Install dir for libjack + backends.................... : ${exec_prefix}/lib/jack
|
| Default driver backend................................ : "oss"
| Shared memory interface............................... : "System V"
| Install prefix........................................ : /usr/local

===>  Building for jackit-0.102.20_1
make  all-recursive
Making all in jack
Making all in libjack
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-client.lo -MD -MP -MF ".deps/libjack_la-client.Tpo" -c -o libjack_la-client.lo `test -f 'client.c' || echo './'`client.c;  then mv -f ".deps/libjack_la-client.Tpo" ".deps/libjack_la-client.Plo"; else rm -f ".deps/libjack_la-client.Tpo"; exit 1; fi
mkdir .libs
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-client.lo -MD -MP -MF .deps/libjack_la-client.Tpo -c client.c  -fPIC -DPIC -o .libs/libjack_la-client.o
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-driver.lo -MD -MP -MF ".deps/libjack_la-driver.Tpo" -c -o libjack_la-driver.lo `test -f 'driver.c' || echo './'`driver.c;  then mv -f ".deps/libjack_la-driver.Tpo" ".deps/libjack_la-driver.Plo"; else rm -f ".deps/libjack_la-driver.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-driver.lo -MD -MP -MF .deps/libjack_la-driver.Tpo -c driver.c  -fPIC -DPIC -o .libs/libjack_la-driver.o
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-intclient.lo -MD -MP -MF ".deps/libjack_la-intclient.Tpo" -c -o libjack_la-intclient.lo `test -f 'intclient.c' || echo './'`intclient.c;  then mv -f ".deps/libjack_la-intclient.Tpo" ".deps/libjack_la-intclient.Plo"; else rm -f ".deps/libjack_la-intclient.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-intclient.lo -MD -MP -MF .deps/libjack_la-intclient.Tpo -c intclient.c  -fPIC -DPIC -o .libs/libjack_la-intclient.o
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-messagebuffer.lo -MD -MP -MF ".deps/libjack_la-messagebuffer.Tpo" -c -o libjack_la-messagebuffer.lo `test -f 'messagebuffer.c' || echo './'`messagebuffer.c;  then mv -f ".deps/libjack_la-messagebuffer.Tpo" ".deps/libjack_la-messagebuffer.Plo"; else rm -f ".deps/libjack_la-messagebuffer.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-messagebuffer.lo -MD -MP -MF .deps/libjack_la-messagebuffer.Tpo -c messagebuffer.c  -fPIC -DPIC -o .libs/libjack_la-messagebuffer.o
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-pool.lo -MD -MP -MF ".deps/libjack_la-pool.Tpo" -c -o libjack_la-pool.lo `test -f 'pool.c' || echo './'`pool.c;  then mv -f ".deps/libjack_la-pool.Tpo" ".deps/libjack_la-pool.Plo"; else rm -f ".deps/libjack_la-pool.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-pool.lo -MD -MP -MF .deps/libjack_la-pool.Tpo -c pool.c  -fPIC -DPIC -o .libs/libjack_la-pool.o
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-port.lo -MD -MP -MF ".deps/libjack_la-port.Tpo" -c -o libjack_la-port.lo `test -f 'port.c' || echo './'`port.c;  then mv -f ".deps/libjack_la-port.Tpo" ".deps/libjack_la-port.Plo"; else rm -f ".deps/libjack_la-port.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-port.lo -MD -MP -MF .deps/libjack_la-port.Tpo -c port.c  -fPIC -DPIC -o .libs/libjack_la-port.o
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-midiport.lo -MD -MP -MF ".deps/libjack_la-midiport.Tpo" -c -o libjack_la-midiport.lo `test -f 'midiport.c' || echo './'`midiport.c;  then mv -f ".deps/libjack_la-midiport.Tpo" ".deps/libjack_la-midiport.Plo"; else rm -f ".deps/libjack_la-midiport.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-midiport.lo -MD -MP -MF .deps/libjack_la-midiport.Tpo -c midiport.c  -fPIC -DPIC -o .libs/libjack_la-midiport.o
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-ringbuffer.lo -MD -MP -MF ".deps/libjack_la-ringbuffer.Tpo" -c -o libjack_la-ringbuffer.lo `test -f 'ringbuffer.c' || echo './'`ringbuffer.c;  then mv -f ".deps/libjack_la-ringbuffer.Tpo" ".deps/libjack_la-ringbuffer.Plo"; else rm -f ".deps/libjack_la-ringbuffer.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-ringbuffer.lo -MD -MP -MF .deps/libjack_la-ringbuffer.Tpo -c ringbuffer.c  -fPIC -DPIC -o .libs/libjack_la-ringbuffer.o
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-shm.lo -MD -MP -MF ".deps/libjack_la-shm.Tpo" -c -o libjack_la-shm.lo `test -f 'shm.c' || echo './'`shm.c;  then mv -f ".deps/libjack_la-shm.Tpo" ".deps/libjack_la-shm.Plo"; else rm -f ".deps/libjack_la-shm.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-shm.lo -MD -MP -MF .deps/libjack_la-shm.Tpo -c shm.c  -fPIC -DPIC -o .libs/libjack_la-shm.o
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-thread.lo -MD -MP -MF ".deps/libjack_la-thread.Tpo" -c -o libjack_la-thread.lo `test -f 'thread.c' || echo './'`thread.c;  then mv -f ".deps/libjack_la-thread.Tpo" ".deps/libjack_la-thread.Plo"; else rm -f ".deps/libjack_la-thread.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-thread.lo -MD -MP -MF .deps/libjack_la-thread.Tpo -c thread.c  -fPIC -DPIC -o .libs/libjack_la-thread.o
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-time.lo -MD -MP -MF ".deps/libjack_la-time.Tpo" -c -o libjack_la-time.lo `test -f 'time.c' || echo './'`time.c;  then mv -f ".deps/libjack_la-time.Tpo" ".deps/libjack_la-time.Plo"; else rm -f ".deps/libjack_la-time.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-time.lo -MD -MP -MF .deps/libjack_la-time.Tpo -c time.c  -fPIC -DPIC -o .libs/libjack_la-time.o
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-timestamps.lo -MD -MP -MF ".deps/libjack_la-timestamps.Tpo" -c -o libjack_la-timestamps.lo `test -f 'timestamps.c' || echo './'`timestamps.c;  then mv -f ".deps/libjack_la-timestamps.Tpo" ".deps/libjack_la-timestamps.Plo"; else rm -f ".deps/libjack_la-timestamps.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-timestamps.lo -MD -MP -MF .deps/libjack_la-timestamps.Tpo -c timestamps.c  -fPIC -DPIC -o .libs/libjack_la-timestamps.o
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-transclient.lo -MD -MP -MF ".deps/libjack_la-transclient.Tpo" -c -o libjack_la-transclient.lo `test -f 'transclient.c' || echo './'`transclient.c;  then mv -f ".deps/libjack_la-transclient.Tpo" ".deps/libjack_la-transclient.Plo"; else rm -f ".deps/libjack_la-transclient.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-transclient.lo -MD -MP -MF .deps/libjack_la-transclient.Tpo -c transclient.c  -fPIC -DPIC -o .libs/libjack_la-transclient.o
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-unlock.lo -MD -MP -MF ".deps/libjack_la-unlock.Tpo" -c -o libjack_la-unlock.lo `test -f 'unlock.c' || echo './'`unlock.c;  then mv -f ".deps/libjack_la-unlock.Tpo" ".deps/libjack_la-unlock.Plo"; else rm -f ".deps/libjack_la-unlock.Tpo"; exit 1; fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT libjack_la-unlock.lo -MD -MP -MF .deps/libjack_la-unlock.Tpo -c unlock.c  -fPIC -DPIC -o .libs/libjack_la-unlock.o
/bin/sh ../libtool --tag=CC --mode=link cc -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2   -L/usr/local/lib -o libjack.la -rpath /usr/local/lib -export-dynamic -version-info 0:23:0 libjack_la-client.lo libjack_la-driver.lo  libjack_la-intclient.lo libjack_la-messagebuffer.lo  libjack_la-pool.lo libjack_la-port.lo libjack_la-midiport.lo  libjack_la-ringbuffer.lo libjack_la-shm.lo  libjack_la-thread.lo libjack_la-time.lo  libjack_la-timestamps.lo libjack_la-transclient.lo  libjack_la-unlock.lo  -lm -pthread
cc -shared  .libs/libjack_la-client.o .libs/libjack_la-driver.o .libs/libjack_la-intclient.o .libs/libjack_la-messagebuffer.o .libs/libjack_la-pool.o .libs/libjack_la-port.o .libs/libjack_la-midiport.o .libs/libjack_la-ringbuffer.o .libs/libjack_la-shm.o .libs/libjack_la-thread.o .libs/libjack_la-time.o .libs/libjack_la-timestamps.o .libs/libjack_la-transclient.o .libs/libjack_la-unlock.o  -L/usr/local/lib -lm  -march=pentium2 -march=pentium2 -pthread -Wl,-soname -Wl,libjack.so.0 -o .libs/libjack.so.0
(cd .libs && rm -f libjack.so && ln -s libjack.so.0 libjack.so)
(cd .libs && rm -f libjack.so && ln -s libjack.so.0 libjack.so)
creating libjack.la
(cd .libs && rm -f libjack.la && ln -s ../libjack.la libjack.la)
Making all in jackd
if cc -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT jackd.o -MD -MP -MF ".deps/jackd.Tpo" -c -o jackd.o jackd.c;  then mv -f ".deps/jackd.Tpo" ".deps/jackd.Po"; else rm -f ".deps/jackd.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT engine.o -MD -MP -MF ".deps/engine.Tpo" -c -o engine.o engine.c;  then mv -f ".deps/engine.Tpo" ".deps/engine.Po"; else rm -f ".deps/engine.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT clientengine.o -MD -MP -MF ".deps/clientengine.Tpo" -c -o clientengine.o clientengine.c;  then mv -f ".deps/clientengine.Tpo" ".deps/clientengine.Po"; else rm -f ".deps/clientengine.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/local/include -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT transengine.o -MD -MP -MF ".deps/transengine.Tpo" -c -o transengine.o transengine.c;  then mv -f ".deps/transengine.Tpo" ".deps/transengine.Po"; else rm -f ".deps/transengine.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link cc -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2   -L/usr/local/lib -o jackd  jackd.o engine.o  clientengine.o transengine.o ../libjack/libjack.la  -lm -pthread
mkdir .libs
cc -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -DJACK_LOCATION=\"/usr/local/bin\" -I../config -I.. -I.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -o .libs/jackd jackd.o engine.o clientengine.o transengine.o -pthread  -L/usr/local/lib ../libjack/.libs/libjack.so -lm -Wl,--rpath -Wl,/usr/local/lib
creating jackd
echo "#define JACKD_MD5_SUM \"`md5 -q .libs/jackd | awk '{print $1}'`\"" > jack_md5.h
make  all-am
Making all in drivers
Making all in dummy
if /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I../..   -I/usr/local/include  -I../../config -I../.. -I../.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -I../../config -I../.. -I../.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT dummy_driver.lo -MD -MP -MF ".deps/dummy_driver.Tpo" -c -o dummy_driver.lo dummy_driver.c;  then mv -f ".deps/dummy_driver.Tpo" ".deps/dummy_driver.Plo"; else rm -f ".deps/dummy_driver.Tpo"; exit 1; fi
mkdir .libs
 cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I../../config -I../.. -I../.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -I../../config -I../.. -I../.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -pipe -march=pentium2 -MT dummy_driver.lo -MD -MP -MF .deps/dummy_driver.Tpo -c dummy_driver.c  -fPIC -DPIC -o .libs/dummy_driver.o
dummy_driver.c: In function `FakeVideoSync':
dummy_driver.c:48: error: initializer element is not constant
*** Error code 1

Stop in /usr/ports/audio/jack/work/jack-audio-connection-kit-0.102.20/drivers/dummy.
*** Error code 1

Stop in /usr/ports/audio/jack/work/jack-audio-connection-kit-0.102.20/drivers.
*** Error code 1

Stop in /usr/ports/audio/jack/work/jack-audio-connection-kit-0.102.20.
*** Error code 1

Stop in /usr/ports/audio/jack/work/jack-audio-connection-kit-0.102.20.
*** Error code 1

Stop in /usr/ports/audio/jack.

Script done on Sun Dec 10 14:21:23 2006

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list