Re: Unable to build jackit-0.102.20

2006-12-14 Thread Kay Abendroth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Gerard Seibert wrote:
 On Friday December 08, 2006 at 08:50:36 (AM) Kay Abendroth wrote:
 
 
 Could you comment all compiler flags you set in /etc/make.conf and rerun
 the build? Please post your build-log again after that if sth. changes.
 
 The only global setting in the /etc/make.conf file is:
 
   NO_PROFILE=true
   CFLAGS=-pipe
 
 I do have a couple of other settings, but they are nested
 
   .if
   mumble
   .endif
 
 I fail to see how that might effect it. Besides, they were present when
 I first installed my system.
 
 Anyway, I will give it a try tomorrow. I don't have time this evening.
 


I saw this in your build log:
[...]
creating jackd
echo #define JACKD_MD5_SUM \`md5sum .libs/jackd | awk '{print $1}'`\
 jack_md5.h
md5sum: not found
make  all-am
[...]

I've check that on my machine I don't get this error and I have a md5sum
command installed (comes with the base system I guess).


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (FreeBSD)

iQEVAwUBRYF03/6xkxz4DngiAQjkDAgAr9mEVz3dQJzNQ0vxZeYcloGpABAvTrFu
d+nibpd0wk0SZQN5byugy02TwlPlPzTMQNfWLQ2Ovp4/t5AXar5o4pRq/eKEzjvW
yF8sJqMl+xKhnKjGW4u/hObFZLG9tCwsI+gWohKpNVKMCx+w3Ls0f875UGkzQvt8
jlgT9NH7J3s6Zfm76JiaySHkOHvKICo72R7Z7JY8Wtt21X65dEMdqTV1j77NBbgW
3aCOkg9FNnlpVpAUvybcLcdgMb4GlxHsI8dYFQ8PqUBizvGgZMrxE3ZgKV4AFefH
9fnbhtD5FOLhs7CM3sdwAseBzKAEM9PSygYqrpP/akE+FnoY/UNiqQ==
=KTpo
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to build jackit-0.102.20

2006-12-14 Thread Gerard Seibert
On Thursday December 14, 2006 at 10:59:27 (AM) Kay Abendroth wrote:


 Gerard Seibert wrote:
  On Friday December 08, 2006 at 08:50:36 (AM) Kay Abendroth wrote:
  
  
  Could you comment all compiler flags you set in /etc/make.conf and rerun
  the build? Please post your build-log again after that if sth. changes.
  
  The only global setting in the /etc/make.conf file is:
  
  NO_PROFILE=true
  CFLAGS=-pipe
  
  I do have a couple of other settings, but they are nested
  
  .if
  mumble
  .endif
  
  I fail to see how that might effect it. Besides, they were present when
  I first installed my system.
  
  Anyway, I will give it a try tomorrow. I don't have time this evening.
  
 
 
 I saw this in your build log:
 [...]
 creating jackd
 echo #define JACKD_MD5_SUM \`md5sum .libs/jackd | awk '{print $1}'`\
  jack_md5.h
 md5sum: not found
 make  all-am
 [...]
 
 I've check that on my machine I don't get this error and I have a md5sum
 command installed (comes with the base system I guess).

Someone, the maintainer I think, supplied me with a patch that corrected
the problem. Simply place the patch in the ../jack/files directory and
the problem is gone. Apparently, this had something to do with the fact
that I did not have a: CFLAGS=0 setting in the /etc/make.conf file.


--- drivers/dummy/dummy_driver.c.orig   Sun Dec 10 16:31:55 2006
+++ drivers/dummy/dummy_driver.cSun Dec 10 16:32:27 2006
@@ -41,10 +41,11 @@
 /* this is used for calculate what counts as an xrun */
 #define PRETEND_BUFFER_SIZE 4096
 
+#define VIDEO_SYNC_PERIOD 48000 / 30
+
 void
 FakeVideoSync( dummy_driver_t *driver )
 {
-static const int VIDEO_SYNC_PERIOD = 48000 / 30;
 static int vidCounter = VIDEO_SYNC_PERIOD;
 
 int period = driver-period_size;


-- 
Gerard

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to build jackit-0.102.20

2006-12-08 Thread Gerard Seibert
On Thursday December 07, 2006 at 04:57:31 (PM) Kay Abendroth wrote:


 Gerard Seibert wrote:
  On Thursday December 07, 2006 at 03:39:59 (PM) Robert Huff wrote:
  
  
  Gerard Seibert writes:
 
   I have tried for two days now to update 'jacket' but without
   success.
 Built for me six hours ago under -Current.
  
  It doesn't seem to be working here.
  
  FreeBSD scorpio.seibercom.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0:
 
 I build jackit some hours ago without problems on a recent RELENG_6_2.
 Does every build attempt stop at the same position?

Yes, the build log is identical.

I did the following:

1) Deleted everything from /usr/ports/distfiles
2) portsclean -C -L
3) Pkgdb -Fu(no problems detected)
4) portsnap
5) Cleared out the /tmp and /var/tmp directories
6) Rebooted

The exact same problem happens when I attempt to build the port.

-- 
Gerard

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to build jackit-0.102.20

2006-12-08 Thread Kay Abendroth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Gerard Seibert wrote:
 On Thursday December 07, 2006 at 04:57:31 (PM) Kay Abendroth wrote:
 
 
 Gerard Seibert wrote:
 On Thursday December 07, 2006 at 03:39:59 (PM) Robert Huff wrote:


 Gerard Seibert writes:

  I have tried for two days now to update 'jacket' but without
  success.
