View Issue Details

IDProjectCategoryView StatusLast Update
0002379ardourbugspublic2020-04-19 20:13
Reportersm4tik Assigned Todrobilla  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0002379: SVN3.0 sigc++2 gets installed in wrong directory
DescriptionWhile trying to run rev3706, libsigc++2.so wasn't found and ardour wouldn't start. I found the file installed in $PREFIX/lib/ardour2 instead of ardour3.
Additional InformationThe problem seemes to be in the libs/sigc++2/SConscript file. Here's a patch to get it where it's supposed to go.
TagsNo tags attached.

Activities

2008-08-27 18:46

 

sigc++_SConscript.patch (532 bytes)   
--- libs/sigc++2/SConscript.orig	2008-08-27 20:09:07.000000000 +0300
+++ libs/sigc++2/SConscript	2008-08-27 20:09:47.000000000 +0300
@@ -20,7 +20,7 @@
 
 Default([sigc2_config_h,libsigc2])
 
-env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2'), libsigc2))
+env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour3'), libsigc2))
 
 env.Alias('tarball', env.Distribute (env['DISTTREE'],
                                      [ 'NEWS', 'README', 'AUTHORS', 'ChangeLog',
sigc++_SConscript.patch (532 bytes)   

system

2020-04-19 20:13

developer   ~0021785

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2008-08-27 18:46 sm4tik New Issue
2008-08-27 18:46 sm4tik File Added: sigc++_SConscript.patch
2009-02-19 01:02 drobilla cost => 0.00
2009-02-19 01:02 drobilla Status new => resolved
2009-02-19 01:02 drobilla Resolution open => fixed
2009-02-19 01:02 drobilla Assigned To => drobilla
2010-04-24 10:28 cth103 Category bugs => bugs2
2010-04-24 10:32 cth103 Category bugs2 => bugs
2020-04-19 20:13 system Note Added: 0021785
2020-04-19 20:13 system Status resolved => closed