compile fails: 2.0.5 ubuntu 12.04

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
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.
Post Reply
ezagent
Posts: 8
Joined: Mon Dec 02, 2013 1:02 pm
Operating System: Please select

compile fails: 2.0.5 ubuntu 12.04

Post by ezagent » Mon Dec 02, 2013 1:10 pm

:~/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)

ezagent
Posts: 8
Joined: Mon Dec 02, 2013 1:02 pm
Operating System: Please select

compile fails: audacity 2.0.5 on ubuntu 12.04 x64 libid3tag

Post by ezagent » Mon Dec 02, 2013 1:16 pm

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)
Last edited by ezagent on Fri Apr 24, 2015 4:26 pm, edited 2 times in total.
Reason: Topics merged

steve
Site Admin
Posts: 80687
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: compile fails: 2.0.5 ubuntu 12.04

Post by steve » Mon Dec 02, 2013 1:16 pm

Audacity does not use Java.
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)

steve
Site Admin
Posts: 80687
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: compile fails: audacity 2.0.5 on ubuntu 12.04 x64 libid3

Post by steve » Mon Dec 02, 2013 1:20 pm

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.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

steve
Site Admin
Posts: 80687
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: compile fails: audacity 2.0.5 on ubuntu 12.04 x64 libid3

Post by steve » Mon Dec 02, 2013 1:22 pm

9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

ezagent
Posts: 8
Joined: Mon Dec 02, 2013 1:02 pm
Operating System: Please select

Re: compile fails: audacity 2.0.5 on ubuntu 12.04 x64 libid3

Post by ezagent » Mon Dec 02, 2013 1:31 pm

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.

steve
Site Admin
Posts: 80687
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: compile fails: audacity 2.0.5 on ubuntu 12.04 x64 libid3

Post by steve » Mon Dec 02, 2013 2:20 pm

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).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

ezagent
Posts: 8
Joined: Mon Dec 02, 2013 1:02 pm
Operating System: Please select

Re: compile fails: x64 libid3tag [SOLVED]

Post by ezagent » Mon Dec 02, 2013 2:26 pm

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.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: compile fails: x64 libid3tag [SOLVED]

Post by Gale Andrews » Wed Dec 11, 2013 9:38 am

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
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Post Reply