Indigo v1.0.9 for Linux Build 2

General News and accouncements regarding the Indigo render engine
User avatar
dougal2
Developer
Posts: 2532
Joined: Wed Nov 15, 2006 8:17 am
Location: South London

Post by dougal2 » Thu May 08, 2008 12:15 am

:x linux audio is a nightmare. Don't get me started on firewire interfaces with jack ad pulse grrrr :twisted:

User avatar
joegiampaoli
Posts: 837
Joined: Thu Oct 05, 2006 7:12 am
Location: San Miguel de Allende-MEXICO
Contact:

Post by joegiampaoli » Sat May 10, 2008 6:43 am

I finally got it all running, I'm using ALSA, JACK working well with ardour, today I get a new guitar effects processor :D so I'll be doing some nice multitrack recording. Actually the soind is much better now, more quality and a lot more options. But it was painful to set it all up with 2 audio cards.

BTW SmartDen, did you fix your error? I misread your post but you say it happens every time you go to the menu and click open and that's when it fails. Did you try opening indigo GUI via a shell so it outputs the errors if any?
Joe Giampaoli
Never tie a ship to a single anchor, nor life to a single hope
My Indigo Gallery

subcomandante
Posts: 2
Joined: Thu May 29, 2008 4:26 am

Indigo on Fedora 7 - wxGTK problem

Post by subcomandante » Thu May 29, 2008 4:28 am

On Fedora 7 I've the following error starting indigo:

Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).
Aborted.

Any idea?

kalle
Posts: 2
Joined: Thu Nov 16, 2006 11:34 pm

x64_linux_v1.0.9_2 indigo_console wxgtk problem

Post by kalle » Fri May 30, 2008 8:26 am

indigo_console error on linux 64 bit linux_v1.0.9_2

Code: Select all

~/bin/indigo_x64_linux_v1.0.9_2$ ./indigo_console 
./indigo_console: error while loading shared libraries: libwx_gtk2u_aui-2.8.so.0: cannot open shared object file: No such file or directory
I did not expect indigo_console to have wx dependencies. Can anyone explain?

The 32 bit version of indigo_console v1.0.9_2 works but of course I would rather go 64 bit.

I cannot run the gui version as Debian Sid has libwxgtk2.6 as latest version.

Code: Select all

uname -a
Linux muscle 2.6.25-4.slh.2-sidux-amd64 #1 SMP PREEMPT Thu May 15 22:57:12 UTC 2008 x86_64 GNU/Linux

User avatar
PureSpider
Posts: 1459
Joined: Tue Apr 08, 2008 9:37 am
Location: Karlsruhe, BW, Germany
Contact:

Post by PureSpider » Fri May 30, 2008 8:51 am

That wx problem seems to appear quite often... any common solution for that?

subcomandante
Posts: 2
Joined: Thu May 29, 2008 4:26 am

Re: x64_linux_v1.0.9_2 indigo_console wxgtk problem

Post by subcomandante » Fri May 30, 2008 7:44 pm

kalle wrote:indigo_console error on linux 64 bit linux_v1.0.9_2

Code: Select all

~/bin/indigo_x64_linux_v1.0.9_2$ ./indigo_console 
./indigo_console: error while loading shared libraries: libwx_gtk2u_aui-2.8.so.0: cannot open shared object file: No such file or directory
I did not expect indigo_console to have wx dependencies. Can anyone explain?

The 32 bit version of indigo_console v1.0.9_2 works but of course I would rather go 64 bit.

I cannot run the gui version as Debian Sid has libwxgtk2.6 as latest version.

Code: Select all

uname -a
Linux muscle 2.6.25-4.slh.2-sidux-amd64 #1 SMP PREEMPT Thu May 15 22:57:12 UTC 2008 x86_64 GNU/Linux
To figure out what shared library dependencies has an executable use ldd, in your case:
~/bin/indigo_x64_linux_v1.0.9_2$ ldd indigo_console

In my case, indigo_linux_v1.0.9_2 (32 bit):
linux-gate.so.1 => (0x00110000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00339000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00855000)
libm.so.6 => /lib/libm.so.6 (0x00a0a000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0367f000)
libc.so.6 => /lib/libc.so.6 (0x00111000)
/lib/ld-linux.so.2 (0x003d8000)

then you can search all dependencies in your system and use the packet manager to find out those libraries.
In this case I didn't expect the wx also...

Cheers

User avatar
PureSpider
Posts: 1459
Joined: Tue Apr 08, 2008 9:37 am
Location: Karlsruhe, BW, Germany
Contact:

Post by PureSpider » Fri May 30, 2008 9:17 pm

In some cases you can't use the packet manager like apt with debian and you have to use dpkg which messes up the whole system in this case... (yes, I tried it :roll:)

kalle
Posts: 2
Joined: Thu Nov 16, 2006 11:34 pm

Post by kalle » Sat May 31, 2008 11:04 am

subcomandante,

thanks for the tip the ldd command is new to me. This is my output.

Code: Select all

~/bin/indigo_x64_linux_v1.0.9_2$ ldd indigo_console 
	linux-vdso.so.1 =>  (0x00007fff5bffe000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x00007f0a53bb2000)
	libwx_gtk2u_aui-2.8.so.0 => not found
	libwx_gtk2u_xrc-2.8.so.0 => not found
	libwx_gtk2u_qa-2.8.so.0 => not found
	libwx_gtk2u_html-2.8.so.0 => not found
	libwx_gtk2u_adv-2.8.so.0 => not found
	libwx_gtk2u_core-2.8.so.0 => not found
	libwx_baseu_xml-2.8.so.0 => not found
	libwx_baseu_net-2.8.so.0 => not found
	libwx_baseu-2.8.so.0 => not found
	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f0a538a6000)
	libm.so.6 => /lib/libm.so.6 (0x00007f0a53627000)
	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f0a53410000)
	libc.so.6 => /lib/libc.so.6 (0x00007f0a530c9000)
	libz.so.1 => /usr/lib/libz.so.1 (0x00007f0a52eb2000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f0a53dcd000)
So it looks as if the linux 64 build depends on libwx. The 32 bit built however gives the following output.

Code: Select all

~/bin/indigo_linux_v1.0.9_2$ ldd indigo_console
	linux-gate.so.1 =>  (0xf7fae000)
	libpthread.so.0 => /lib32/libpthread.so.0 (0xf7f78000)
	libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7e8b000)
	libm.so.6 => /lib32/libm.so.6 (0xf7e66000)
	libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7e59000)
	libc.so.6 => /lib32/libc.so.6 (0xf7d11000)
	/lib/ld-linux.so.2 (0xf7faf000)
Does this suggest that the the wxlib dependencies of the 64 bit build is a mistake?

Purespider
In some cases you can't use the packet manager like apt with debian and you have to use dpkg which messes up the whole system
Yes, thats what I worry about. Debian sid is exciting enough as it is...
I guess I'll have to stick to 32 bit for now.

User avatar
PureSpider
Posts: 1459
Joined: Tue Apr 08, 2008 9:37 am
Location: Karlsruhe, BW, Germany
Contact:

Post by PureSpider » Sat May 31, 2008 11:07 am

For me not even 32bit works as it also needs the wx libs... Ono, any help?

User avatar
OnoSendai
Developer
Posts: 6241
Joined: Sat May 20, 2006 6:16 pm
Location: Wellington, NZ
Contact:

Post by OnoSendai » Sat May 31, 2008 11:33 am

the 64 bit console build shouldn't have dependencies on wxWidgets, so that's a mistake.

User avatar
zsouthboy
Posts: 1395
Joined: Fri Oct 13, 2006 5:12 am

Post by zsouthboy » Sun Jun 01, 2008 2:54 am

Ono, I'm chatting with Nortmobile now, and it looks like he's running into the same thing - upgrade install of Ubuntu hardy.

both indigo and indigo_console
./indigo: error while loading shared libraries: libwx_gtk2u_aui-2.8.so.0: cannot open shared object file: No such file or directory
Which is what other people are getting.

Myself, however, I do NOT get this problem - this install is an upgrade from Gutsy. Anyone else comment on their OSes? Fresh install or not?

Something funky must've changed or been updated..

User avatar
zsouthboy
Posts: 1395
Joined: Fri Oct 13, 2006 5:12 am

Post by zsouthboy » Sun Jun 01, 2008 4:01 am

EDIT2:

I think we got it: :D
Nortmobile says:
HOLY FUCK I FIXED IT

Nortmobile says:
sudo apt-get install libwxgtk2.8-0
Everyone having problems, try installing libwxgtk?

User avatar
PureSpider
Posts: 1459
Joined: Tue Apr 08, 2008 9:37 am
Location: Karlsruhe, BW, Germany
Contact:

Post by PureSpider » Sun Jun 01, 2008 10:03 am

Doesn't work as any older versions of linux (sarge and so on) won't find 2.8 but only 2.6 in the repository... Tried that already!

€dit (for the linux-newbs): Instead of using sudo you can switch to root first...

€dit2:

Code: Select all

[root]@purespider:~# apt-get install libwxgtk2.8-0
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package libwxgtk2.8-0

[spider]@purespider:~$ apt-cache search libwxgtk
libwxgtk2.4-1 - wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
libwxgtk2.4-1-contrib - wxWindows Cross-platform C++ GUI toolkit (runtime contrib libs)
libwxgtk2.4-contrib-dev - wxWindows Cross-platform C++ GUI toolkit (development contrib libs)
libwxgtk2.4-dbg - wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
libwxgtk2.4-dev - wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
libwxgtk2.6-0 - wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
libwxgtk2.6-dbg - wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
libwxgtk2.6-dev - wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
(nevermind the console :D)

User avatar
cookieofdoom
Posts: 37
Joined: Fri May 23, 2008 3:24 am

Post by cookieofdoom » Sun Jun 01, 2008 11:26 am

PureSpider wrote:Doesn't work as any older versions of linux (sarge and so on) won't find 2.8 but only 2.6 in the repository... Tried that already!

€dit (for the linux-newbs): Instead of using sudo you can switch to root first...

€dit2:

Code: Select all

[root]@purespider:~# apt-get install libwxgtk2.8-0
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package libwxgtk2.8-0

[spider]@purespider:~$ apt-cache search libwxgtk
libwxgtk2.4-1 - wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
libwxgtk2.4-1-contrib - wxWindows Cross-platform C++ GUI toolkit (runtime contrib libs)
libwxgtk2.4-contrib-dev - wxWindows Cross-platform C++ GUI toolkit (development contrib libs)
libwxgtk2.4-dbg - wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
libwxgtk2.4-dev - wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
libwxgtk2.6-0 - wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
libwxgtk2.6-dbg - wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
libwxgtk2.6-dev - wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
(nevermind the console :D)
You might try installing 2.6 and linking the necessary libs. Could cause weird behavior or crashes, though.

User avatar
zsouthboy
Posts: 1395
Joined: Fri Oct 13, 2006 5:12 am

Post by zsouthboy » Sun Jun 01, 2008 3:01 pm

Well part of the annoyance is that even indigo_console wants libwx :/

Post Reply
65 posts

Who is online

Users browsing this forum: No registered users and 25 guests