Bug 245248 - using kdesrc-build v1.12, kdevplatform is not downloaded
Summary: using kdesrc-build v1.12, kdevplatform is not downloaded
Status: RESOLVED FIXED
Alias: None
Product: kdesrc-build
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-20 19:59 UTC by Gaël de Chalendar (aka Kleag)
Modified: 2010-07-24 02:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 1.12.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gaël de Chalendar (aka Kleag) 2010-07-20 19:59:50 UTC
Version:           unspecified (using Devel) 
OS:                Linux

I get the following output:

Building kdevplatform (1/2)
        Waiting for source code update.
        Source update complete for kdevplatform: 1 file affected.
        Checking for source conflicts... 
        Preparing build system for kdevplatform.
 * kdesrc-build assumes that only Qt would be compiled using a configure
 * script, but we're trying to configure kdevplatform.  Please report a
 * bug at http://bugs.kde.org/ -- Unable to build this module.

And the downloaded kdevplatform contains just a README:
KDevelop has switched to Git!
  
Please read the announcement on http://apaku.wordpress.com/2010/05/05/kdevelop-co-moved-to-gitorious-org/
k

Reproducible: Always

Steps to Reproduce:
call kdesrc-build kdevplatform

Actual Results:  
kdevplatform not downloaded using git

Expected Results:  
kdevplatform should be downloaded using git
Comment 1 Gaël de Chalendar (aka Kleag) 2010-07-20 20:06:27 UTC
Should modify the default rc file likewise:

## A prerequisite for kdevelop other modules using the kdevelop platform, like
# kdewebdev
module kdevplatform
        repository git://gitorious.org/kdevelop/kdevplatform.git
end module

## The KDevelop IDE, useful for developing all kinds of programs.  If you don't
# plan on being a software developer you can save time by removing this from
# your configuration.
module kdevelop
        repository git://gitorious.org/kdevelop/kdevelop.git
end module
Comment 2 Michael Pyne 2010-07-24 02:40:09 UTC
SVN commit 1153770 by mpyne:

Update the default location of kdevplatform and kdevelop, as reported in bug
245248. Thanks to the bug reporter for the reminder.

FIXED-IN:1.12.1
BUG:245248


 M  +5 -5      kdesrc-build  
 M  +2 -4      kdesrc-buildrc-sample  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1153770