LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-12-2011, 01:59 PM   #1
4Strings
Member
 
Registered: Aug 2010
Distribution: slackware-14.1
Posts: 45

Rep: Reputation: 8
last current update, rasqal redland and ardour-2.8.11


Hi! After the last -current update, I couldn't launch ardour (with the SLV2 support).

I obtained the following error:
Code:
/usr/lib/ardour2/ardour-2.8.11: error while loading shared libraries: librasqal.so.2: cannot open shared object file: No such file or directory
I immediately tried the quick way of creating a symbolic link into the /usr/lib folder.
Code:
ln -s librasqal.so.3.0.0 librasqal.so.2
...but ardour crashed again with the following error:
Code:
raptor_sequence.c:385: (raptor_sequence_get_at) assertion failed: object pointer of type raptor_sequence is NULL.
raptor_sequence.c:385: (raptor_sequence_get_at) assertion failed: object pointer of type raptor_sequence is NULL.
Segmentation fault
Then, I decided to recompile ardour-2.8.11 but in order to succeed I necessarily had to downgrade to the previous versions of rasqal (rasqal-0.9.19) and redland (redland-1.0.10). (I downloaded the sources from the 13.1 tree, and recompiled them on the -current)
 
Old 02-12-2011, 02:07 PM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
Did you notice that l/raptor-1.4.21-i486-1.txz has been very recently added in -current?
 
Old 02-12-2011, 02:40 PM   #3
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Didier Spaier View Post
Did you notice that l/raptor-1.4.21-i486-1.txz has been very recently added in -current?
Re-added is the better word, since it had been removed for a very short while...

Eric
 
Old 02-12-2011, 02:55 PM   #4
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,504

Rep: Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461
Really, it's looking like the best plan might be to remove raptor2, which ended up being quite a bit more of an invasive change than expected...
 
Old 02-12-2011, 04:09 PM   #5
4Strings
Member
 
Registered: Aug 2010
Distribution: slackware-14.1
Posts: 45

Original Poster
Rep: Reputation: 8
Yes! I had already "re-added" the raptor-1.4.21-i486-1 package!
I also tried to build ardour without raptor-1.4.2 (with only raptor2-2.0.0 installed), but scons exits with a configure error.

Code:
...Checking for samplerate... yes
Checking for gthread-2.0... yes
Checking for libxml-2.0... yes
Checking for raptor... no
raptor >= 1.4.2 not found.
You do not have the necessary dependencies required to build ardour
...
I also tried to recompile ardour, re-installing the new rasqal-0.9.24, the new redland-1.0.13, re-adding the raptor-1.4.21 and uninstalling the raptor2-2.0.0. But no success! Building ardour fails again with the following error: (I copy and paste just a little part of the output)

