compile fails: 2.0.5 ubuntu 12.04
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
compile fails: 2.0.5 ubuntu 12.04
:~/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)
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
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)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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)
Last edited by ezagent on Fri Apr 24, 2015 4:26 pm, edited 2 times in total.
Reason: Topics merged
Reason: Topics merged
Re: compile fails: 2.0.5 ubuntu 12.04
Audacity does not use Java.
If you are building in NetBeans then it is probably that NetBeans is broken.
If you are building in NetBeans then it is probably that NetBeans is broken.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: compile fails: audacity 2.0.5 on ubuntu 12.04 x64 libid3
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.
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.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: compile fails: audacity 2.0.5 on ubuntu 12.04 x64 libid3
Please try the instructions here: http://wiki.audacityteam.org/wiki/Compi ... ux_Mint.29
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: compile fails: audacity 2.0.5 on ubuntu 12.04 x64 libid3
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.
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
This appears to be unrelated to Audacity because Audacity does not use Java.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 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.
Ensure that you have libid3tag-dev installed (it may be called libid3tag0-dev or something similar on your distribution).ezagent wrote:ERROR: libid3tag
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sudo make install
FAILS: error:
/usr/lib/libid3tag.so: could not read symbols: File in wrong format
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: compile fails: x64 libid3tag [SOLVED]
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.
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.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: compile fails: x64 libid3tag [SOLVED]
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.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
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual