svn-compile script failed

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

svn-compile script failed

Rainer Lay
Hi,

I tried your script from
http://www.digikam.org/Digikam-SPIP/rubrique.php3?id_rubrique=11 , but
it failed:

> A    digikamimageplugins/channelmixer/imageplugin_channelmixer.h
> A    digikamimageplugins/channelmixer/Makefile.am
> A    digikamimageplugins/channelmixer/digikamimageplugin_channelmixer.desktop
> A    digikamimageplugins/channelmixer/channelmixer.cpp
> A    digikamimageplugins/channelmixer/hi32-action-channelmixer.png
> Aktualisiert zu Revision 478236.
>  # svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kde-common/admin
>  make -f Makefile.cvs
> + make -f Makefile.cvs
> This Makefile is only for the CVS repository
> This will be deleted before making the distribution
>
> Please recheckout this module!
> for cvs: use checkout once and after that update again
> for cvsup: checkout kde-common from cvsup and
>    link kde-common/admin to ./admin
> make: *** [all] Fehler 1


the hints for checking out via cvs aren't very helpfull.
Could someone please change this script to something working?

thanx in advance and
kind regards,
Rainer


p.s.: the scripts:

#!/bin/sh -xv

 svn co -N svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics
 cd graphics
 svn up digikam
 svn up digikamimageplugins
 # svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kde-common/admin
 make -f Makefile.cvs
 ./configure --enable-debug=full --prefix=/usr
 make
 make install
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: svn-compile script failed

Bugzilla from tomalbers@kde.nl
Op zondag 06 november 2005 11:14, schreef Rainer Lay:

> Hi,
>
> I tried your script from
> http://www.digikam.org/Digikam-SPIP/rubrique.php3?id_rubrique=11 , but
>
> it failed:
> > A    digikamimageplugins/channelmixer/imageplugin_channelmixer.h
> > A    digikamimageplugins/channelmixer/Makefile.am
> > A  
> > digikamimageplugins/channelmixer/digikamimageplugin_channelmixer.desktop
> > A    digikamimageplugins/channelmixer/channelmixer.cpp
> > A    digikamimageplugins/channelmixer/hi32-action-channelmixer.png
> > Aktualisiert zu Revision 478236.
> >  # svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kde-common/admin
> >  make -f Makefile.cvs
> > + make -f Makefile.cvs
> > This Makefile is only for the CVS repository
> > This will be deleted before making the distribution
> >
> > Please recheckout this module!
> > for cvs: use checkout once and after that update again
> > for cvsup: checkout kde-common from cvsup and
> >    link kde-common/admin to ./admin
> > make: *** [all] Fehler 1
>
> the hints for checking out via cvs aren't very helpfull.
> Could someone please change this script to something working?
>
> thanx in advance and
> kind regards,
> Rainer
>
>
> p.s.: the scripts:
>
> #!/bin/sh -xv
>
>  svn co -N svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics
>  cd graphics
>  svn up digikam
>  svn up digikamimageplugins
>  # svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kde-common/admin
>  make -f Makefile.cvs
>  ./configure --enable-debug=full --prefix=/usr
>  make
>  make install
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users

I agree the script is not clear, remove the hash (#) from line 7 the first
time you use the script or follow the explanation at the top of the page on
the website.

gr.

Toma

--
Prevent Repetitive Strain Injury, use RSIBreak, http://www.omat.nl
http://www.kde.nl | http://www.digikam.org |irc: toma | [hidden email]
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: svn-compile script failed

Bugzilla from tomalbers@kde.nl
Op zondag 06 november 2005 12:56, schreef Tom Albers:

> Op zondag 06 november 2005 11:14, schreef Rainer Lay:
> > Hi,
> >
> > I tried your script from
> > http://www.digikam.org/Digikam-SPIP/rubrique.php3?id_rubrique=11 , but
> >
> > it failed:
> > > A    digikamimageplugins/channelmixer/imageplugin_channelmixer.h
> > > A    digikamimageplugins/channelmixer/Makefile.am
> > > A
> > > digikamimageplugins/channelmixer/digikamimageplugin_channelmixer.deskto
> > >p A    digikamimageplugins/channelmixer/channelmixer.cpp
> > > A    digikamimageplugins/channelmixer/hi32-action-channelmixer.png
> > > Aktualisiert zu Revision 478236.
> > >  # svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kde-common/admin
> > >  make -f Makefile.cvs
> > > + make -f Makefile.cvs
> > > This Makefile is only for the CVS repository
> > > This will be deleted before making the distribution
> > >
> > > Please recheckout this module!
> > > for cvs: use checkout once and after that update again
> > > for cvsup: checkout kde-common from cvsup and
> > >    link kde-common/admin to ./admin
> > > make: *** [all] Fehler 1
> >
> > the hints for checking out via cvs aren't very helpfull.
> > Could someone please change this script to something working?
> >
> > thanx in advance and
> > kind regards,
> > Rainer
> >
> >
> > p.s.: the scripts:
> >
> > #!/bin/sh -xv
> >
> >  svn co -N svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics
> >  cd graphics
> >  svn up digikam
> >  svn up digikamimageplugins
> >  # svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kde-common/admin
> >  make -f Makefile.cvs
> >  ./configure --enable-debug=full --prefix=/usr
> >  make
> >  make install
> > _______________________________________________
> > Digikam-users mailing list
> > [hidden email]
> > https://mail.kde.org/mailman/listinfo/digikam-users
>
> I agree the script is not clear, remove the hash (#) from line 7 the first
> time you use the script or follow the explanation at the top of the page on
> the website.

arghh.. forget it, the script will not work. Time to delete it from the
website.

Please follow the manual on the same page abover the script. It will work.

toma
--
Prevent Repetitive Strain Injury, use RSIBreak, http://www.omat.nl
http://www.kde.nl | http://www.digikam.org |irc: toma | [hidden email]
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: svn-compile script failed

Rainer Lay
this one should work ...

#!/bin/sh -xve

echo Get, compile and install required libs
svn co svn://anonsvn.kde.org/home/kde/trunk/extragear/libs
cd libs
make -f Makefile.cvs
./configure --prefix=/usr
make
make install
cd ..

echo Get, compile and install digikam
svn co -N svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics
cd graphics
svn up digikam
svn up digikamimageplugins
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
make -f Makefile.cvs
./configure --prefix=/usr
make
make install


Tom Albers wrote:

> Op zondag 06 november 2005 12:56, schreef Tom Albers:
>> Op zondag 06 november 2005 11:14, schreef Rainer Lay:
>>> Hi,
>>>
>>> I tried your script from
>>> http://www.digikam.org/Digikam-SPIP/rubrique.php3?id_rubrique=11 , but
>>>
>>> it failed:
>>>> A    digikamimageplugins/channelmixer/imageplugin_channelmixer.h
>>>> A    digikamimageplugins/channelmixer/Makefile.am
>>>> A
>>>> digikamimageplugins/channelmixer/digikamimageplugin_channelmixer.deskto
>>>> p A    digikamimageplugins/channelmixer/channelmixer.cpp
>>>> A    digikamimageplugins/channelmixer/hi32-action-channelmixer.png
>>>> Aktualisiert zu Revision 478236.
>>>>  # svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kde-common/admin
>>>>  make -f Makefile.cvs
>>>> + make -f Makefile.cvs
>>>> This Makefile is only for the CVS repository
>>>> This will be deleted before making the distribution
>>>>
>>>> Please recheckout this module!
>>>> for cvs: use checkout once and after that update again
>>>> for cvsup: checkout kde-common from cvsup and
>>>>    link kde-common/admin to ./admin
>>>> make: *** [all] Fehler 1
>>> the hints for checking out via cvs aren't very helpfull.
>>> Could someone please change this script to something working?
>>>
>>> thanx in advance and
>>> kind regards,
>>> Rainer
>>>
>>>
>>> p.s.: the scripts:
>>>
>>> #!/bin/sh -xv
>>>
>>>  svn co -N svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics
>>>  cd graphics
>>>  svn up digikam
>>>  svn up digikamimageplugins
>>>  # svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kde-common/admin
>>>  make -f Makefile.cvs
>>>  ./configure --enable-debug=full --prefix=/usr
>>>  make
>>>  make install
>>> _______________________________________________
>>> Digikam-users mailing list
>>> [hidden email]
>>> https://mail.kde.org/mailman/listinfo/digikam-users
>> I agree the script is not clear, remove the hash (#) from line 7 the first
>> time you use the script or follow the explanation at the top of the page on
>> the website.
>
> arghh.. forget it, the script will not work. Time to delete it from the
> website.
>
> Please follow the manual on the same page abover the script. It will work.
>
> toma
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: svn-compile script failed

Joern Ahrens
On Sunday 06 November 2005 22:55, Rainer Lay wrote:
> this one should work ...

Yep, it worked for me. I've added it to our website.

Thanks :-)
... Jörn

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users