Page 1 of 1
compile fails: 2.0.5 ubuntu 12.04
Posted: Mon Dec 02, 2013 1:10 pm
by ezagent
:~/audacity-read-only$ java -showversion
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
compile fails: audacity 2.0.5 on ubuntu 12.04 x64 libid3tag
Posted: Mon Dec 02, 2013 1:16 pm
by ezagent
ERROR: libid3tag
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sudo make install
FAILS: error:
/usr/lib/libid3tag.so: could not read symbols: File in wrong format
RELATED ISSUE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Prior to attempting to compile Audacity I uninstalled /reinstalled using Ubuntu Software Center because attempting to run Audacity FAILED with an ELFCLASS32 error referencing libid3tag.so
MY JAVA VERSION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:~/audacity-read-only$ java -showversion
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
Re: compile fails: 2.0.5 ubuntu 12.04
Posted: Mon Dec 02, 2013 1:16 pm
by steve
Audacity does not use Java.
If you are building in NetBeans then it is probably that NetBeans is broken.
Re: compile fails: audacity 2.0.5 on ubuntu 12.04 x64 libid3
Posted: Mon Dec 02, 2013 1:20 pm
by steve
Please don't double post.
If you need to add more information, just send a reply to your existing topic.
If you need to ask an unrelated question, then start a new topic for that.
Re: compile fails: audacity 2.0.5 on ubuntu 12.04 x64 libid3
Posted: Mon Dec 02, 2013 1:22 pm
by steve
Re: compile fails: audacity 2.0.5 on ubuntu 12.04 x64 libid3
Posted: Mon Dec 02, 2013 1:31 pm
by ezagent
The double post was a keyboard error.
These are the instructions I followed:
http://wiki.audacityteam.org/wiki/Compi ... rBeginners
The same ones you referenced.
For anyone else that wants to fire off a reply off the top of their head which assumes a.) I'm an idiot, or b.) I have not followed instructions, I can assure you I've followed the instructions referenced above. If you'll LOOK at the error I referenced, that's what I'm looking for help with.
A reply from someone who can give a clue based on the error I'm experiencing would be appreciated.
Re: compile fails: audacity 2.0.5 on ubuntu 12.04 x64 libid3
Posted: Mon Dec 02, 2013 2:20 pm
by steve
ezagent wrote::~/audacity-read-only$ java -showversion
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
This appears to be unrelated to Audacity because Audacity does not use Java.
This was the only error mentioned in your first post, which is the post that I LOOKED at first and replied to before seeing your second post.
ezagent wrote:ERROR: libid3tag
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sudo make install
FAILS: error:
/usr/lib/libid3tag.so: could not read symbols: File in wrong format
Ensure that you have libid3tag-dev installed (it may be called libid3tag0-dev or something similar on your distribution).
Re: compile fails: x64 libid3tag [SOLVED]
Posted: Mon Dec 02, 2013 2:26 pm
by ezagent
I was having trouble compiling Audacity 2.0.5 which I attempted because running Audacity on Ubuntu 12.04 installed through the Software Center was failing with an ELFCLASS32 error referencing libid3tag.so.0
sudo apt-get --purge remove libid3tag*
After I executed the above command I returned to the install instructions for Audacity at:
http://wiki.audacityteam.org/wiki/Compi ... rBeginners
I resumed from the command:
sudo apt-get build-dep audacity
Audacity now starts. This was a mindbending problem that took me several weeks to resolve. I hope this helps someone else.
Re: compile fails: x64 libid3tag [SOLVED]
Posted: Wed Dec 11, 2013 9:38 am
by Gale Andrews
ezagent wrote:I was having trouble compiling Audacity 2.0.5 which I attempted because running Audacity on Ubuntu 12.04 installed through the Software Center was failing with an ELFCLASS32 error referencing libid3tag.so.0
Please report that 12.04 issue to Ubuntu at
https://bugs.launchpad.net/ubuntu . Packaged builds are nothing to do with Audacity and are made by the distribution.
Gale