Home Forums Wiki Doc Install Extras Screenshots Source Code Projects Blog Users Groups Register
Glx-Dock / Cairo-Dock List of forums Git Version | Version Git Rev 1114 (release 1.6.0.1): autoreconf failure on plug-ins/ directory
The latest stable release is the *3.4.0* : How to install it here.
Note: We just switched from BZR to Git on Github! (only to host the code and your future pull requests)
Git Version | Version Git

Subjects Author Language Messages Last message
[Locked] Rev 1114 (release 1.6.0.1): autoreconf failure on plug-ins/ directory
mtasaka English 5 mtasaka [Read]
21 June 2008 à 09:02

mtasaka, Wednesday 11 June 2008 à 16:58


Subscription date : 16 May 2008
Messages : 106
Hello.

On plug-ins directory, "autoreconf -f -i" fails as:
$ LANG=C autoreconf -f -i
configure.ac:204: error: AC_SUBST: `VERSION_POWERMANAGER "1.2.6"' is not a valid shell variable name
configure.ac:204: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
Apparently AC_SUBST(VERSION_POWERMANAGER "1.2.6") should be AC_SUBST(VERSION_POWERMANAGER, "1.2.6")
(comma missing).

Also, there are some typos on Makefile.am under plug-ins directory:
--- plug-ins/Makefile.am.typo 2008-06-07 21:46:49.000000000 +0900
+++ plug-ins/Makefile.am 2008-06-11 23:41:44.000000000 +0900
@@ -9,7 +9,7 @@
endif

if WITH_XFCE_SUPPORT
-xfce_dir=gnome-integration-old
+xfce_dir=xfce-integration
endif

if WITH_ALSA_MIXER
--- plug-ins/rame/data/Makefile.am.dirchange 2008-05-28 12:45:46.000000000 +0900
+++ plug-ins/rame/data/Makefile.am 2008-06-11 23:41:44.000000000 +0900
@@ -1,5 +1,5 @@

-moduledir = $(pkgdatadir)
+moduledir = $(ramedatadir)

module_DATA = \
rame.conf\
, also
--- plug-ins/weather/data/themes/7degrees/Makefile.am.dirchange 2008-05-20 00:10:21.000000000 +0900
+++ plug-ins/weather/data/themes/7degrees/Makefile.am 2008-06-11 23:41:44.000000000 +0900
@@ -1,4 +1,4 @@
-themedir = $(pkgdatadir)/themes/7degrees
+themedir = $(weatherdatadir)/themes/7degrees

theme_DATA =\
0.png \
(other plug-ins/weather/data/themes/*/Makefile.am are also affected)

Mav, Wednesday 11 June 2008 à 17:02


Subscription date : 29 November 2007
Messages : 3146
Fabounet is actually working on Makefiles improvement to be packaged for Ubuntu Intrepid Ibex si there might be some mistakes for now

fabounet, Thursday 12 June 2008 à 13:33


Subscription date : 30 November 2007
Messages : 17118
yep, there are
Thanks Tasaka, I correct them immediately.

mtasaka, Friday 20 June 2008 à 09:27


Subscription date : 16 May 2008
Messages : 106
On released 1.6.0.1 (rev 1114), there are still some typos:

--- plug-ins/configure.ac.acdebug 2008-06-19 06:32:45.000000000 +0900
+++ plug-ins/configure.ac 2008-06-20 16:19:27.000000000 +0900
@@ -210,7 +210,7 @@
RAME_PACKAGE=cd-rame
AC_SUBST(GETTEXT_RAME, "$RAME_PACKAGE")

-AC_SUBST(VERSION_RAME "1.0.0-beta1")
+AC_SUBST(VERSION_RAME, "1.0.0-beta1")
AC_SUBST(PACKAGE_RAME, "$RAME_PACKAGE")

AC_SUBST(ramedatadir, "${pkgdatadir}/rame")
@@ -219,7 +219,7 @@
RENDERING_PACKAGE=cd-rendering
AC_SUBST(GETTEXT_RENDERING, "$RENDERING_PACKAGE")

-AC_SUBST(VERSION_RENDERING "1.4.10")
+AC_SUBST(VERSION_RENDERING, "1.4.10")
AC_SUBST(PACKAGE_RENDERING, "$RENDERING_PACKAGE")

AC_SUBST(renderingdatadir, "${pkgdatadir}/rendering")
--- plug-ins/Makefile.am.typo 2008-06-14 23:11:42.000000000 +0900
+++ plug-ins/Makefile.am 2008-06-20 16:19:27.000000000 +0900
@@ -9,7 +9,7 @@
endif

if WITH_XFCE_SUPPORT
-xfce_dir=gnome-integration-old
+xfce_dir=xfce-integration
endif

if WITH_ALSA_MIXER

fabounet, Friday 20 June 2008 à 12:29


Subscription date : 30 November 2007
Messages : 17118
where did I put my brain ?

mtasaka, Saturday 21 June 2008 à 09:02


Subscription date : 16 May 2008
Messages : 106
This one is solved by 1.6.0.2 (rev 1120), thanks!

Git Version | Version Git

Subjects Author Language Messages Last message
[Locked] Rev 1114 (release 1.6.0.1): autoreconf failure on plug-ins/ directory
mtasaka English 5 mtasaka [Read]
21 June 2008 à 09:02


Glx-Dock / Cairo-Dock List of forums Git Version | Version Git Rev 1114 (release 1.6.0.1): autoreconf failure on plug-ins/ directory Top

Online users :

Powered by ElementSpeak © 2007 Adrien Pilleboue, 2009-2013 Matthieu Baerts.
Dock based on CSS Dock Menu (Ndesign) with jQuery. Icons by zgegball
Cairo-Dock is a free software under GNU-GPL3 licence. First stable version created by Fabounet.
Many thanks to TuxFamily for the web Hosting and Mav for the domain name.