Built for me six hours ago under -Current.
 It doesn't seem to be working here.

 FreeBSD scorpio.seibercom.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0:
 I build jackit some hours ago without problems on a recent RELENG_6_2.
 Does every build attempt stop at the same position?
 
 Yes, the build log is identical.
 
 I did the following:
 
 1) Deleted everything from /usr/ports/distfiles
 2) portsclean -C -L
 3) Pkgdb -Fu  (no problems detected)
 4) portsnap
 5) Cleared out the /tmp and /var/tmp directories
 6) Rebooted
 
 The exact same problem happens when I attempt to build the port.

Could you comment all compiler flags you set in /etc/make.conf and rerun
the build? Please post your build-log again after that if sth. changes.

Kay
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (FreeBSD)

iQEVAwUBRXltrP6xkxz4DngiAQgNOAgAgMdCAzdE2+1G6txoOr4C6lTVFdZ6ELDr
jH+0WplJ7vNN7/0/QZKpwPT+m0ntEsLczOJ9NpwfTYxnF8nWeiC7ncPyXLcHR5j3
BgOFkWYwVRnRbe9bvony5xIZyV8rYszP7Tjy8Ci8mJkxPU1j9Stq71avzOp8tYpT
0WA8yfmoO0ldOlLZ2AQUMRikMRD9U2JASyTUptjmc/2KNfVQiR5P6XbzO5UmPnud
hHyF7V/hCHm3WngRezGszziyvaYm3k3hl7An5EdbeOlQpxbvVfDLg3AwClijMVIG
L2kRmeDbYV6LophVKY/9ebJjOwTAgf1HwypXikeAma0lT0+oyIZ7QA==
=uF1T
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to build jackit-0.102.20

2006-12-08 Thread Gerard Seibert
On Friday December 08, 2006 at 08:50:36 (AM) Kay Abendroth wrote:


 Could you comment all compiler flags you set in /etc/make.conf and rerun
 the build? Please post your build-log again after that if sth. changes.

The only global setting in the /etc/make.conf file is:

NO_PROFILE=true
CFLAGS=-pipe

I do have a couple of other settings, but they are nested

.if
mumble
.endif

I fail to see how that might effect it. Besides, they were present when
I first installed my system.

Anyway, I will give it a try tomorrow. I don't have time this evening.

-- 
Gerard

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Unable to build jackit-0.102.20

2006-12-07 Thread Gerard Seibert
I have tried for two days now to update 'jacket' but without success.

This is the log file from the build attempt:

Script started on Wed Dec  6 20:08:51 2006
===  Found saved configuration for jackit-0.102.20
===  Extracting for jackit-0.102.20
= 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
===  Applying FreeBSD patches for jackit-0.102.20
===   jackit-0.102.20 depends on executable in : pkg-config - found
===   jackit-0.102.20 depends on shared library: portaudio.0 - found
===   jackit-0.102.20 depends on shared library: sndfile.1 - found
===   jackit-0.102.20 depends on shared library: FLAC.7 - found
===  Configuring for jackit-0.102.20
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

Unable to build jackit-0.102.20

2006-12-07 Thread Robert Huff

Gerard Seibert writes:

  I have tried for two days now to update 'jacket' but without
  success.

Built for me six hours ago under -Current.


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to build jackit-0.102.20

2006-12-07 Thread Gerard Seibert
On Thursday December 07, 2006 at 03:39:59 (PM) Robert Huff wrote:


 Gerard Seibert writes:
 
   I have tried for two days now to update 'jacket' but without
   success.
 
   Built for me six hours ago under -Current.

It doesn't seem to be working here.

FreeBSD scorpio.seibercom.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0:


-- 
Gerard

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to build jackit-0.102.20

2006-12-07 Thread Kay Abendroth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Gerard Seibert wrote:
 On Thursday December 07, 2006 at 03:39:59 (PM) Robert Huff wrote:
 
 
 Gerard Seibert writes:

  I have tried for two days now to update 'jacket' but without
  success.
  Built for me six hours ago under -Current.
 
 It doesn't seem to be working here.
 
 FreeBSD scorpio.seibercom.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0:

I build jackit some hours ago without problems on a recent RELENG_6_2.
Does every build attempt stop at the same position?


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (FreeBSD)

iQEVAwUBRXiOSv6xkxz4DngiAQg01Qf7BQap7ZrMTy3syhJ5SS1FHnkId8W61klz
vHmGAEmCujisUtlNjPp87hx3B9JIbuFgLD9RYKHnPuC2EcExjWihkRBdd2qwWdly
iYUCWZcMrC8l/1EhYYirt5YugtkolRD6TXDfnQ50pnYPuYl3hOREbR46Bsp5KiPQ
UtcSZlGni6E0haYj+9kjAwkXcq5qfBebOhJqzF6etZd0h1p4g2H0ZE0HjRElxHcw
5IbOshfb2mLLzMCxyOrRz64G+zk9TGJwmNW0s/dZXSx07oC14h3uFxbxN6maFqDf
Z18MMw4uhxZ4uy8iKaPtoPF/ZifRzgdTuZXgeB4G8oKIVYZI4uKfbg==
=+sEm
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]