Anthony Green writes:
Hi,
On rawhide, when I do a "yum install java-1.4.2-gcj-compat-devel" on my x86-64 system I get both the x86-64 and x86 packages. I suppose the x86 version is written last, because aot-compile-rpm's LIBDIR is set to /usr/lib/gcj instead of /usr/lib64/gcj. This pretty much breaks rpm building.
The fix is to make sure I just "yum install java-1.4.2-gcj-compat-devel.x86_64".
Is this expected behaviour? I don't remember this being a problem for my in the past.
AFAIK it's the default yum behaviour: multilibbed libraries install all arches. That seems a litttle weird, but there it is.
Andrew.