View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002379 | ardour | bugs | public | 2008-08-27 18:46 | 2020-04-19 20:13 |
| Reporter | sm4tik | Assigned To | drobilla | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0002379: SVN3.0 sigc++2 gets installed in wrong directory | ||||
| Description | While 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 Information | The problem seemes to be in the libs/sigc++2/SConscript file. Here's a patch to get it where it's supposed to go. | ||||
| Tags | No tags attached. | ||||
|
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',
|
|
|
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. |
| 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 |