Re: [blfs-support] JSON-C fails to build

2013-12-21 Thread Richard Melville
I'm building JSON-C as a dependency for PulseAudio. It fails to build with: /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Werror -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -version-info 1:0:1 -no-undefined -ljson-c -o libjson.la

Re: [blfs-support] JSON-C fails to build

2013-12-21 Thread Dan McGhee
On 12/21/2013 01:40 AM, Chris Staub wrote: I don't normally use json-c, but as I use package users myself I thought I'd try it. I got exactly the same build failure when I used -j4 with make, and BLFS does say that this package does not support parallel builds. It worked fine once I removed

Re: [blfs-support] JSON-C fails to build

2013-12-21 Thread Pierre Labastie
Le 21/12/2013 16:54, Dan McGhee a écrit : On 12/21/2013 01:40 AM, Chris Staub wrote: I don't normally use json-c, but as I use package users myself I thought I'd try it. I got exactly the same build failure when I used -j4 with make, and BLFS does say that this package does not support

Re: [blfs-support] JSON-C fails to build

2013-12-21 Thread Bruce Dubbs
Pierre Labastie wrote: Le 21/12/2013 16:54, Dan McGhee a écrit : On 12/21/2013 01:40 AM, Chris Staub wrote: I don't normally use json-c, but as I use package users myself I thought I'd try it. I got exactly the same build failure when I used -j4 with make, and BLFS does say that this package

Re: [blfs-support] JSON-C fails to build

2013-12-21 Thread Chris Staub
On 12/21/13 10:54, Dan McGhee wrote: On 12/21/2013 01:40 AM, Chris Staub wrote: This happened again for me with cdparanoia, which also, as the book says, does not support a parallel build. I'm not sure how to set, change or remove these flags. Dan There's almost certainly something in your

Re: [blfs-support] JSON-C fails to build

2013-12-21 Thread Dan McGhee
On 12/21/2013 02:55 PM, Bruce Dubbs wrote: Pierre Labastie wrote: Le 21/12/2013 16:54, Dan McGhee a écrit : On 12/21/2013 01:40 AM, Chris Staub wrote: I don't normally use json-c, but as I use package users myself I thought I'd try it. I got exactly the same build failure when I used -j4 with

Re: [blfs-support] JSON-C fails to build

2013-12-21 Thread Dan McGhee
On 12/21/2013 03:06 PM, Chris Staub wrote: On 12/21/13 10:54, Dan McGhee wrote: On 12/21/2013 01:40 AM, Chris Staub wrote: This happened again for me with cdparanoia, which also, as the book says, does not support a parallel build. I'm not sure how to set, change or remove these flags. Dan

[blfs-support] JSON-C fails to build

2013-12-20 Thread Dan McGhee
I'm building JSON-C as a dependency for PulseAudio. It fails to build with: /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Werror -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -version-info 1:0:1 -no-undefined -ljson-c -o libjson.la

Re: [blfs-support] JSON-C fails to build

2013-12-20 Thread Armin K.
On 12/20/2013 06:15 PM, Dan McGhee wrote: I'm building JSON-C as a dependency for PulseAudio. It fails to build with: /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Werror -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -g -O2 -version-info 1:0:1

Re: [blfs-support] JSON-C fails to build

2013-12-20 Thread Dan McGhee
On 12/20/2013 11:32 AM, Dan McGhee wrote: On 12/20/2013 11:18 AM, Armin K. wrote: On 12/20/2013 06:15 PM, Dan McGhee wrote: I'm building JSON-C as a dependency for PulseAudio. It fails to build with: /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Werror -Wextra -Wwrite-strings

Re: [blfs-support] JSON-C fails to build

2013-12-20 Thread Bruce Dubbs
Dan McGhee wrote: On 12/20/2013 11:18 AM, Armin K. wrote: On 12/20/2013 06:15 PM, Dan McGhee wrote: I'm building JSON-C as a dependency for PulseAudio. It fails to build with: /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Werror -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99

Re: [blfs-support] JSON-C fails to build

2013-12-20 Thread Dan McGhee
On 12/20/2013 11:41 AM, Bruce Dubbs wrote: Dan McGhee wrote: On 12/20/2013 11:18 AM, Armin K. wrote: On 12/20/2013 06:15 PM, Dan McGhee wrote: I'm building JSON-C as a dependency for PulseAudio. It fails to build with: /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Werror -Wextra

Re: [blfs-support] JSON-C fails to build

2013-12-20 Thread Ken Moffat
On Fri, Dec 20, 2013 at 12:09:30PM -0600, Dan McGhee wrote: Thanks, Bruce. I'm so locked in on getting sound that I didn't think about that until after I responded to Armin. First, I built and did a DESTDIR install as me, then a DESTIR and a final install as root. Then used chown to get the

Re: [blfs-support] JSON-C fails to build

2013-12-20 Thread Chris Staub
On 12/20/13 13:09, Dan McGhee wrote: On 12/20/2013 11:41 AM, Bruce Dubbs wrote: I'm building JSON-C as a dependency for PulseAudio. It fails to build with: /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Werror -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE