[Kommander-devel] Re: kommander-devel

Eric Laffoon eric at kdewebdev.org
Fri Feb 8 16:48:13 EST 2008


On Friday 08 February 2008 11:55:19 am Dan Cherry wrote:
> On Thursday 07 February 2008 12:40:22 am Eric wrote:
> > Dan,
> > some info... You need subversion installed
>
> done
>
> so far, not going too smoothly - I first removed kommander, which
> automatically removed quanta and kdewebdev, using apt-get - no problem
> there.
>
> > From the directory you want to build from
> > svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdewebdev
> > svn co
> > svn://anonsvn.kde.org/home/kde/trunk/playground/devtools/kommander-plugin
> >s Make sure those are each one line in konsole starting with svn co. That
> > will give you everything. Use kdesvn for easy updates and visual feedback
>
> things start going downhill - here's the output from my terminal...
>
> dan at hogwarts:~/bin$ svn co
> svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdewebdev
> svn: No such revision 772446

I don't think that's an issue if you got full directories.
>
> (the command was on one line)
> so I tried kdesvn, and was able to let the open dialog make it's way to the
> svn repository - the repository checkout worked (though I received several
> certificate failures, but accepted them to get what looks like a complete
> download)
>
> Also downloaded the plug-ins from trunk (same certificate issues, but it's
> downloaded also)
>
> When I downloaded these were marked as "HEAD" in kdesvn - don't know if
> that's okay, or if that helps.  (again, I've never used svn before, so I'm
> not up to speed on what the options mean)

Yes, HEAD is the default where everything goes, which for main apps now is 
KDE4. Thus the difference.
>
> > Now do this
> > cd kdewebdev
> > make -f Makefile.cvs
>
> more problems...  output from terminal...
>
> dan at hogwarts:~/bin/kdewebdev$ make -f Makefile.cvs
> This Makefile is only for the CVS repository
> This will be deleted before making the distribution
>
> ./admin/cvs.sh: 651: --version: not found
> *** AUTOCONF NOT FOUND!.
> *** KDE requires autoconf 2.53 or newer
> make[1]: *** [cvs] Error 1
> make: *** [all] Error 2
>
> (I have autoconf 2.61 installed, and accessible from a terminal, and cvs
> 1.12.13 also installed and accessible from a terminal)
>
> any ideas or suggestions?  I can provide more detail, if I know what it's
> looking for.

That's really strange! Andras is better at this than me, but it looks like 
something is odd in your admin directory or system settings. Probably a 
hiccup in the install... Try
make distclean
It may tell you there are no make targets, don't recall if it requires 
makefiles, but something could be dirty. You can also try
svn up
If something was in the process of being updated you might not have gotten it, 
or might have gotten an incompatible file. That could also explain your 
error. If it's not building after all that there could be a bug on your systm 
OR in SVN and it wouldn't show up to us as we have makefiles... Hopefully 
Andras will answer on this.
>
> Also, this is not a high priority - I'm sure you've got much more important
> issues going on with kommander, than why an svn download doesn't work with
> a specific workstation.
>
> I was surprised that the first svn command failed to find the version, but
> if the first-time checkout works for others, then I'll be glad to
> troubleshoot my own implementation if you don't see something very obvious.

It said a particular commt was a problem, possibly you checked out during an 
update to admin. Update.
>
> Perhaps if I try using more coffee ;-)
> Thanks for the help...

Let me know if that works. It should work and you probably just checked out 
mid stream of a commit or something. Hmmm??? I don't see any recent commits 
here. Maybe you had a problem with lost packets. Update and try again. If you 
still have a problem we should know about it. I'll do a fresh checkout and 
confirm if it still does it and Andras hasn't chimed in.
>
> Dan
>
> > mkdir build
> > cd build/
> > ../configure
> > cd kommander
> > make
> > That makes Kommander. If you're using a Debian type distro like
> > Ubuntu/Kubuntu then you need to sudo, otherwise open another konsole tab
> > to the same directory and su, then make install. This will give you a new
> > Kommander install. If you are now in /usr/local too you need to point to
> > the new one. which kmdr-editor
> > if everything looks the same you need to manually call the new build
> > in /usr/local
> >
> > now go to your kommander-plugins. Copy your kdewebdev/admin directory to
> > each plugin base directory and repeat the above through make
> > cd database
> > make -f Makefilel.cvs
> > mkdir build
> > cd build
> > ../configure --with-extra-includes=/usr/include/libxml2
> > (or wherever your libxml2 is - use "which libxml2" only for database
> > plugin) make
> > All the plugins can be loaded from the settings in the Kommander editor.
> > They do NOT need to be installed. After you have loaded them close the
> > editor and reopen and they should be on the right.
> >
> > In your /etc/hosts file add the following lines...
> > 209.208.122.238 kdewebdev.org.test
> > 209.208.122.238 kommander.kdewebdev.org.test
> > 209.208.122.238 developer.kdewebdev.org.test
> >
> > Now you can point your browser to the kommander.kdewebdev.org.text
> > location and view new docs not yet published on the new parser and such.
> >
> > Attached is the change log so you can get an idea what's been done
> > recently
> >
> > Please ask questions on the list.



-- 
Eric Laffoon
Project Lead - kdewebdev module


More information about the Kommander-devel mailing list