Bug#459745: qtractor - FTBFS: configure: error: JACK library not found.

2008-01-29 Thread Riku Voipio
tags 459745 + patch
block 459745 by 463058
thanks

...
checking for SSE optimization... (cached) yes
...

qtractor defaults on --enable-sse, which is very bad. amd64 is sse enabled
by default and on i386 we supports lots on non-sse systems. Disable it
and upload as soon as comerr-dev b0rkage has been fixed.

diff -ur qtractor-0.1.0/debian/rules qtractor-0.1.new/debian/rules
--- qtractor-0.1.0/debian/rules 2008-01-29 17:50:09.0 +0200
+++ qtractor-0.1.new/debian/rules   2008-01-29 17:44:41.0 +0200
@@ -38,7 +38,7 @@
$(MAKE) -f Makefile.cvs
chmod a+x configure
 #endif
-   CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info
+   CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) 
--disable-sse --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr 
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info


 build: build-stamp


-- 
rm -rf only sounds scary if you don't have backups



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459745: qtractor - FTBFS: configure: error: JACK library not found.

2008-01-12 Thread Lucas Nussbaum
On 08/01/08 at 14:34 +0100, Bastian Blank wrote:
 Package: qtractor
 Version: 0.1.0-1
 Severity: serious
 
 There was an error while trying to autobuild your package:
 
  Automatic build of qtractor_0.1.0-1 on debian-31.osdl.marist.edu by 
  sbuild/s390 98
 [...]
  checking for main in -ljack... no
  configure: error: JACK library not found.
  make: *** [config.status] Error 1
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2
  **
  Build finished at 20080107-0954
  FAILED [dpkg-buildpackage died]

Just for info, I can't reproduce it on i386.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459745: qtractor - FTBFS: configure: error: JACK library not found.

2008-01-12 Thread Bastian Blank
On Sat, Jan 12, 2008 at 01:22:54PM +0100, Lucas Nussbaum wrote:
 On 08/01/08 at 14:34 +0100, Bastian Blank wrote:
   checking for main in -ljack... no

main is no valid function in a library.

 Just for info, I can't reproduce it on i386.

Well, the other buildds do.

Bastian

-- 
You!  What PLANET is this!
-- McCoy, The City on the Edge of Forever, stardate 3134.0



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459745: qtractor - FTBFS: configure: error: JACK library not found.

2008-01-12 Thread Fathi Boudra
Hi,

qtractor builds fine for me on amd64.

JACK detected properly:

 checking for main in -ljack... yes
 checking jack/jack.h usability... yes
 checking jack/jack.h presence... yes
 checking for jack/jack.h... yes
 JACK Audio Connection Kit support  . . . . . . . .: yes

cheers,

Fathi



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459745: qtractor - FTBFS: configure: error: JACK library not found.

2008-01-08 Thread Bastian Blank
Package: qtractor
Version: 0.1.0-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of qtractor_0.1.0-1 on debian-31.osdl.marist.edu by 
 sbuild/s390 98
[...]
 checking for main in -ljack... no
 configure: error: JACK library not found.
 make: *** [config.status] Error 1
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2
 **
 Build finished at 20080107-0954
 FAILED [dpkg-buildpackage died]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]