Compile problem with .9.0 SVN

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

Compile problem with .9.0 SVN

Duncan Hill-5
I'm running in to the same issue reported by Full Decent back in March, where
depcomp complains that it hasn't been fed a valid command

http://mail.kde.org/pipermail/digikam-devel/2006-March/004054.html is his
posting, with Gilles commenting about the version of the admin subdir.

My error is exactly the same, and it appears to be because the Makefile or
similar in lprof has #>- as the prefix on some lines.  Editing the Makefile
in lprof to remove all lines prefixed with #>- or #>+ has 'cured' the problem
in that the compile runs.  I -think- make is getting confused as heck by the
commented lines in the middle of the build statements, and feeding the wrong
lines to depcomp, causing the build to fail.

~/Build/graphics/admin$ svn info
Path: .
URL: svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
Repository UUID: 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Revision: 526335
Node Kind: directory
Schedule: normal
Last Changed Author: coolo
Last Changed Rev: 523601
Last Changed Date: 2006-03-28 16:54:37 +0100 (Tue, 28 Mar 2006)
Properties Last Updated: 2006-04-04 14:25:35 +0100 (Tue, 04 Apr 2006)

~/Build/graphics/admin$ cat .svn/entries | grep 3.5
   url="svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin"
   revision="526335"/>
   committed-date="2006-02-13T23:37:42.395563Z"
   committed-date="2005-07-03T01:15:43.506316Z"
   committed-rev="483858"
   checksum="71cdede2a453e557e99c97f8ead7a292"

~/Build/graphics$ svn info
Path: .
URL: svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics
Repository UUID: 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Revision: 526335
Node Kind: directory
Schedule: normal
Last Changed Author: mwiesweg
Last Changed Rev: 526328
Last Changed Date: 2006-04-04 14:43:25 +0100 (Tue, 04 Apr 2006)
Properties Last Updated: 2006-04-04 14:23:39 +0100 (Tue, 04 Apr 2006)

~/Build/graphics/digikam/libs/lprof$ make -v
GNU Make 3.80

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Compile problem with .9.0 SVN

Gilles Caulier-2
Le Mardi 4 Avril 2006 16:56, Duncan Hill a écrit :

> I'm running in to the same issue reported by Full Decent back in March,
> where depcomp complains that it hasn't been fed a valid command
>
> http://mail.kde.org/pipermail/digikam-devel/2006-March/004054.html is his
> posting, with Gilles commenting about the version of the admin subdir.
>
> My error is exactly the same, and it appears to be because the Makefile or
> similar in lprof has #>- as the prefix on some lines.  Editing the Makefile
> in lprof to remove all lines prefixed with #>- or #>+ has 'cured' the
> problem in that the compile runs.  I -think- make is getting confused as
> heck by the commented lines in the middle of the build statements, and
> feeding the wrong lines to depcomp, causing the build to fail.

svn revert on the files will solve the problem normally

Gilles
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Compile problem with .9.0 SVN

Duncan Hill-5
Gilles Caulier wrote:

> Le Mardi 4 Avril 2006 16:56, Duncan Hill a écrit :
>> I'm running in to the same issue reported by Full Decent back in March,
>> where depcomp complains that it hasn't been fed a valid command
>>
>> http://mail.kde.org/pipermail/digikam-devel/2006-March/004054.html is his
>> posting, with Gilles commenting about the version of the admin subdir.
>>
>> My error is exactly the same, and it appears to be because the Makefile or
>> similar in lprof has #>- as the prefix on some lines.  Editing the Makefile
>> in lprof to remove all lines prefixed with #>- or #>+ has 'cured' the
>> problem in that the compile runs.  I -think- make is getting confused as
>> heck by the commented lines in the middle of the build statements, and
>> feeding the wrong lines to depcomp, causing the build to fail.
>
> svn revert on the files will solve the problem normally

Hmm, but these are files fresh from checkout and make -f Makefile.cvs ;
configure.  Are you saying that the make / configure process is screwing
up the lprof makefile?

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Compile problem with .9.0 SVN

Gilles Caulier-2
On Tuesday 04 April 2006 07:24 pm, Duncan Hill wrote:

> Gilles Caulier wrote:
> > Le Mardi 4 Avril 2006 16:56, Duncan Hill a écrit :
> >> I'm running in to the same issue reported by Full Decent back in March,
> >> where depcomp complains that it hasn't been fed a valid command
> >>
> >> http://mail.kde.org/pipermail/digikam-devel/2006-March/004054.html is
> >> his posting, with Gilles commenting about the version of the admin
> >> subdir.
> >>
> >> My error is exactly the same, and it appears to be because the Makefile
> >> or similar in lprof has #>- as the prefix on some lines.  Editing the
> >> Makefile in lprof to remove all lines prefixed with #>- or #>+ has
> >> 'cured' the problem in that the compile runs.  I -think- make is getting
> >> confused as heck by the commented lines in the middle of the build
> >> statements, and feeding the wrong lines to depcomp, causing the build to
> >> fail.
> >
> > svn revert on the files will solve the problem normally
>
> Hmm, but these are files fresh from checkout and make -f Makefile.cvs ;
> configure.  Are you saying that the make / configure process is screwing
> up the lprof makefile?

The file changes have been corrupted during svn up. look the svn doc for more
details, espcially about the letter used to indicate if change in repository
have been merged, updtaed in local, or in conflict.

svn revert force to use always kde svn content.

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