jellyfish: Syntax error in configure when using autoreconf

2014-10-07 Thread Andreas Tille
Hi,

I'm trying to ugrade jellyfish which is maintained here

   Vcs-Git: git://anonscm.debian.org/debian-med/jellyfish.git

I'm using autoreconf and when building the package this leads to

...
checking how to hardcode library paths into programs... immediate
checking for md5sum... md5sum
checking for yaggo... /usr/bin/yaggo
./configure: line 15474: syntax error near unexpected token `VALGRIND,'
./configure: line 15474: `  PKG_CHECK_MODULES(VALGRIND, valgrind = 1.8.0)'
== config.log ==
This file contains any messages produced by compilers while
...


I wonder how I could prevent this failure to create a valid configure
script.

Thanks for any help

  Andreas.

-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141007203953.ga30...@an3as.eu



Re: jellyfish: Syntax error in configure when using autoreconf

2014-10-07 Thread Ansgar Burchardt
Hi,

Andreas Tille andr...@an3as.eu writes:
 I'm trying to ugrade jellyfish which is maintained here

Vcs-Git: git://anonscm.debian.org/debian-med/jellyfish.git

 I'm using autoreconf and when building the package this leads to

 ...
 checking how to hardcode library paths into programs... immediate
 checking for md5sum... md5sum
 checking for yaggo... /usr/bin/yaggo
 ./configure: line 15474: syntax error near unexpected token `VALGRIND,'
 ./configure: line 15474: `  PKG_CHECK_MODULES(VALGRIND, valgrind = 
 1.8.0)'
 == config.log ==
 This file contains any messages produced by compilers while
 ...

The PKG_CHECK_MODULES macro is not substituted. You probably need a
build-dependency on pkg-config.

Ansgar


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87ppe3r4k7@deep-thought.43-1.org



Re: jellyfish: Syntax error in configure when using autoreconf

2014-10-07 Thread Jakub Wilk

* Andreas Tille andr...@an3as.eu, 2014-10-07, 22:39:

./configure: line 15474: syntax error near unexpected token `VALGRIND,'
./configure: line 15474: `  PKG_CHECK_MODULES(VALGRIND, valgrind = 1.8.0)'


It looks like missing build-dependency on pkg-config.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141007204610.ga7...@jwilk.net



Re: jellyfish: Syntax error in configure when using autoreconf

2014-10-07 Thread Andreas Tille
Hi Jakub (and Ansgar)

On Tue, Oct 07, 2014 at 10:46:10PM +0200, Jakub Wilk wrote:
 * Andreas Tille andr...@an3as.eu, 2014-10-07, 22:39:
 ./configure: line 15474: syntax error near unexpected token `VALGRIND,'
 ./configure: line 15474: `  PKG_CHECK_MODULES(VALGRIND, valgrind = 
 1.8.0)'
 
 It looks like missing build-dependency on pkg-config.

Confirmed that this works - thanks a lot, Andreas.

-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141007210932.gc30...@an3as.eu