Hi guys,
I have been away for some time and now trying to come back and develop one more kipi-plugin. I am now trying a fresh install of digikam on my computer from SVN but its failing with this error mesg. I am using a Ubuntu dapper box. with Automake 1.9.6 *** Creating aclocal.m4 configure.in:427: error: `digikam/utilities/hotplug/digikam-download.desktop' is already registered with AC_CONFIG_FILES. autoconf/status.m4:848: AC_CONFIG_FILES is expanded from... configure.in:427: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: /usr/bin/autom4te failed with exit status: 1 make[1]: *** [cvs] Error 1 make: *** [all] Error 2 I couldn't understand why configure.in gets 3 copies of these lines AC_OUTPUT(digikam/utilities/hotplug/digikam-download.desktop) AC_OUTPUT(digikam/utilities/hotplug/digikam- gphoto2-camera.desktop) AC_OUTPUT(digikam/utilities/hotplug/digikam-mount-and-download.desktop) Could someone suggest me a solution or workaround for this ? regards, Vardhman -- Blogs: http://vardhman.blogspot.com _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
2007/3/28, Vardhman Jain <[hidden email]>:
Hi guys, Ah, you is back. thanks Vardhman. Flicker Export plugin need to be updated (:=)))... I am now trying a fresh install of digikam on my computer from SVN but its failing with this error mesg. I am using a Ubuntu dapper box. with Automake 1.9.6 It's not reproductile here. Are you tried to clean up and re-checkout digikam from scratch. There are a lots of changes in digiKam core next week... Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Hi Gilles
Thanks for the welcome, this time I am focussing on Picasa though :) Well hopefully Flickr Export will get some improvements too. :)
I have checkout digikam again and again from scratch the error just seems coming all the time. I have found similar problems faced by others (via google in some other softwares not digikam specifically) and the problem was that configure.in file had multiple copies of the AC_OUTPUT lines. However "make -f Makefile.cvs" will always create a new configure.in so editing configure.in to remove those lines is not helpful. How does this line get inside configure.in (I mean which file produces them is something that should help me finding a workaround). regards,
-- Blogs: http://vardhman.blogspot.com _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Are you updated "admin" folder too ? Witch version of automake/autoconf you use ?
Gilles 2007/3/28, Vardhman Jain <[hidden email]>: Hi Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
On 3/28/07, Gilles Caulier <[hidden email]> wrote: Are you updated "admin" folder too ? Witch version of automake/autoconf you use ? Yes I did update the admin folder. My automake version is 1.8 and autoconf is 2.59 regards, Vardhman
-- Blogs: http://vardhman.blogspot.com _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
On Wednesday, 28. March 2007, Vardhman Jain wrote:
Hi, I remember this problem in dapper. I was never able to figure out what's going on. This only happens with svn builds. Tarballs were always fine. The hack I used as to comment out the 3 AC_OUTPUT lines in utilities/hotplug/Makefile.in Achim > On 3/28/07, Gilles Caulier <[hidden email]> wrote: > > > > Are you updated "admin" folder too ? Witch version of automake/autoconf > > you use ? > > > Yes I did update the admin folder. My automake version is 1.8 and autoconf > is 2.59 > > regards, > Vardhman > > 2007/3/28, Vardhman Jain <[hidden email] >: > > > > > > Hi Gilles > > > > > > > > > > > Ah, you is back. thanks Vardhman. Flicker Export plugin need to be > > > > updated (:=)))... > > > > > > > > > > Thanks for the welcome, this time I am focussing on Picasa though :) > > > Well hopefully Flickr Export will get some improvements too. :) > > > > > > > > > > > > I couldn't understand why configure.in gets 3 copies of these lines > > > > > > > > > > AC_OUTPUT(digikam/utilities/hotplug/digikam- download.desktop) > > > > > AC_OUTPUT(digikam/utilities/hotplug/digikam- gphoto2-camera.desktop) > > > > > AC_OUTPUT(digikam/utilities/hotplug/digikam- > > > > > mount-and-download.desktop) > > > > > > > > > > Could someone suggest me a solution or workaround for this ? > > > > > > > > > > > > > > > > It's not reproductile here. Are you tried to clean up and re-checkout > > > > digikam from scratch. There are a lots of changes in digiKam core next > > > > week... > > > > > > > > > > I have checkout digikam again and again from scratch the error just > > > seems coming all the time. I have found similar problems faced by others > > > (via google in some other softwares not digikam specifically) and the > > > problem was that configure.in file had multiple copies of the AC_OUTPUT > > > lines. However "make -f Makefile.cvs" will always create a new > > > configure.in so editing configure.in to remove those lines is not > > > helpful. > > > > > > How does this line get inside configure.in (I mean which file produces > > > them is something that should help me finding a workaround). > > > > > > regards, > > > Vardhman > > > > > > > > > > > > > > > > _______________________________________________ > > > > Digikam-devel mailing list > > > > [hidden email] > > > > https://mail.kde.org/mailman/listinfo/digikam-devel > > > > > > > > > > > > > > > > > -- > > > Blogs: http://vardhman.blogspot.com > > > > > > _______________________________________________ > > > Digikam-devel mailing list > > > [hidden email] > > > https://mail.kde.org/mailman/listinfo/digikam-devel > > > > > > > > > > _______________________________________________ > > Digikam-devel mailing list > > [hidden email] > > https://mail.kde.org/mailman/listinfo/digikam-devel > > > > > > > -- > Blogs: http://vardhman.blogspot.com > -- To me vi is Zen. To use vi is to practice zen. Every command is a koan. Profound to the user, unintelligible to the uninitiated. You discover truth everytime you use it. -- [hidden email] _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Alle 23:51, giovedì 29 marzo 2007, Achim Bohnet ha scritto:
> On Wednesday, 28. March 2007, Vardhman Jain wrote: > > Hi, I remember this problem in dapper. I was never able to figure > out what's going on. This only happens with svn builds. Tarballs > were always fine. Because tarballs usually contain makefiles created by us, while from svn you should make them by yourself. I'm almost sure it's related to automake 1.8. Cheers, Angelo _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel attachment0 (196 bytes) Download Attachment |
Hi,
I figured out some strange directory structure might have been responsible for it On 4/1/07, Angelo Naselli <[hidden email]> wrote: Alle 23:51, giovedì 29 marzo 2007, Achim Bohnet ha scritto: I did this but it alone didn't help. Actually the hotplug directory had sub-dir named hotplug. Only after I removed the hotplug subdir I could get the compilation to pass beyong the creating aclocal.m4 stage. regards, Vardhman Because tarballs usually contain makefiles created by us, while -- Blogs: http://vardhman.blogspot.com _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |