[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2012-01-06 Thread Robert Jaemmrich
I'm running X-Plane 10.03 Beta 10 on Ubuntu Oneiric 64 here. A X-Plane MessageBox states that We could not locate an load OpenAL while strace shows open(/usr/lib32/libopenal.so, O_RDONLY) = 13 read(13, \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0\340k\0\0\0\0\0\0..., 512) = 512 close(13)

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2011-06-20 Thread Ákos Maróy
I have an older DVD installer - but where would I download a newer version from? on the x-plane.com site, I only see the demo the updater, but not the DVD installer, for X-Plane v9: http://x-plane.com/pg_downloads.html -- You received this bug notification because you are a member of Ubuntu

Re: [Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2011-06-20 Thread Ben Supnik
http://wiki.x-plane.com/DVD_Installers -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/273558 Title: /usr/lib/libopenal.so.0 missing from Intrepid To manage notifications about this bug go to:

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2011-06-20 Thread Ákos Maróy
oh. I see. good to know :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/273558 Title: /usr/lib/libopenal.so.0 missing from Intrepid To manage notifications about this bug go to:

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2011-06-19 Thread Ákos Maróy
Ben, Didn't know about this patch in X-Plane. Good to know now :) Akos -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/273558 Title: /usr/lib/libopenal.so.0 missing from Intrepid To manage

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2011-06-19 Thread Ákos Maróy
Ben, One note: the X-Plane Linux DVD installer still depends on libopenal.so.0, at least the one I have downloaded a while ago - on the site, I can't find a DVD installer download anymore, and I don't have the Linux DVD installer on my DVD. Akos -- You received this bug notification because

Re: [Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2011-06-19 Thread Ben Supnik
I believe the OpenAL dependency was removed from the DVD installer with the 2.05 installer. Unfortunately, this does nothing for already pressed DVDs, but then that's only fixable by maintaining binary compatibility at the distro level. Users can download the latest DVD installer from the

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2011-06-18 Thread Ákos Maróy
yeah, it's a standoff: app developers refuse to link to the new shared object name, as the ABI didn't change. the distro makers refuse to maintain the old name. thus it's us, the users, how are left to do the symlinking manually :( -- You received this bug notification because you are a member

Re: [Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2011-06-18 Thread Ben Supnik
It's not really a stand-off; we (LR, the company that makes X-Plane) have patched X-Plane to dynamically detect either libopenal.so.0 or 1 so that we will run without user mods on any distribution (including older distros that haven't made this change). It is only the older LR products that

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2011-06-17 Thread vubang maxwell
The ABI of OpenAL is unchanged as users continue to work around this by sym-linking. a href=http://www.squidoo.com/fly-sim;flight simulator/a -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/273558

Re: [Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2010-09-04 Thread Ben Supnik
Ah - thank you for the symbol list! From the decorations (and names) it looks these symbols are all OpenAL extensions...except for alBufferAppendData, which appears to have been (incorrectly?!?) exported as a non-decorated symbol too. One document from 2001 referes to the well-documented

Re: [Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2010-09-04 Thread Draeath
Yes, they can. I see no reason why libopenal.so.0 and libopenal.so.1 cannot both exist. Some minor patching may be required for configuration file paths (I believe the libraries both use the same path/files in /etc but have different expectations about the contents of them) directhex, you seem

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2010-09-03 Thread directhex
The following exported symbols were removed between the final openal package, and first openal-soft package: alBombOnError_LOKI alBufferAppendData alBufferAppendData_LOKI alBufferAppendWriteData_LOKI alBufferDataWithCallback_LOKI alBufferi_LOKI alBufferWriteData_LOKI alCaptureDestroy_EXT

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2010-09-03 Thread Kazade
Is it worth repackaging libopenal0 for more recent releases? Can libopenal0 and libopenal1 live alongside each other? -- /usr/lib/libopenal.so.0 missing from Intrepid https://bugs.launchpad.net/bugs/273558 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2010-05-04 Thread Alex Ruddick
This broke Gish (http://www.chroniclogic.com/gish.htm) for me earlier today. Adding a symlink fixed it. To me, as a user, this is a regression and a serious bug. I don't care at all how many symlinks I have in /usr/lib32. I care when Ubuntu's packaging breaks my software. Please re-open.

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2010-05-04 Thread Ben Supnik
For what it's worth, no one ever posted a clear explanation of _why_ the .so major version was bumped to this bug. Given that users continue to work around this by sym-linking, it certainly _appears_ that the ABI of OpenAL is unchanged. Can anyone point to at least one routine in the ABI that

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2009-05-17 Thread Draeath
I think it's important to note however, that this is NOT an Ubuntu- specific issue. Other distros are making the same migration (and are doing it the same sudden-transition way). While I think that the only reasons to REPLACE one library with the other is few shared files in /etc, I think there

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2009-05-17 Thread Ákos Maróy
Thanks for all the swift resposnes. Ben: while 930 Beta might look for both libraries, the X-Plane Updater itself only looks for .0 - so actually updating to 930 Beta is not possible without working around this via a symlink, for example -- /usr/lib/libopenal.so.0 missing from Intrepid

Re: [Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2009-05-17 Thread Ben Supnik
Hi Everyone, I am the other Linux guy...first, to be clear: Regardless of what happens with any distro, we (LR) have altered our OpenAL support to dynamically load either version of libopenal in our master code - over time all live apps will end up supporting either distro. Maróy, the next

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2009-05-16 Thread Ákos Maróy
what did the X-Plane people say? it seems that the latest X-Plane is still trying to load libopenal.so.0 ... -- /usr/lib/libopenal.so.0 missing from Intrepid https://bugs.launchpad.net/bugs/273558 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2009-05-16 Thread Ben Supnik
Hi, We have programmed the 930 beta of X-Plane to look for BOTH libopenal .so.1 and .so.0, because half the distros we support have changed the lib version and half have not. We continue to want to know (and still have not been told) in what way the ABI changed that warranted a reversioning

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2009-05-16 Thread nullack
Akos to accurately descripe what X-Plane people say: 1. When I contacted Austin Meyer about this, he declared that I did not know how busy he is 2. He said he did'nt care if the bug I reported to him existed or not, since his Linux support guy falsely claimed there was no problem and he didnt

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2009-05-16 Thread Joshua Wise
nullack, There are two of us on the X-Plane team here watching this bug. I am one of the Linux support guys; I have received no e-mail from you, so I will assume that you talked to Ben, who posted earlier. Ben also knows, though, that there is in fact a problem. We are actively working to make

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2009-05-02 Thread emarkay
This may be a dupe - or that one is a dupe to this: https://bugs.launchpad.net/bugs/323745 Confirming that the developers of third party programs need to change their code? If so, is the 1 version a Drop-in for the ) and all they have to do is rename their link in their code? Regardless I will

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2009-01-04 Thread Ben Supnik
Hi Y'all, Could someone please tell me what binary functionality has been changed/removed from libopenal with this change? I understand that the implementation has been changed radically. But OpenAL is an API for general access to abstract sound hardware. So...what _can't_ I do with

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2009-01-03 Thread Draeath
/usr/lib/libopenal.so.0 coexists perfectly well with /usr/lib/libopenal.so.1 There is no reason to remove this package completely. Simply putting the files there from an earlier Ubuntu version makes applications (that may be impossible to fix, as you well know) happy. While we are at it, lets

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2008-10-17 Thread StefanPotyra
Hi, no, libopenal0a (as in the creative variant) is obsolete, and won't come back. The right thing is to recompile 3rd party applications against the openal-soft. In case for binary only stuff, it would imho be better to dlopen system libraries instead of linking against it anyways (or link

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2008-10-16 Thread Joshua Wise
What changed in this version of the ABI? This seems to me like it should be left open for the alternate fix (i.e., leaving an libopenal0a package around). -- /usr/lib/libopenal.so.0 missing from Intrepid https://bugs.launchpad.net/bugs/273558 You received this bug notification because you are a

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2008-10-16 Thread Joshua Wise
** Changed in: openal-soft (Ubuntu) Status: Invalid = New -- /usr/lib/libopenal.so.0 missing from Intrepid https://bugs.launchpad.net/bugs/273558 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2008-09-23 Thread Wouter Stomp
** Tags added: regression-potential -- /usr/lib/libopenal.so.0 missing from Intrepid https://bugs.launchpad.net/bugs/273558 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2008-09-23 Thread nullack
Moving status to confirmed. [EMAIL PROTECTED]:/$ sudo find -name libopenal.s* [sudo] password for nullack: ./usr/lib/libopenal.so.1 ./usr/lib/libopenal.so ./usr/lib/libopenal.so.1.3.253 ./usr/lib32/libopenal.so.1 ./usr/lib32/libopenal.so.1.3.253 [EMAIL PROTECTED]:/$ sudo apt-cache policy

[Bug 273558] Re: /usr/lib/libopenal.so.0 missing from Intrepid

2008-09-23 Thread nullack
Marking as invalid. It has been explained that the ABI for OpenAL changed which necessitated the naming change. Packages in the Intrepid repos have been rebuilt for the new library. It is recommended that upstream projects not in the repos follow suit. ** Changed in: openal-soft (Ubuntu)