[leaf-devel] latest cvs checkout does not compile

2006-08-28 Thread Erich Titl
Hi

Maybe I blew it again, altough I thought upgrading my development
environment was easy

- I checked out the latest cvs version to an existing tree
- I ran 'buildtool.pl build', hoping the dependencies would be solved
correctly




build source/package: libusb

calling 'make build' for libusb make build failed for
/data/leaf/bering-uclibc/devel/latest/src/bering-uclibc/buildtool/source/libusb/buildtool.mk
, please have a look at the logfile log/buildtoollog at
buildtool/Make/Source.pm line 398.

logfile contents:

Making all in doc
make[3]: Entering directory
`/data/leaf/bering-uclibc/devel/latest/src/bering-uclibc/buildtool/source/libusb/libusb-0.1.12/doc'
rm -rf html
mkdir html
jade -t sgml -d ./website.dsl\#html ./manual.sgml
jade:./manual.sgml:1:55:W: cannot generate system identifier for public
text -//OASIS//DTD DocBook V4.2//EN
jade:./manual.sgml:10:0:E: reference to entity BOOK for which no
system identifier could be generated
jade:./manual.sgml:1:0: entity was defined here
jade:./manual.sgml:10:0:E: DTD did not contain element declaration for
document type name
jade:./manual.sgml:12:9:E: there is no attribute ID
..

much more output in the logfile

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=lnkkid=120709bid=263057dat=121642

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


Re: [leaf-devel] latest cvs checkout does not compile

2006-08-28 Thread Eric Spakman
Hi Erich,

It's probably your version of jade. Try to change libusb buildtool.mk file
like this:

Change:
./configure)
 to
./configure --disable-build-docs)

Eric

 Hi


 Maybe I blew it again, altough I thought upgrading my development
 environment was easy

 - I checked out the latest cvs version to an existing tree
 - I ran 'buildtool.pl build', hoping the dependencies would be solved
 correctly


 
 
 build source/package: libusb 
 calling 'make build' for libusb make build failed for
 /data/leaf/bering-uclibc/devel/latest/src/bering-uclibc/buildtool/source/
 libusb/buildtool.mk , please have a look at the logfile log/buildtoollog
 at buildtool/Make/Source.pm line 398.

 logfile contents:

 Making all in doc
 make[3]: Entering directory
 `/data/leaf/bering-uclibc/devel/latest/src/bering-uclibc/buildtool/source/
 libusb/libusb-0.1.12/doc' rm -rf html mkdir html jade -t sgml -d
 ./website.dsl\#html ./manual.sgml
 jade:./manual.sgml:1:55:W: cannot generate system identifier for public
 text -//OASIS//DTD DocBook V4.2//EN jade:./manual.sgml:10:0:E: reference
 to entity BOOK for which no system identifier could be generated
 jade:./manual.sgml:1:0: entity was defined here
 jade:./manual.sgml:10:0:E: DTD did not contain element declaration for
 document type name jade:./manual.sgml:12:9:E: there is no attribute ID
 ..


 much more output in the logfile

 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=lnkkid=120709bid=263057dat=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=lnkkid=120709bid=263057dat=121642

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


Re: [leaf-devel] latest cvs checkout does not compile

2006-08-28 Thread Eric Spakman
Hi Erich,

 It's probably your version of jade.


 Most probably. I did not run buildenv this time, is there a new version
 of jade built in the buildenv?

No, this source uses jade from your hostsystem if it exists. It probably
exists on your system and found by libusb's configure script. But somehow
your jade version doesn't understand some of libusb's code. This is a
libusb problem.


 Try to change libusb buildtool.mk file like this:

 Change:
 ./configure)
 to ./configure --disable-build-docs)

 This helped, rerunning buildenv was not sufficient.

I will make this change in CVS also.


 BTW. does anyone know why S/MIME signed messages are _not_ showing up on
 the list?

 Thanks


 Erich

Eric


-
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=lnkkid=120709bid=263057dat=121642

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


Re: [leaf-devel] latest cvs checkout does not compile

2006-08-28 Thread Martin Hejl
Hi Erich,
 BTW. does anyone know why S/MIME signed messages are _not_ showing up on
 the list?
most likely because the messages had a content type other than
multipart/mixed
multipart/alternative
message/rfc822
multipart/signed
text/plain

Please send a signed message to leaf-devel again (I changed the config
slightly, so I can find out what content type those emails have) - maybe
we can figure it out that way.

Martin



-
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=lnkkid=120709bid=263057dat=121642

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


Re: [leaf-devel] latest cvs checkout does not compile

2006-08-28 Thread Erich Titl
Hi

OK, i have to admit it, I do not grok this buildtool.

What is the canonical way to get up to date without building buildenv
again? I tried to just get everything from CVS, but definitely the
kernel sources still were 2.4.32 :-(

So back I went and rebuilt the whole buildenv from scratch, but I am
sure this is not the original idea.

Thanks

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=lnkkid=120709bid=263057dat=121642

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