Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Nov 2009 23:56:54 +0100
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        Nicola Vitale <nivit@FreeBSD.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: audio/py-tagpy broken
Message-ID:  <4AF5FB36.8060008@bsdforen.de>
In-Reply-To: <25ef68cb0911060108p78bec67age0fe06b34529a474@mail.gmail.com>
References:  <4AF2DC51.8010503@bsdforen.de> <25ef68cb0911060108p78bec67age0fe06b34529a474@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Nicola Vitale wrote:
> Hi Dominic,
> 
>> [2009/11/5 Dominic Fandrey <kamikaze@bsdforen.de>]
>> Whatever kind of information you require, I'm willing to provide.
>> Sorry, your build failed. Try rerunning configure.py with different options.
>> ----------------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "setup.py", line 114, in <module>
>>    main()
>>  File "setup.py", line 105, in main
>>    extra_compile_args=conf["CXXFLAGS"],
> 
> It's strange, I have compiled it on my system and built in tinderbox
> too (http://people.freebsd.org/~nivit/tb_logs/py26-tagpy-0.94.7.log ),
> and there were not errors.
> I'll check on an AMD64 system, thanks for the report.
> 
> Ciao.

I have found the strangest workaround, after the failure I just have
to cd into the working directory, run make without parameters and it
finishes building.

It's only from the port that building doesn't work. I quickly found
out that something in MAKE_ENV must be causing it, so I tried
compiling repeatedly, each time stripping another variable and
discovered that CXX causes my problem. If I leave it out of the
MAKE_ENV it builds just fine.

Considering that CXX is not even used this strikes me as quite
strange and I know of no non-hacky way of removing it from
MAKE_ENV.

-- 
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? 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AF5FB36.8060008>