Re: [leaf-devel] Docs

2006-07-03 Thread [EMAIL PROTECTED]
>-- "Eric Spakman" <[EMAIL PROTECTED]> wrote:
>Hello Paul,

>AFAIK pdf generation is still not ready... But you can checkout the XML
>document files from CVS:
>http://leaf.cvs.sourceforge.net/leaf/doc/guide/

>Eric

OK, I can do that, although a tarball of HTML wouldn't require the user
to have yet another program installed to read the download.  (As it
happens I _don't_ have Acrobat installed.  I run an old, small LFS
system rather than some modern "kitchen-sink" distro, so perhaps I'm
more aware of what's installed and what's not.)  But then downloading
what seemed most promising, and opening it on my Firefox-1.0.7 I got
the error below.

However, the point I was trying to make is that the uninitiated user
trying to get a copy of leaf docs to read offline isn't directed
anywhere that works.  (Somehow, forcing someone who needs the firewall
to read the installation instructions on-line and exposed to attack
doesn't seem to make a lot of sense.)  If you want him to get them from
the CVS, point him there.


XML Parsing Error: not well-formed
Location: file:///home/paul/dl/Computing/SW/Linux/Bering-uClibc/book.xml
Line Number 53, Column 148:http://sourceforge.net";>


Paul Rogers  ([EMAIL PROTECTED])
http://www.xprt.net/~pgrogers/
Rogers' Second Law: "Everything you do communicates."
(I do not personally endorse any additions after this line. TANSTAAFL :-)



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] buildtool problems

2006-07-03 Thread KP Kirchdoerfer
Am Montag, 3. Juli 2006 11:09 schrieb Erich Titl:
> Hi Eric
>
> Eric Spakman wrote:
> > Hi Erich,
> >
> > I don't know enough of CVS to see what goes wrong. You can try a
> > fresh checkout of buildtool in a different directory.
>
> OK, last resort, this worked for the head target. :-)
>
> Now having a problem with ntpd on 2.4.1 I tried a new checkout of this
> release
>
> luna > sh -x checkout
> + export CVS_RSH=ssh
> + CVS_RSH=ssh
> + cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/leaf co -r
> Release-2_4_1 src/bering-uclibc/buildtool

I suggest trying 2.4.2.

kp

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


[leaf-devel] buildtool problems

2006-07-03 Thread Erich Titl
Hi Eric

Eric Spakman wrote:
> Hi Erich,
> 
> I don't know enough of CVS to see what goes wrong. You can try a 
> fresh checkout of buildtool in a different directory.
> 

OK, last resort, this worked for the head target. :-)

Now having a problem with ntpd on 2.4.1 I tried a new checkout of this 
release

luna > sh -x checkout
+ export CVS_RSH=ssh
+ CVS_RSH=ssh
+ cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/leaf co -r 
Release-2_4_1 src/bering-uclibc/buildtool
[EMAIL PROTECTED]'s password:
cvs checkout: Updating src/bering-uclibc/buildtool




This worked fine, I modified conf/buildtool.conf and went on

luna > ./buildtool.pl build buildenv

Warning:The symlink from /lib/ld-uClibc.so.0 --> 
/data/leaf/bering-uclibc/devel/2.4.1/src/bering-uclibc/buildtool/staging/lib/ld-uClibc.so.0
 
does not exist, this may cause problems with some configure scripts that 
try to run a compiled program

Should i create this link for you (Y/n)?y
please enter root Password:
make the list of required source packages: linux,buildenv [0.K.]

source/package: linux

downloading: buildtool.cfg from server cvs-sourceforge type viewcvs
wget failed: 
/data/leaf/bering-uclibc/devel/2.4.1/src/bering-uclibc/buildtool/source/linux/buildtool.cfg
 
could not be found
you might find useful information in log/buildtoollog

luna > ./buildtool.pl build buildenv
make the list of required source packages: linux,buildenv [0.K.]

source/package: linux

downloading: buildtool.cfg from server cvs-sourceforge type viewcvs
wget failed: 
/data/leaf/bering-uclibc/devel/2.4.1/src/bering-uclibc/buildtool/source/linux/buildtool.cfg
 
could not be found
you might find useful information in log/buildtoollog

It appears that buildtool.cfg for linux is missing at the tag Release-2_4_1

copying this from the latest branch gets me one step further

luna > ./buildtool.pl build buildenv
make the list of required source packages: linux,buildenv [0.K.]

source/package: linux

downloading: buildtool.cfg from server cvs-sourceforge type viewcvs [0.K.]
downloading: buildtool.mk from server cvs-sourceforge type viewcvs
wget failed: 
/data/leaf/bering-uclibc/devel/2.4.1/src/bering-uclibc/buildtool/source/linux/buildtool.mk
 
could not be found
you might find useful information in log/buildtoollog

->> now buildtool.mk is missing

copying again ...
and calling buildtool again...

luna > ./buildtool.pl build buildenv
make the list of required source packages: linux,buildenv [0.K.]

source/package: linux

downloading: buildtool.cfg from server cvs-sourceforge type viewcvs [0.K.]
downloading: buildtool.mk from server cvs-sourceforge type viewcvs
wget failed: 
/data/leaf/bering-uclibc/devel/2.4.1/src/bering-uclibc/buildtool/source/linux/buildtool.mk
 
could not be found
you might find useful information in log/buildtoollog

luna > ./buildtool.pl build buildenv
make the list of required source packages: linux,buildenv [0.K.]

source/package: linux

downloading: buildtool.cfg from server cvs-sourceforge type viewcvs [0.K.]
downloading: buildtool.mk from server cvs-sourceforge type viewcvs [0.K.]
downloading: helpers-2.4.29.patch.gz from server cvs-sourceforge type 
viewcvs
wget failed: 
/data/leaf/bering-uclibc/devel/2.4.1/src/bering-uclibc/buildtool/source/linux/helpers-2.4.29.patch.gz
 
could not be found
you might find useful information in log/buildtoollog

the helpers patch is missing :-(

It looks as if the documented way to download 2.4.1 is broken for some 
reason.

cheers

Erich














Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel


Re: [leaf-devel] Docs

2006-07-03 Thread Eric Spakman
Hello Paul,

AFAIK pdf generation is still not ready... But you can checkout the XML
document files from CVS:
http://leaf.cvs.sourceforge.net/leaf/doc/guide/

Eric

> I went looking around the site for downloadable copies of the manuals for
>  Bering-uClibc.  I found a link to a supposed PDF at the downloads on SF,
>  but there didn't seem to be manuals there, just binaries.  Would TPTB
> consider tarring up all the manual pages into a couple downloadable files?
>
>
> Paul Rogers  ([EMAIL PROTECTED])
> http://www.xprt.net/~pgrogers/
> http://www.geocities.com/paulgrogers/
> Rogers' Second Law: "Everything you do communicates."
> (I do not personally endorse any additions after this line. TANSTAAFL
> :-)
>
>
>
> Using Tomcat but need to do more? Need to support web services, security?
>  Get stuff done quickly with pre-integrated technology to make your job
> easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
>
> ___
> leaf-devel mailing list leaf-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/leaf-devel
>
>



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

___
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel