[proaudio] CLAM: scons is a calamity ! |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: "proaudio@xxxxxxxxxxxxxxxxxxx" <proaudio@xxxxxxxxxxxxxxxxxxx>
- Subject: [proaudio] CLAM: scons is a calamity !
- From: Dominique Michel <dominique.michel@xxxxxxxxx>
- Date: Sun, 2 Feb 2014 09:11:35 +0100
- Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEXy8ubtkoXo7+b1+fbN cGKCeWDtamweFA8eMkmKPkPtvcWRoqyV0Pn7AAACbElEQVQ4jXXTMWvbQBQA4MOlizsdXEXp KAi09mKcLZ0EJxONDRJVkikg9AtqTm63gtHDmVJs1GsnC0JiaTMJGN2f67uzznJb+gZj9PFO 7717IqdtvCAmem4bxMLp/2BEyEBF1+U/0H8uhI6rv+BVLNrY/gH9T0L8yAxk2yMY3YuZxDCn TY/gpBByyTGktIcZOIvFjPNJmqYJDwrx3cIoBrE0zzG4FF8tfBAwM+DonKCYWjgROZ6Upjcm 5Qje58JAmlKKGfIAjzaDUuogZBY2Bjg14eDbywMIqZvwqgqFBcVFB0seYONLb00ZZlh4p0F6 FHNoUMyKAzxowJSQTyj+XloYs3MN3GeMpzyYSTMshLM00ODpWlPp4SDbqs4cViDcGAgmlK/a PsaOg7DvIQ3wzANMqB/iQW/XTkoTLO6XhSeHUoQKe+NLjyY/Ldx7CW2D4WTYhZ3V0GP64RpP Q/E66IUWMLj3+nDn4w2ejMACyXFeHZy6ETcZehc49bv1GQ/0bazNuzm97mDkhnoie9i30WYM w/YCnYT7Fx308s98n0IT//Jod1+aOzdzYXLVbftol+PC+REG3u+0AxdEtuSMB6G+DLGwMH4E vXGmJn8VCLM9LhmrOAMQYt5Wi/DFgIC52iFkUzMpDVmjAaDZRGC+JGwDqzJ/G5fUUcWZAaE7 YfvPLYtIU1Wb4A2IeS7uDMgcIFutiCr766qGfKHyuxvTIERKXVNSN27lDgCuBuojlpxIyJV6 ritS1uWWuHF2Ww7qcIKbqEFVNbmtmm3vGSCHbVXjikrY3SpVxwQWw2aIjwG+ueXTJDmHeK6a HfwGyU5ZSlGeSRQAAAAASUVORK5CYII=
I try everything to get NetworkEditor-9999 to compile. I even modified
the ebuild by incorporating modified patches from the 1.4.0 version.
The best I was able to get is:
cc1plus: error: invalid --param value ‘amdfam10’
scons: *** [src/processing/generated/ControlGate.o] Error 1
scons: *** [src/generated/main.o] Error 1
amdfam10 is in my portage CFLAGS in order to be able to cross compile
in another machine. I try to do an environment file for that program
with just "-march=native -O2 -pipe". The only thing scons is doing is
to add them to the old ones. Same result if I put these new CFLAGS
directly in make.conf...
I try to merge libclam-9999-r1 with these new CFLAGS and get another
issue:
Checking that libogg sample program compiles...yes
Checking that libogg sample program links...no
* ERROR: media-libs/libclam-9999-r1::proaudio failed (compile phase):
* configuration failed
That issue doesn't change if I use the original CFLAGS.
Last, I can not use the last released version because my ~amd64 system
is too much up-to-date, and libclam-1.4.0 want to downgrade xerces-c,
which want to downgrade icu to 3.6, when a lot of other software need
icu-51.2.
In consequence, if nobody is using these ebuilds, we can just remove
them, at least the live one, until upstream change its build system or
make a new released version.
Do you get any CLAM related ebuilds to work, and if yes which one?
Dominique