Code:
-I/usr/include/rasqal -I/usr/include/libxml2 libs/ardour/gdither.cc
libs/ardour/gdither.cc: In function 'GDither_s* gdither_new(GDitherType, uint32_t, GDitherSize, int)':
libs/ardour/gdither.cc:120:5: warning: case value '23' not in enumerated type 'GDitherSize'
g++ -o libs/ardour/globals.os -c -Woverloaded-virtual -DPROGRAM_NAME=\"Ardour\" -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DGTK_NEW_TOOLTIP_API -DPACKAGE=\"libardour2\" -DLIBSIGC_DISABLE_DEPRECATED -DDATA_DIR=\"/usr/share\" -DMODULE_DIR=\"/usr/lib\" -DVAMP_DIR=\"/usr/lib/ardour2/vamp\" -DCONFIG_DIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_JACK_CLIENT_OPEN -DHAVE_JACK_ON_INFO_SHUTDOWN -DHAVE_JACK_RECOMPUTE_LATENCIES -DHAVE_JACK_VIDEO_SUPPORT -DHAVE_JACK_PORT_ENSURE_MONITOR -DHAVE_WORDEXP -DHAVE_SYS_VFS_H -DHAVE_LV2 -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -pipe -DARCH_X86 -mmmx -march=i686 -msse -mfpmath=sse -DUSE_XMMINTRIN -DBUILD_SSE_OPTIMIZATIONS -Wall -DHAVE_LIBLO -DPROGRAM_NAME=\"Ardour\" -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ilibs -DENABLE_NLS -DHAVE_SLV2 -Ilibs -pthread -DUSE_RUBBERBAND -fPIC -Ilibs/pbd -I/usr/include/glib-2.0 -Ilibs/surfaces/control_protocol -Ilibs/midi++2 -Ilibs/vamp-sdk -Ilibs/sigc++2 -Ilibs/glibmm2 -I/usr/lib/glib-2.0/include -Ilibs/ardour -Ilibs/rubberband -I/usr/include/rasqal -I/usr/include/libxml2 libs/ardour/globals.cc
In file included from /usr/include/librdf.h:33:0,
                 from /usr/include/slv2/world.h:26,
                 from /usr/include/slv2/slv2.h:38,
                 from libs/ardour/ardour/lv2_plugin.h:34,
                 from libs/ardour/ardour/plugin_manager.h:32,
                 from libs/ardour/globals.cc:61:
/usr/include/rasqal/rasqal.h:1021:73: error: 'raptor_log_handler' has not been declared
/usr/include/rasqal/rasqal.h:1029:7: error: 'raptor_syntax_description' does not name a type
In file included from /usr/include/slv2/world.h:26:0,
                 from /usr/include/slv2/slv2.h:38,
                 from libs/ardour/ardour/lv2_plugin.h:34,
                 from libs/ardour/ardour/plugin_manager.h:32,
                 from libs/ardour/globals.cc:61:
/usr/include/librdf.h:196:9: error: 'raptor_term' does not name a type
In file included from /usr/include/librdf.h:334:0,
                 from /usr/include/slv2/world.h:26,
                 from /usr/include/slv2/slv2.h:38,
                 from libs/ardour/ardour/lv2_plugin.h:34,
                 from libs/ardour/ardour/plugin_manager.h:32,
                 from libs/ardour/globals.cc:61:
/usr/include/rdf_init.h:89:1: error: 'librdf_node' does not name a type
/usr/include/rdf_init.h:91:72: error: 'librdf_node' has not been declared
In file included from /usr/include/librdf.h:337:0,
                 from /usr/include/slv2/world.h:26,
                 from /usr/include/slv2/slv2.h:38,
                 from libs/ardour/ardour/lv2_plugin.h:34,
                 from libs/ardour/ardour/plugin_manager.h:32,
                 from libs/ardour/globals.cc:61:
/usr/include/rdf_node.h:66:32: error: 'RAPTOR_TERM_TYPE_UNKNOWN' was not declared in this scope
/usr/include/rdf_node.h:67:32: error: 'RAPTOR_TERM_TYPE_URI' was not declared in this scope
/usr/include/rdf_node.h:68:32: error: 'RAPTOR_TERM_TYPE_LITERAL' was not declared in this scope
/usr/include/rdf_node.h:69:32: error: 'RAPTOR_TERM_TYPE_BLANK' was not declared in this scope
/usr/include/rdf_node.h:81:1: error: 'librdf_node' does not name a type
/usr/include/rdf_node.h:85:1: error: 'librdf_node' does not name a type
/usr/include/rdf_node.h:87:1: error: 'librdf_node' does not name a type
/usr/include/rdf_node.h:91:1: error: 'librdf_node' does not name a type
/usr/include/rdf_node.h:95:1: error: 'librdf_node' does not name a type
/usr/include/rdf_node.h:99:1: error: 'librdf_node' does not name a type
In file included from /usr/include/librdf.h:337:0,
                 from /usr/include/slv2/world.h:26,
                 from /usr/include/slv2/slv2.h:38,
                 from libs/ardour/ardour/lv2_plugin.h:34,
                 from libs/ardour/ardour/plugin_manager.h:32,
                 from libs/ardour/globals.cc:61:
