From: Dominic Fandrey on
A lot of ports currently break with spaces in CC, e.g. audio/flac
or multimedia/libtheora, they seem to be using gnome-libtool:

if /bin/sh /usr/local/bin/libtool --mode=compile env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc -DHAVE_CONFIG_H -I. -I. -I../.. -DFLaC__INLINE=__inline__ -DNDEBUG -I../.. -I./include -I../../include -I/usr/obj/mobileKamikaze.norad/amd64/usr/ports/audio/flac/work/flac-1.2.1/include -I/usr/local/include -I/usr/local/include -Wall -W -O2 -pipe -march=nocona -fno-strict-aliasing -MT bitwriter.lo -MD -MP -MF ".deps/bitwriter.Tpo" -c -o bitwriter.lo `test -f 'bitwriter.c' || echo './'`bitwriter.c; then mv -f ".deps/bitwriter.Tpo" ".deps/bitwriter.Plo"; else rm -f ".deps/bitwriter.Tpo"; exit 1; fi
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
*** Error code 1
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
*** Error code 1
*** Error code 1
3 errors
*** Error code 1
1 error
*** Error code 1
1 error
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 1

Stop in /usr/ports/audio/flac.
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Alex Dupre on
Dominic Fandrey ha scritto:
> A lot of ports currently break with spaces in CC, e.g. audio/flac
> or multimedia/libtheora, they seem to be using gnome-libtool:

Have you rebuilt libtool after changing CC ?

--
Alex Dupre
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Dominic Fandrey on
On 08/06/2010 09:48, Alex Dupre wrote:
> Dominic Fandrey ha scritto:
>> A lot of ports currently break with spaces in CC, e.g. audio/flac
>> or multimedia/libtheora, they seem to be using gnome-libtool:
>
> Have you rebuilt libtool after changing CC ?

They're not using libtool from the ports, but come with their own
libtool.

You can add
audio/speex
archivers/rpm

to the list.

--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Dominic Fandrey on
On 08/06/2010 09:48, Alex Dupre wrote:
> Dominic Fandrey ha scritto:
>> A lot of ports currently break with spaces in CC, e.g. audio/flac
>> or multimedia/libtheora, they seem to be using gnome-libtool:
>
> Have you rebuilt libtool after changing CC ?

The problem is that they do not escape spaces when passing CC on to
libtool, so whatever CC libtool was built with really doesn't matter.

--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Dominic Fandrey on
On 08/06/2010 09:56, Dominic Fandrey wrote:
> On 08/06/2010 09:48, Alex Dupre wrote:
>> Dominic Fandrey ha scritto:
>>> A lot of ports currently break with spaces in CC, e.g. audio/flac
>>> or multimedia/libtheora, they seem to be using gnome-libtool:
>>
>> Have you rebuilt libtool after changing CC ?
>
> They're not using libtool from the ports, but come with their own
> libtool.

This is not true for all of them. But the problem remains that they
pass CC on to libtool without escaping spaces. I will report this
upstream to Xiph.org, because all their ports seem to do this.

Regards

--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"