View Issue Details

IDProjectCategoryView StatusLast Update
0000836ardourbugspublic2008-11-20 23:37
Reporteralcarola Assigned Totaybin  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionnot fixable 
Summary0000836: The CVS version does not install with NLS.
DescriptionHi again!

I got todays CVS tarball, unpacked it into clean directory (deleted the old one), ran autogen.sh and configure --disable-optimize --prefix=/home/mkurula. The program compiled fine but make install did not work, saying:
make[4]: Entering directory `/home/mkurula/ardour/libs/ardour/po'
/bin/sh `case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;; *) echo "../.././mkinstalldirs" ;; esac`
/home/mkurula/share
/bin/sh: ../.././mkinstalldirs: No such file or directory
make[4]: *** [install-data-yes] Error 127
make[4]: Leaving directory `/home/mkurula/ardour/libs/ardour/po'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/home/mkurula/ardour/libs/ardour'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/mkurula/ardour/libs/ardour'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/mkurula/ardour/libs'
make: *** [install-recursive] Error 1
mkurula@KuruLund:~/ardour$

I reconfigured with the additional switch --disable-nls and recompiled. Everything installed fine. I noticed this once earlier also.

Thanks,
Mikael
Additional Informationmkurula@KuruLund:~$ ardour --version
Ardour/GTK 0.552.1 running with libardour 0.853.0

mkurula@KuruLund:~$ gcc --version
gcc (GCC) 3.3.5 (Debian 1:3.3.5-5)

mkurula@KuruLund:~$ gettext --version
gettext (GNU gettext-runtime) 0.14.1

mkurula@KuruLund:~$ locale
LANG=POSIX
TagsNo tags attached.

Activities

taybin

2005-01-05 15:31

administrator   ~0001804

This is an automake/autoconf issue. The solution is to create a link to mkinstalldirs manually.

Issue History

Date Modified Username Field Change
2005-01-05 09:48 alcarola New Issue
2005-01-05 09:48 alcarola E-mail => alcarola@gmail.com
2005-01-05 09:48 alcarola Name => Mikael Kurula
2005-01-05 15:31 taybin Status new => resolved
2005-01-05 15:31 taybin Resolution open => not fixable
2005-01-05 15:31 taybin Assigned To => taybin
2005-01-05 15:31 taybin Note Added: 0001804
2008-11-20 23:37 seablade Status resolved => closed