/usr/include/rdf_node.h:103:1: error: 'librdf_node' does not name a type
/usr/include/rdf_node.h:107:1: error: 'librdf_node' does not name a type
/usr/include/rdf_node.h:110:1: error: 'librdf_node' does not name a type
/usr/include/rdf_node.h:114:1: error: 'librdf_node' does not name a type
/usr/include/rdf_node.h:116:1: error: 'librdf_node' does not name a type
/usr/include/rdf_node.h:120:1: error: 'librdf_node' does not name a type
/usr/include/rdf_node.h:124:23: error: variable or field 'librdf_free_node' declared void
/usr/include/rdf_node.h:124:23: error: 'librdf_node' was not declared in this scope
/usr/include/rdf_node.h:124:36: error: 'node' was not declared in this scope
/usr/include/rdf_node.h:131:33: error: 'librdf_node' was not declared in this scope
/usr/include/rdf_node.h:131:46: error: 'node' was not declared in this scope

...

/usr/include/rdf_parser.h:45:7: error: 'raptor_syntax_description' does not name a type
/usr/include/rdf_parser.h:101:1: error: 'librdf_node' does not name a type
/usr/include/rdf_parser.h:103:75: error: 'librdf_node' has not been declared
In file included from /usr/include/librdf.h:344:0,
                 from /usr/include/slv2/world.h:26,
                 from /usr/include/slv2/slv2.h:38,
                 from libs/ardour/ardour/lv2_plugin.h:34,
                 from libs/ardour/ardour/plugin_manager.h:32,
                 from libs/ardour/globals.cc:61:
/usr/include/rdf_serializer.h:48:7: error: 'raptor_syntax_description' does not name a type
/usr/include/rdf_serializer.h:92:1: error: 'librdf_node' does not name a type
/usr/include/rdf_serializer.h:94:87: error: 'librdf_node' has not been declared
In file included from /usr/include/librdf.h:345:0,
                 from /usr/include/slv2/world.h:26,
                 from /usr/include/slv2/slv2.h:38,
                 from libs/ardour/ardour/lv2_plugin.h:34,
                 from libs/ardour/ardour/plugin_manager.h:32,
                 from libs/ardour/globals.cc:61:
/usr/include/rdf_stream.h:96:1: error: 'librdf_node' does not name a type
In file included from /usr/include/librdf.h:346:0,
                 from /usr/include/slv2/world.h:26,
                 from /usr/include/slv2/slv2.h:38,
                 from libs/ardour/ardour/lv2_plugin.h:34,
                 from libs/ardour/ardour/plugin_manager.h:32,
                 from libs/ardour/globals.cc:61:
/usr/include/rdf_query.h:79:97: error: 'librdf_node' has not been declared
/usr/include/rdf_query.h:81:1: error: 'librdf_node' does not name a type
/usr/include/rdf_query.h:85:1: error: 'librdf_node' does not name a type
/usr/include/rdf_query.h:137:7: error: 'raptor_syntax_description' does not name a type
scons: *** [libs/ardour/globals.os] Error 1
scons: building terminated because of errors.
So, in the meantime I could build and launch ardour, downgrading to the previous versions of rasqal and redland.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
x crashes after update to -current max_arbit Slackware 3 12-19-2010 12:00 PM
Painless update from 11 to current? ivanatora Slackware 3 01-10-2008 03:02 PM
jack has been either shutdown or it disconnected ardour because ardour wasnt fast eno thisisquincyorjim Linux - Software 0 07-28-2006 01:28 PM
thursday's (09/02/06) current update KMcD Slackware 3 02-11-2006 06:01 PM
When Ever I Update to Current FXRS Slackware 5 04-19-2004 02:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration