From auke at foo-projects.org Sun Aug 1 01:36:05 2010 From: auke at foo-projects.org (Auke Kok) Date: Sat, 31 Jul 2010 16:36:05 -0700 Subject: FreeIPA? In-Reply-To: <4647d5946282fec8088e54b444265978.squirrel@webmail.xs4all.nl> References: <4647d5946282fec8088e54b444265978.squirrel@webmail.xs4all.nl> Message-ID: <4C54B365.204@foo-projects.org> Duncan Gibson wrote: > I see that Ratler has just closed out some resolve bug reports, so... > > On the bugtracker there's a feature request to provide FreeIPA: > http://bugs.lunar-linux.org/view.php?id=364 > http://www.freeipa.org > > Does anyone have a room full of secure Lunar boxes and could comment? > > I suspect that it's never going to happen, so we should just say so > and close the request. > > Comments? close it. this bug has been open for 2 years and I've not heard anyone else ask for it. Auke From zbiggy at o2.pl Sun Aug 1 03:31:19 2010 From: zbiggy at o2.pl (Zbigniew Luszpinski) Date: Sun, 1 Aug 2010 03:31:19 +0200 Subject: Distrowatch update script stopped updating distrowatch module list 2 weeks ago Message-ID: <201008010331.19626.zbiggy@o2.pl> Hello, it looks Distrowatch update script stopped updating distrowatch module list 2 weeks ago. Last update was Wednesday 14 July 2010 00:46 GMT. We have plenty of modules updated since that time and these current versions are not visible on distrowatch table. have a nice day, Zbigniew Luszpinski From ratler at lunar-linux.org Sun Aug 1 18:48:35 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 01 Aug 2010 18:48:35 +0200 Subject: Distrowatch update script stopped updating distrowatch module list 2 weeks ago In-Reply-To: <201008010331.19626.zbiggy@o2.pl> References: <201008010331.19626.zbiggy@o2.pl> Message-ID: <1280681315.7482.24.camel@localhost> On Sun, 2010-08-01 at 03:31 +0200, Zbigniew Luszpinski wrote: > Hello, > > it looks Distrowatch update script stopped updating distrowatch module > list 2 weeks ago. Last update was Wednesday 14 July 2010 00:46 GMT. > We have plenty of modules updated since that time and these current > versions are not visible on distrowatch table. > > have a nice day, > Zbigniew Luszpinski I've mailed distrowatch asking about it. Our file seem to look all right though. -- Sincerely Stefan Wold Lunar Linux developer - PGP public key 6E810F05 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From zbiggy at o2.pl Sat Aug 7 20:53:17 2010 From: zbiggy at o2.pl (Zbigniew Luszpinski) Date: Sat, 7 Aug 2010 20:53:17 +0200 Subject: glibc-2.12.1 fixed build Message-ID: <201008072053.18363.zbiggy@o2.pl> Hello, for early testers current glibc. --disable-multi-arch makes this glibc release compilable. (fixes compilation error at gnu_indirect_function). So far I installed it, rebooted and my desktop works without further recompilation - lunar nofix returns nothing broken. diff a/libs/glibc b/libs/glibc --- a/libs/glibc/BUILD 2010-08-07 02:14:05.000000000 +0200 +++ b/libs/glibc/BUILD 2010-08-07 14:45:44.000000000 +0200 @@ -5,7 +5,7 @@ mkdir -p $SOURCE_DIRECTORY/tmp && # There is no other option but nptl - OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls" && + OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls --disable-multi-arch" && if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in --- a/libs/glibc/DETAILS 2010-08-07 02:14:05.000000000 +0200 +++ b/libs/glibc/DETAILS 2010-08-07 12:38:09.000000000 +0200 @@ -1,5 +1,5 @@ MODULE=glibc - VERSION=2.11.2 + VERSION=2.12.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-2.11-no_timezones.patch.bz2 SOURCE3=$MODULE-2.11.1-__i686.patch.bz2 @@ -8,12 +8,12 @@ SOURCE_URL[2]=http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/glibc SOURCE2_URL=$PATCH_URL SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:23b477f4816a97e007be1e98abc1ffe2af13ba9e + SOURCE_VFY=sha1:ef5ca1e765719d3290bd24f94705f27534f3744b SOURCE2_VFY=sha1:fc5bf75815daeeef52f7558f27992e02c2cdc87d SOURCE3_VFY=sha1:e3f36e2bb17e51e31035f2cd405d099c624d0e9e WEB_SITE=http://www.gnu.org/software/libc ENTERED=20010922 - UPDATED=20100520 + UPDATED=20100807 SHORT="C library for use with GNU/Hurd and GNU/Linux" PSAFE=no From dennisveatch at bellsouth.net Sun Aug 15 00:13:41 2010 From: dennisveatch at bellsouth.net (Dennis Veatch) Date: Sat, 14 Aug 2010 18:13:41 -0400 Subject: [Lunar-commits] docbook: major fix, rebuild and cleanup Lunar's docbook implementation was a complete mess. Some modules had broken build when xmlto was installed because docbook imlementation was bad and broken causing xml validation to fail and break build. In-Reply-To: <20100814205851.393F69B21B@doppio.foo-projects.org> References: <20100814205851.393F69B21B@doppio.foo-projects.org> Message-ID: <201008141813.42214.dennisveatch@bellsouth.net> On Saturday August 14 2010 4:51:15 pm Zbigniew Luszpinski wrote: > commit ba2db00198d8072622f4ba15eb8c5849242a72bc > Author: Zbigniew Luszpinski > Date: Sat Aug 14 22:51:15 2010 +0200 > > docbook: major fix, rebuild and cleanup > Lunar's docbook implementation was a complete mess. > Some modules had broken build when xmlto was installed because > docbook imlementation was bad and broken causing xml validation to fail > and break build. > > Now docbook implementation is clean, correct and always works. > If you find any app which fails in xmlto because can not download DTD > let me know. > > This implementation does not have yet all DTDs. > I only added all DTD vesions found in moonbase or from complaining > apps. --- > doc-tools/docbook-3.1/BUILD | 17 --------- > doc-tools/docbook-3.1/DEPENDS | 2 - > doc-tools/docbook-3.1/DETAILS | 16 -------- > doc-tools/docbook-3.1/POST_INSTALL | 21 ----------- > doc-tools/docbook-3.1/POST_REMOVE | 3 -- > doc-tools/docbook-3.1/PRE_BUILD | 3 -- > doc-tools/docbook-3.1/PRE_REMOVE | 4 -- > doc-tools/docbook-4.1/BUILD | 17 --------- > doc-tools/docbook-4.1/DEPENDS | 2 - > doc-tools/docbook-4.1/DETAILS | 16 -------- > doc-tools/docbook-4.1/POST_INSTALL | 13 ------- > doc-tools/docbook-4.1/POST_REMOVE | 3 -- > doc-tools/docbook-4.1/PRE_BUILD | 3 -- > doc-tools/docbook-4.1/PRE_REMOVE | 4 -- > doc-tools/docbook-4.2/BUILD | 17 --------- > doc-tools/docbook-4.2/DEPENDS | 2 - > doc-tools/docbook-4.2/DETAILS | 15 -------- > doc-tools/docbook-4.2/POST_INSTALL | 13 ------- > doc-tools/docbook-4.2/POST_REMOVE | 3 -- > doc-tools/docbook-4.2/PRE_BUILD | 3 -- > doc-tools/docbook-4.2/PRE_REMOVE | 4 -- > doc-tools/docbook-sgml/BUILD | 24 +++++-------- > doc-tools/docbook-sgml/DETAILS | 35 ++++++++++++++---- > doc-tools/docbook-sgml/POST_INSTALL | 36 ++---------------- > doc-tools/docbook-sgml/PRE_BUILD | 21 +++++++++-- > doc-tools/docbook-sgml/PRE_REMOVE | 7 ++-- > doc-tools/docbook-utils/DEPENDS | 2 +- > doc-tools/docbook-xml/BUILD | 26 ++++++-------- > doc-tools/docbook-xml/DEPENDS | 2 +- > doc-tools/docbook-xml/DETAILS | 34 +++++++++++++----- > doc-tools/docbook-xml/POST_INSTALL | 55 > ++++++++++++---------------- doc-tools/docbook-xml/POST_REMOVE | > 3 -- > doc-tools/docbook-xml/PRE_BUILD | 23 ++++++++++-- > doc-tools/docbook-xml/PRE_REMOVE | 11 ++++-- > gnome2/desktop/gnome-power-manager/DEPENDS | 2 +- > profiles/docbook-profile/DEPENDS | 3 +- > utils/discover/DEPENDS | 2 +- > 37 files changed, 155 insertions(+), 312 deletions(-) > > diff --git a/doc-tools/docbook-3.1/BUILD b/doc-tools/docbook-3.1/BUILD > deleted file mode 100644 > index e156fb2..0000000 > --- a/doc-tools/docbook-3.1/BUILD > +++ /dev/null > @@ -1,17 +0,0 @@ > -( > - TARGET=/usr/share/sgml/docbook/$VERSION > - > - prepare_install && > - if ! [ -d "$TARGET" ]; then > - mkdir -p $TARGET > - fi && > - > - rm -rf $SOURCE_DIRECTORY/old.libraries && > - > - for DFILE in $SOURCE_DIRECTORY/*; do > - install -m644 $DFILE $TARGET/ > - done && > - > - ln -sf $TARGET/docbook.cat $TARGET/catalog > - > -) > $C_FIFO 2>&1 > diff --git a/doc-tools/docbook-3.1/DEPENDS b/doc-tools/docbook-3.1/DEPENDS > deleted file mode 100644 > index e2b13be..0000000 > --- a/doc-tools/docbook-3.1/DEPENDS > +++ /dev/null > @@ -1,2 +0,0 @@ > -depends sgml-common > -depends unzip > diff --git a/doc-tools/docbook-3.1/DETAILS b/doc-tools/docbook-3.1/DETAILS > deleted file mode 100644 > index de321d7..0000000 > --- a/doc-tools/docbook-3.1/DETAILS > +++ /dev/null > @@ -1,16 +0,0 @@ > - MODULE=docbook-3.1 > - MOD=docbk31 > - VERSION=3.1 > - SOURCE=$MOD.zip > -SOURCE_DIRECTORY=$BUILD_DIRECTORY/tmp > - > SOURCE_URL[0]=ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCE > S/ - SOURCE_URL[1]=http://download.lunar-linux.org/lunar/mirrors/ > - SOURCE_VFY=sha1:75a5bb4f17b17ff0f7dd1cc2db7112bad0fb89e6 > - WEB_SITE=http://www.oasis-open.org > - ENTERED=20030723 > - UPDATED=20030804 > - SHORT="The DocBook 3.1 DTD" > - > -cat << EOF > -The Docbook 3.1 DTD's. > -EOF > diff --git a/doc-tools/docbook-3.1/POST_INSTALL > b/doc-tools/docbook-3.1/POST_INSTALL deleted file mode 100644 > index dde56b6..0000000 > --- a/doc-tools/docbook-3.1/POST_INSTALL > +++ /dev/null > @@ -1,21 +0,0 @@ > -CENTRALIZED=/etc/sgml/catalog > -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$VERSION > - > -if ! [ -e "$CENTRALIZED" ]; then > - echo "Creating $CENTRALIZED" > - mkdir -p /etc/sgml > - touch $CENTRALIZED > -fi > - > -install-catalog --remove $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog > - > -install-catalog --add $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog > -install-catalog --remove $CENTRALIZED /etc/sgml/catalog > - > -cat >> /usr/share/sgml/docbook/3.1/catalog << "EOF" > - -- Begin Single Major Version catalog changes -- > - > -PUBLIC "-//Davenport//DTD DocBook V3.0//EN" "docbook.dtd" > - > - -- End Single Major Version catalog changes -- > -EOF > diff --git a/doc-tools/docbook-3.1/POST_REMOVE > b/doc-tools/docbook-3.1/POST_REMOVE deleted file mode 100644 > index 800da97..0000000 > --- a/doc-tools/docbook-3.1/POST_REMOVE > +++ /dev/null > @@ -1,3 +0,0 @@ > -# Cleanup > - > -rm -rf /usr/share/sgml/docbook/$VERSION > diff --git a/doc-tools/docbook-3.1/PRE_BUILD > b/doc-tools/docbook-3.1/PRE_BUILD deleted file mode 100644 > index 8b474ad..0000000 > --- a/doc-tools/docbook-3.1/PRE_BUILD > +++ /dev/null > @@ -1,3 +0,0 @@ > -mk_source_dir $SOURCE_DIRECTOY && > -unzip $SOURCE_CACHE/$SOURCE -d $SOURCE_DIRECTORY > - > diff --git a/doc-tools/docbook-3.1/PRE_REMOVE > b/doc-tools/docbook-3.1/PRE_REMOVE deleted file mode 100644 > index 45e2b7c..0000000 > --- a/doc-tools/docbook-3.1/PRE_REMOVE > +++ /dev/null > @@ -1,4 +0,0 @@ > -CENTRALIZED=/etc/sgml/catalog > -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$VERSION > - > -install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog > diff --git a/doc-tools/docbook-4.1/BUILD b/doc-tools/docbook-4.1/BUILD > deleted file mode 100644 > index e156fb2..0000000 > --- a/doc-tools/docbook-4.1/BUILD > +++ /dev/null > @@ -1,17 +0,0 @@ > -( > - TARGET=/usr/share/sgml/docbook/$VERSION > - > - prepare_install && > - if ! [ -d "$TARGET" ]; then > - mkdir -p $TARGET > - fi && > - > - rm -rf $SOURCE_DIRECTORY/old.libraries && > - > - for DFILE in $SOURCE_DIRECTORY/*; do > - install -m644 $DFILE $TARGET/ > - done && > - > - ln -sf $TARGET/docbook.cat $TARGET/catalog > - > -) > $C_FIFO 2>&1 > diff --git a/doc-tools/docbook-4.1/DEPENDS b/doc-tools/docbook-4.1/DEPENDS > deleted file mode 100644 > index e2b13be..0000000 > --- a/doc-tools/docbook-4.1/DEPENDS > +++ /dev/null > @@ -1,2 +0,0 @@ > -depends sgml-common > -depends unzip > diff --git a/doc-tools/docbook-4.1/DETAILS b/doc-tools/docbook-4.1/DETAILS > deleted file mode 100644 > index f26e294..0000000 > --- a/doc-tools/docbook-4.1/DETAILS > +++ /dev/null > @@ -1,16 +0,0 @@ > - MODULE=docbook-4.1 > - MOD=docbk41 > - VERSION=4.1 > - SOURCE=$MOD.zip > -SOURCE_DIRECTORY=$BUILD_DIRECTORY/tmp-$MODULE > - SOURCE_URL[0]=http://docbook.org/sgml/4.1/ > - SOURCE_URL[1]=http://download.lunar-linux.org/lunar/mirrors/ > - SOURCE_VFY=sha1:3009fcc364511d186da40e828bf0d5d1556c020e > - WEB_SITE=http://www.oasis-open.org > - ENTERED=20050217 > - UPDATED=20050217 > - SHORT="The DocBook 4.1 DTD" > - > -cat << EOF > -The Docbook 4.1 DTD's. > -EOF > diff --git a/doc-tools/docbook-4.1/POST_INSTALL > b/doc-tools/docbook-4.1/POST_INSTALL deleted file mode 100644 > index 12431ea..0000000 > --- a/doc-tools/docbook-4.1/POST_INSTALL > +++ /dev/null > @@ -1,13 +0,0 @@ > -CENTRALIZED=/etc/sgml/catalog > -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$VERSION > - > -if ! [ -e "$CENTRALIZED" ]; then > - echo "Creating $CENTRALIZED" > - mkdir -p /etc/sgml > - touch $CENTRALIZED > -fi > - > -install-catalog --remove $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog > - > -install-catalog --add $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog > -install-catalog --remove $CENTRALIZED /etc/sgml/catalog > diff --git a/doc-tools/docbook-4.1/POST_REMOVE > b/doc-tools/docbook-4.1/POST_REMOVE deleted file mode 100644 > index 800da97..0000000 > --- a/doc-tools/docbook-4.1/POST_REMOVE > +++ /dev/null > @@ -1,3 +0,0 @@ > -# Cleanup > - > -rm -rf /usr/share/sgml/docbook/$VERSION > diff --git a/doc-tools/docbook-4.1/PRE_BUILD > b/doc-tools/docbook-4.1/PRE_BUILD deleted file mode 100644 > index 8b474ad..0000000 > --- a/doc-tools/docbook-4.1/PRE_BUILD > +++ /dev/null > @@ -1,3 +0,0 @@ > -mk_source_dir $SOURCE_DIRECTOY && > -unzip $SOURCE_CACHE/$SOURCE -d $SOURCE_DIRECTORY > - > diff --git a/doc-tools/docbook-4.1/PRE_REMOVE > b/doc-tools/docbook-4.1/PRE_REMOVE deleted file mode 100644 > index 45e2b7c..0000000 > --- a/doc-tools/docbook-4.1/PRE_REMOVE > +++ /dev/null > @@ -1,4 +0,0 @@ > -CENTRALIZED=/etc/sgml/catalog > -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$VERSION > - > -install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog > diff --git a/doc-tools/docbook-4.2/BUILD b/doc-tools/docbook-4.2/BUILD > deleted file mode 100644 > index eab6a89..0000000 > --- a/doc-tools/docbook-4.2/BUILD > +++ /dev/null > @@ -1,17 +0,0 @@ > -( > - TARGET=/usr/share/sgml/docbook/$VERSION > - > - prepare_install && > - if ! [ -d "$TARGET" ]; then > - mkdir -p $TARGET > - fi && > - > - rm -rf $SOURCE_DIRECTORY/old.libraries && > - > - for DFILE in $SOURCE_DIRECTORY/*; do > - install -m644 $DFILE $TARGET/ > - done && > - > - ln -sf $TARGET/docbook.cat $TARGET/catalog > - > -) > $C_FIFO 2>&1 > diff --git a/doc-tools/docbook-4.2/DEPENDS b/doc-tools/docbook-4.2/DEPENDS > deleted file mode 100644 > index e2b13be..0000000 > --- a/doc-tools/docbook-4.2/DEPENDS > +++ /dev/null > @@ -1,2 +0,0 @@ > -depends sgml-common > -depends unzip > diff --git a/doc-tools/docbook-4.2/DETAILS b/doc-tools/docbook-4.2/DETAILS > deleted file mode 100644 > index 5a436a9..0000000 > --- a/doc-tools/docbook-4.2/DETAILS > +++ /dev/null > @@ -1,15 +0,0 @@ > - MODULE=docbook-4.2 > - VERSION=4.2 > - SOURCE=$MODULE.zip > -SOURCE_DIRECTORY=$BUILD_DIRECTORY/tmp-$MODULE > - SOURCE_URL[0]=http://docbook.org/sgml/4.2/ > - SOURCE_URL[1]=http://download.lunar-linux.org/lunar/mirrors/ > - SOURCE_VFY=sha1:98afcae616ed24edb30e40baa4ddd8cd8731f2c7 > - WEB_SITE=http://www.oasis-open.org > - ENTERED=20050217 > - UPDATED=20050217 > - SHORT="The DocBook 4.2 DTD" > - > -cat << EOF > -The Docbook 4.2 DTD's. > -EOF > diff --git a/doc-tools/docbook-4.2/POST_INSTALL > b/doc-tools/docbook-4.2/POST_INSTALL deleted file mode 100644 > index 12431ea..0000000 > --- a/doc-tools/docbook-4.2/POST_INSTALL > +++ /dev/null > @@ -1,13 +0,0 @@ > -CENTRALIZED=/etc/sgml/catalog > -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$VERSION > - > -if ! [ -e "$CENTRALIZED" ]; then > - echo "Creating $CENTRALIZED" > - mkdir -p /etc/sgml > - touch $CENTRALIZED > -fi > - > -install-catalog --remove $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog > - > -install-catalog --add $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog > -install-catalog --remove $CENTRALIZED /etc/sgml/catalog > diff --git a/doc-tools/docbook-4.2/POST_REMOVE > b/doc-tools/docbook-4.2/POST_REMOVE deleted file mode 100644 > index 800da97..0000000 > --- a/doc-tools/docbook-4.2/POST_REMOVE > +++ /dev/null > @@ -1,3 +0,0 @@ > -# Cleanup > - > -rm -rf /usr/share/sgml/docbook/$VERSION > diff --git a/doc-tools/docbook-4.2/PRE_BUILD > b/doc-tools/docbook-4.2/PRE_BUILD deleted file mode 100644 > index 8b474ad..0000000 > --- a/doc-tools/docbook-4.2/PRE_BUILD > +++ /dev/null > @@ -1,3 +0,0 @@ > -mk_source_dir $SOURCE_DIRECTOY && > -unzip $SOURCE_CACHE/$SOURCE -d $SOURCE_DIRECTORY > - > diff --git a/doc-tools/docbook-4.2/PRE_REMOVE > b/doc-tools/docbook-4.2/PRE_REMOVE deleted file mode 100644 > index 45e2b7c..0000000 > --- a/doc-tools/docbook-4.2/PRE_REMOVE > +++ /dev/null > @@ -1,4 +0,0 @@ > -CENTRALIZED=/etc/sgml/catalog > -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$VERSION > - > -install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog > diff --git a/doc-tools/docbook-sgml/BUILD b/doc-tools/docbook-sgml/BUILD > index 673f356..70e8149 100644 > --- a/doc-tools/docbook-sgml/BUILD > +++ b/doc-tools/docbook-sgml/BUILD > @@ -1,22 +1,16 @@ > ( > - TARGET=/usr/share/sgml/docbook/$MODULE-$VERSION > > - # We need to remove the old catalog entries > - if module_is_expired $MODULE ; then > - set_module_config OLD_VER "`installed_version $MODULE`" > - fi && > + find $BUILD_DIRECTORY/sgml -type d -exec chmod 755 {} \; > + find $BUILD_DIRECTORY/sgml -type f -exec chmod 644 {} \; > > - prepare_install && > - if ! [ -d "$TARGET" ]; then > - mkdir -p $TARGET > - fi && > - > - rm -rf $SOURCE_DIRECTORY/old.libraries && > - > - for DFILE in $SOURCE_DIRECTORY/*; do > - install -m644 $DFILE $TARGET/ > + for DOCBOOK in `ls`; do > + cd $DOCBOOK > + ln -sf docbook.cat catalog > + cd .. > done && > > - ln -sf $TARGET/docbook.cat $TARGET/catalog > + prepare_install && > + rm -rf old.libraries && > + cp -a $BUILD_DIRECTORY/sgml /usr/share/sgml/docbook > > ) > $C_FIFO 2>&1 > diff --git a/doc-tools/docbook-sgml/DETAILS > b/doc-tools/docbook-sgml/DETAILS index 02f51fd..397dbd5 100644 > --- a/doc-tools/docbook-sgml/DETAILS > +++ b/doc-tools/docbook-sgml/DETAILS > @@ -1,13 +1,34 @@ > +# All docbook packages are NOT cumulative so do NOT replace old releases > with new one +# If you need to add new docbook release add it as another > SOURCE. +# You have to review all scripts in this module to modify them to > add another source. MODULE=docbook-sgml > MOD=docbook > - VERSION=4.3 > - SOURCE=$MOD-$VERSION.zip > -SOURCE_DIRECTORY=$BUILD_DIRECTORY/tmp-$MODULE > - SOURCE_URL=http://www.oasis-open.org/docbook/sgml/4.3/ > - WEB_SITE=http://www.oasis-open.org/docbook/sgml/4.3/index.shtml > + VERSION=4.5 > + SOURCE1=docbk31.zip > + SOURCE2=docbk41.zip > + SOURCE3=$MOD-4.2.zip > + SOURCE4=$MOD-4.3.zip > + SOURCE5=$MOD-$VERSION.zip > +SOURCE_DIRECTORY=$BUILD_DIRECTORY/sgml > + SOURCE5_URL[0]=http://www.oasis-open.org/docbook/sgml/4.5 > + SOURCE5_URL[1]=http://www.docbook.org/sgml/4.5 > + SOURCE4_URL[0]=http://www.oasis-open.org/docbook/sgml/4.3 > + SOURCE4_URL[1]=http://www.docbook.org/sgml/4.3 > + SOURCE3_URL[0]=http://www.oasis-open.org/docbook/sgml/4.2 > + SOURCE3_URL[1]=http://www.docbook.org/sgml/4.2 > + SOURCE2_URL[0]=http://www.oasis-open.org/docbook/sgml/4.1 > + SOURCE2_URL[1]=http://www.docbook.org/sgml/4.1 > + SOURCE1_URL[0]=http://www.oasis-open.org/docbook/sgml/3.1 > + SOURCE1_URL[1]=http://www.docbook.org/sgml/3.1 > + SOURCE1_VFY=sha1:75a5bb4f17b17ff0f7dd1cc2db7112bad0fb89e6 > + SOURCE2_VFY=sha1:3009fcc364511d186da40e828bf0d5d1556c020e > + SOURCE3_VFY=sha1:98afcae616ed24edb30e40baa4ddd8cd8731f2c7 > + SOURCE4_VFY=sha1:c64759d07514a7ab4347b1fc03457664cdf98b3f > + SOURCE5_VFY=sha1:5efeb22936ea30cdaf88053337de7966dfda02bd > + WEB_SITE=http://www.oasis-open.org/docbook/sgml > ENTERED=20030103 > - UPDATED=20050215 > - SHORT="The DocBook SGML DTD" > + UPDATED=20100814 > + SHORT="The DocBook SGML DTD pack" > cat << EOF > > DocBook is an XML/SGML vocabulary particularly well suited to books > diff --git a/doc-tools/docbook-sgml/POST_INSTALL > b/doc-tools/docbook-sgml/POST_INSTALL index 4204c31..89a6314 100644 > --- a/doc-tools/docbook-sgml/POST_INSTALL > +++ b/doc-tools/docbook-sgml/POST_INSTALL > @@ -1,39 +1,11 @@ > -OLD_VER=`get_module_config OLD_VER` > CENTRALIZED=/etc/sgml/catalog > -CATALOGDIR=/usr/share/sgml/docbook/$MODULE-$VERSION > -CATALOGDIR_OLD=/usr/share/sgml/docbook/$MODULE-$OLD_VER > - > if ! [ -e "$CENTRALIZED" ]; then > echo "Creating $CENTRALIZED" > mkdir -p /etc/sgml > touch $CENTRALIZED > fi > > -if [ ! -z $OLD_VER ]; then > - install-catalog --remove $CENTRALIZED $CATALOGDIR_OLD/catalog > -fi > - > -install-catalog --remove $CENTRALIZED $CATALOGDIR/catalog > - > -install-catalog --add $CENTRALIZED $CATALOGDIR/catalog > -install-catalog --remove $CENTRALIZED /etc/sgml/catalog > - > -if ! grep -q "/usr/share/sgml/docbook/$MODULE-$VERSION" $CENTRALIZED; then > - /usr/bin/install-catalog --remove $CENTRALIZED $CATALOGDIR > -fi > - > -# I am skipping this for now since it brings up problems with > -# the modules using docbook definitions below 4.3 > - > -# We do not have any other docbook's installed > -#cat >> $CATALOGDIR/catalog << "EOF" > -# -- Begin Single Major Version catalog changes -- > -# > -#PUBLIC "-//OASIS//DTD DocBook V4.2//EN" "docbook.dtd" > -#PUBLIC "-//OASIS//DTD DocBook V4.1//EN" "docbook.dtd" > -#PUBLIC "-//OASIS//DTD DocBook V4.0//EN" "docbook.dtd" > -# > -# -- End Single Major Version catalog changes -- > -#EOF > - > -unset_module_config OLD_VER > +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/sgml/*` > +do > +install-catalog --add $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog > +done > diff --git a/doc-tools/docbook-sgml/PRE_BUILD > b/doc-tools/docbook-sgml/PRE_BUILD index 8b474ad..b9570c4 100644 > --- a/doc-tools/docbook-sgml/PRE_BUILD > +++ b/doc-tools/docbook-sgml/PRE_BUILD > @@ -1,3 +1,18 @@ > -mk_source_dir $SOURCE_DIRECTOY && > -unzip $SOURCE_CACHE/$SOURCE -d $SOURCE_DIRECTORY > - > +mk_source_dir $SOURCE_DIRECTORY && > +cd $SOURCE_DIRECTORY && > +mkdir 3.1 && > +mkdir 4.1 && > +mkdir 4.2 && > +mkdir 4.3 && > +mkdir 4.5 && > +unzip $SOURCE_CACHE/$SOURCE1 -d $SOURCE_DIRECTORY/3.1 && > +unzip $SOURCE_CACHE/$SOURCE2 -d $SOURCE_DIRECTORY/4.1 && > +unzip $SOURCE_CACHE/$SOURCE3 -d $SOURCE_DIRECTORY/4.2 && > +unzip $SOURCE_CACHE/$SOURCE4 -d $SOURCE_DIRECTORY/4.3 && > +unzip $SOURCE_CACHE/$SOURCE5 -d $SOURCE_DIRECTORY/4.5 && > +mkdir old.libraries && > +touch old.libraries/dontbreak && > +CENTRALIZED=/etc/sgml/catalog > +for DOCBOOK_INSTALL_DIR in `ls -d > /usr/share/sgml/docbook/{3*,4*,docbook-sgml*,sgml}` +do install-catalog -r > $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog; done +rm -rf > /usr/share/sgml/docbook/{3*,4*,docbook-sgml-*,old.libraries,sgml} diff > --git a/doc-tools/docbook-sgml/PRE_REMOVE > b/doc-tools/docbook-sgml/PRE_REMOVE index 65eaffe..2afd395 100644 > --- a/doc-tools/docbook-sgml/PRE_REMOVE > +++ b/doc-tools/docbook-sgml/PRE_REMOVE > @@ -1,4 +1,5 @@ > -CENTRALIZED=/etc/sgml/catalog > -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$MODULE-$VERSION > - > +CENTRALIZED=/etc/sgml/catalog > +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/sgml/*` > +do > install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog > +done > diff --git a/doc-tools/docbook-utils/DEPENDS > b/doc-tools/docbook-utils/DEPENDS index 5b4bb46..8799f43 100644 > --- a/doc-tools/docbook-utils/DEPENDS > +++ b/doc-tools/docbook-utils/DEPENDS > @@ -1,3 +1,3 @@ > -depends docbook-3.1 > +depends docbook-smgl > depends SGMLSpm > depends docbook-dsssl > diff --git a/doc-tools/docbook-xml/BUILD b/doc-tools/docbook-xml/BUILD > index 9099a8e..4a9685b 100644 > --- a/doc-tools/docbook-xml/BUILD > +++ b/doc-tools/docbook-xml/BUILD > @@ -1,21 +1,17 @@ > ( > - TARGET=/usr/share/sgml/docbook/$MODULE-$VERSION > > - # We need to remove the old catalog entries upon an update > - if module_is_expired $MODULE ; then > - set_module_config OLD_VER "`installed_version $MODULE`" > - fi && > + find $BUILD_DIRECTORY/xml -type d -exec chmod 755 {} \; > + find $BUILD_DIRECTORY/xml -type f -exec chmod 644 {} \; > > - prepare_install && > - if ! [ -d "$TARGET" ]; then > - mkdir -p $TARGET > - fi && > - > - rm -rf $SOURCE_DIRECTORY/old.libraries && > + for DOCBOOK in `ls`; do > + cd $DOCBOOK > + ln -sf docbook.cat catalog > + cd .. > + done && > > - cp -a $SOURCE_DIRECTORY/* $TARGET/ && > - install -m755 $SOURCE_CACHE/$SOURCE2 /usr/bin/ && > - > - ln -sf $TARGET/docbook.cat $TARGET/catalog > + prepare_install && > + rm -rf old.libraries && > + cp -a $BUILD_DIRECTORY/xml /usr/share/sgml/docbook && > + install -m755 $SOURCE_CACHE/$SOURCE2 /usr/bin > > ) > $C_FIFO 2>&1 > diff --git a/doc-tools/docbook-xml/DEPENDS b/doc-tools/docbook-xml/DEPENDS > index 45cc338..3a89c09 100644 > --- a/doc-tools/docbook-xml/DEPENDS > +++ b/doc-tools/docbook-xml/DEPENDS > @@ -1,4 +1,4 @@ > +depends docbook-sgml > depends openjade > depends docbook-xsl > -depends docbook-sgml > depends unzip > diff --git a/doc-tools/docbook-xml/DETAILS b/doc-tools/docbook-xml/DETAILS > index 53ba778..facab89 100644 > --- a/doc-tools/docbook-xml/DETAILS > +++ b/doc-tools/docbook-xml/DETAILS > @@ -1,16 +1,32 @@ > MODULE=docbook-xml > - VERSION=4.3 > - SOURCE=$MODULE-$VERSION.zip > + VERSION=4.5 > + SOURCE1=$MODULE-4.3.zip > SOURCE2=buildDocBookCatalog > -SOURCE_DIRECTORY=$BUILD_DIRECTORY/tmp-$MODULE > - SOURCE_URL[0]=http://www.docbook.org/xml/4.3/ > - SOURCE_URL[1]=$LRESORT_URL/ > - SOURCE2_URL=http://xmlsoft.org/ > - SOURCE_VFY=sha1:e79a59e9164c1013b8cc9f64f96f909a184ca016 > + SOURCE3=$MODULE-4.5.zip > + SOURCE4=docbkx412.zip > + SOURCE5=$MODULE-4.2.zip > + SOURCE6=$MODULE-4.4.zip > +SOURCE_DIRECTORY=$BUILD_DIRECTORY/xml > + SOURCE1_URL[0]=http://www.oasis-open.org/docbook/xml/4.3 > + SOURCE1_URL[1]=http://www.docbook.org/xml/4.3 > + SOURCE2_URL[0]=http://xmlsoft.org > + SOURCE3_URL[0]=http://www.oasis-open.org/docbook/xml/4.5 > + SOURCE3_URL[1]=http://www.docbook.org/xml/4.5 > + SOURCE4_URL[0]=http://www.oasis-open.org/docbook/xml/4.1.2 > + SOURCE4_URL[1]=http://www.docbook.org/xml/4.1.2 > + SOURCE5_URL[0]=http://www.oasis-open.org/docbook/xml/4.2 > + SOURCE5_URL[1]=http://www.docbook.org/xml/4.2 > + SOURCE6_URL[0]=http://www.oasis-open.org/docbook/xml/4.4 > + SOURCE6_URL[1]=http://www.docbook.org/xml/4.4 > + SOURCE1_VFY=sha1:e79a59e9164c1013b8cc9f64f96f909a184ca016 > SOURCE2_VFY=sha1:9890a7505713a5c78b038f7e5a2b9e06d6f96f1d > - WEB_SITE=http://www.docbook.org/xml/ > + SOURCE3_VFY=sha1:b9124233b50668fb508773aa2b3ebc631d7c1620 > + SOURCE4_VFY=sha1:b9ae7a41056bfaf885581812d60651b7b5531519 > + SOURCE5_VFY=sha1:5e3a35663cd028c5c5fbb959c3858fec2d7f8b9e > + SOURCE6_VFY=sha1:7c4d91c82ad3747e1b5600c91782758e5d91c22b > + WEB_SITE=http://www.oasis-open.org/docbook/xml > ENTERED=20030103 > - UPDATED=20040919 > + UPDATED=20100814 > SHORT="The DocBook XML DTD" > > cat << EOF > diff --git a/doc-tools/docbook-xml/POST_INSTALL > b/doc-tools/docbook-xml/POST_INSTALL index a77c51f..f3b0e8e 100644 > --- a/doc-tools/docbook-xml/POST_INSTALL > +++ b/doc-tools/docbook-xml/POST_INSTALL > @@ -1,51 +1,42 @@ > -OLD_VER=`get_module_config OLD_VER` > CENTRALIZED=/etc/sgml/catalog > -CATALOGDIR=/usr/share/sgml/docbook/$MODULE-$VERSION > -CATALOGDIR_OLD="/usr/share/sgml/$MODULE-$OLD_VER" > -XML_PREFIX=/etc/xml > -DOCBOOK_XML_VER=`installed_version docbook-xml` > - > -echo "Adding catalog for $MODULE-$VERSION to $CENTRALIZED" > - > -# Now we are handling the update > -if [ ! -z $OLD_VER ]; then > - install-catalog --remove $CENTRALIZED $CATALOGDIR_OLD/catalog > +if ! [ -e "$CENTRALIZED" ]; then > + echo "Creating $CENTRALIZED" > + mkdir -p /etc/sgml > + touch $CENTRALIZED > fi > > -install-catalog --remove $CENTRALIZED $CATALOGDIR/catalog > - > -install-catalog --add $CENTRALIZED $CATALOGDIR/catalog > -install-catalog --remove $CENTRALIZED /etc/sgml/catalog > +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/xml/*` > +do > +install-catalog --add $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog > +done > +rm -rf /usr/share/sgml/docbook/old.libraries > > -echo "Adding xml catalogs for $MODULE-$VERSION to $XML_PREFIX/catalog" > -/usr/bin/$SOURCE2 --prefix=$XML_PREFIX --version=$DOCBOOK_XML_VER > +/usr/bin/$SOURCE2 --prefix=/etc/xml --version=4.1.2 > +/usr/bin/$SOURCE2 --prefix=/etc/xml --version=4.2 > +/usr/bin/$SOURCE2 --prefix=/etc/xml --version=4.3 > +/usr/bin/$SOURCE2 --prefix=/etc/xml --version=4.4 > +/usr/bin/$SOURCE2 --prefix=/etc/xml --version=4.5 > > ( > > xmlcatalog --noout --add "public" \ > "-//OASIS//DTD DocBook XML V4.1.2//EN" \ > - "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" \ > + "file:///usr/share/sgml/docbook/xml/4.1.2/docbookx.dtd" \ > /etc/xml/docbook && > xmlcatalog --noout --add "delegateSystem" \ > - "http://www.oasis-open.org/docbook/xml/4.1.2/" \ > - "file:///etc/xml/docbook" /etc/xml/catalog && > + "http://www.oasis-open.org/" \ > + "file:///usr/share/sgml" /etc/xml/catalog && > xmlcatalog --noout --add "delegateURI" \ > - "http://www.oasis-open.org/docbook/xml/4.1.2/" \ > - "file:///etc/xml/docbook" /etc/xml/catalog && > + "http://www.oasis-open.org" \ > + "file:///usr/share/sgml" /etc/xml/catalog && > xmlcatalog --noout --add "rewriteSystem" \ > - "http://www.oasis-open.org/docbook/xml/4.1.2" \ > - "file://$CATALOGDIR" \ > + "http://www.oasis-open.org" \ > + "file:///usr/share/sgml" \ > /etc/xml/docbook && > xmlcatalog --noout --add "rewriteURI" \ > - "http://www.oasis-open.org/docbook/xml/4.1.2" \ > - "file://$CATALOGDIR" \ > - /etc/xml/docbook && > -xmlcatalog --noout --add "rewriteURI" \ > - "http://www.oasis-open.org/docbook/xml/4.2" \ > - "file://$CATALOGDIR" \ > + "http://www.oasis-open.org" \ > + "file:///usr/share/sgml" \ > /etc/xml/docbook > ) > > if module_installed scrollkeeper; then lin -c scrollkeeper; fi > - > -unset_module_config OLD_VER > diff --git a/doc-tools/docbook-xml/POST_REMOVE > b/doc-tools/docbook-xml/POST_REMOVE deleted file mode 100644 > index 06339b0..0000000 > --- a/doc-tools/docbook-xml/POST_REMOVE > +++ /dev/null > @@ -1,3 +0,0 @@ > -#this takes care of the old install directory > - > -rm -rf /usr/share/sgml/docbook/$MODULE-$VERSION > diff --git a/doc-tools/docbook-xml/PRE_BUILD > b/doc-tools/docbook-xml/PRE_BUILD index 8b474ad..6047961 100644 > --- a/doc-tools/docbook-xml/PRE_BUILD > +++ b/doc-tools/docbook-xml/PRE_BUILD > @@ -1,3 +1,20 @@ > -mk_source_dir $SOURCE_DIRECTOY && > -unzip $SOURCE_CACHE/$SOURCE -d $SOURCE_DIRECTORY > - > +mk_source_dir $SOURCE_DIRECTORY && > +cd $SOURCE_DIRECTORY && > +mkdir 4.1.2 && > +mkdir 4.2 && > +mkdir 4.3 && > +mkdir 4.4 && > +mkdir 4.5 && > +unzip $SOURCE_CACHE/$SOURCE4 -d $SOURCE_DIRECTORY/4.1.2 && > +unzip $SOURCE_CACHE/$SOURCE5 -d $SOURCE_DIRECTORY/4.2 && > +unzip $SOURCE_CACHE/$SOURCE1 -d $SOURCE_DIRECTORY/4.3 && > +unzip $SOURCE_CACHE/$SOURCE6 -d $SOURCE_DIRECTORY/4.4 && > +unzip $SOURCE_CACHE/$SOURCE3 -d $SOURCE_DIRECTORY/4.5 && > +mkdir old.libraries && > +touch old.libraries/dontbreak && > +CENTRALIZED=/etc/sgml/catalog > +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/docbook-xml*` > +do install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog; done > +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/xml` > +do install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog; done > +rm -rf /usr/share/sgml/docbook/{docbook-xml-*,xml,old.libraries} > diff --git a/doc-tools/docbook-xml/PRE_REMOVE > b/doc-tools/docbook-xml/PRE_REMOVE index 65eaffe..a7ab109 100644 > --- a/doc-tools/docbook-xml/PRE_REMOVE > +++ b/doc-tools/docbook-xml/PRE_REMOVE > @@ -1,4 +1,9 @@ > -CENTRALIZED=/etc/sgml/catalog > -DOCBOOK_INSTALL_DIR=/usr/share/sgml/docbook/$MODULE-$VERSION > - > +CENTRALIZED=/etc/sgml/catalog > +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/docbook-xml*` > +do > install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog > +done > +for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/xml/*` > +do > +install-catalog -r $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog > +done > diff --git a/gnome2/desktop/gnome-power-manager/DEPENDS > b/gnome2/desktop/gnome-power-manager/DEPENDS index e3ff55e..75d78d4 100644 > --- a/gnome2/desktop/gnome-power-manager/DEPENDS > +++ b/gnome2/desktop/gnome-power-manager/DEPENDS > @@ -5,4 +5,4 @@ depends libwnck > depends gnome-panel > depends gstreamer-10 > depends libcanberra > -depends docbook-4.1 > +depends docbook-smgl > diff --git a/profiles/docbook-profile/DEPENDS > b/profiles/docbook-profile/DEPENDS index d2e6949..e8f1e55 100644 > --- a/profiles/docbook-profile/DEPENDS > +++ b/profiles/docbook-profile/DEPENDS > @@ -1,8 +1,7 @@ > +depends docbook-sgml > depends docbook-xml > depends docbook-dsssl > depends docbook-dsssl-doc > -depends docbook-4.1 > -depends docbook-4.2 > depends docbook-utils > depends scrollkeeper > > diff --git a/utils/discover/DEPENDS b/utils/discover/DEPENDS > index 9aaad3a..2e83f7b 100644 > --- a/utils/discover/DEPENDS > +++ b/utils/discover/DEPENDS > @@ -2,4 +2,4 @@ depends discover-data > depends expat > depends check > > -optional_depends "docbook-4.1" "" "" "to install manpages" > +optional_depends "docbook-smgl" "" "" "to install manpages" > _______________________________________________ > Lunar-commits mailing list > Lunar-commits at lunar-linux.org > http://foo-projects.org/mailman/listinfo/lunar-commits Removed module: docbook-sgml Creating /var/log/lunar/compile/docbook-sgml-4.5.bz2 Creating /var/log/lunar/install/docbook-sgml-4.5 Creating /var/log/lunar/md5sum/docbook-sgml-4.5 Creating /var/cache/lunar/docbook-sgml-4.5-i686-pc-linux-gnu.tar.bz2 + updating lunar state files after module installation + module size is 1820KB install-catalog: addition of /usr/share/sgml/docbook/sgml/3.1/catalog in /etc/sgml/catalog Warning: /usr/share/sgml/docbook/sgml/3.1/catalog is already installed in the centralized catalog /etc/sgml/catalog install-catalog: addition of /usr/share/sgml/docbook/sgml/4.1/catalog in /etc/sgml/catalog Warning: /usr/share/sgml/docbook/sgml/4.1/catalog is already installed in the centralized catalog /etc/sgml/catalog install-catalog: addition of /usr/share/sgml/docbook/sgml/4.2/catalog in /etc/sgml/catalog Warning: /usr/share/sgml/docbook/sgml/4.2/catalog is already installed in the centralized catalog /etc/sgml/catalog install-catalog: addition of /usr/share/sgml/docbook/sgml/4.3/catalog in /etc/sgml/catalog Warning: /usr/share/sgml/docbook/sgml/4.3/catalog is already installed in the centralized catalog /etc/sgml/catalog install-catalog: addition of /usr/share/sgml/docbook/sgml/4.5/catalog in /etc/sgml/catalog Warning: /usr/share/sgml/docbook/sgml/4.5/catalog is already installed in the centralized catalog /etc/sgml/catalog + removing installwatch file + destroying building dir "/usr/src/sgml" root at keeley ~ # lin linux-2.6 + Editing "/etc/lunar/local/depends/linux-2.6" linux-2.6: Configure linux kernel? [n] y + Spawning download manager + download queue: docbook-smgl linux-2.6 + starting lin "linux-2.6" Checking dependencies for linux-2.6 Unable to find module docbook-smgl in /home/dveatch/moonbase.git Unable to find module docbook-smgl in /home/dveatch/moonbase.git There is a reason Moe empathized a hand-offish stance with this docbook stuff. -- Dennis From dennisveatch at bellsouth.net Sun Aug 15 00:33:48 2010 From: dennisveatch at bellsouth.net (Dennis Veatch) Date: Sat, 14 Aug 2010 18:33:48 -0400 Subject: [Lunar-commits] docbook: major fix, rebuild and cleanup Lunar's docbook implementation was a complete mess. Some modules had broken build when xmlto was installed because docbook imlementation was bad and broken causing xml validation to fail and break build. In-Reply-To: <20100814205851.393F69B21B@doppio.foo-projects.org> References: <20100814205851.393F69B21B@doppio.foo-projects.org> Message-ID: <201008141833.48215.dennisveatch@bellsouth.net> On Saturday August 14 2010 4:51:15 pm Zbigniew Luszpinski wrote: > commit ba2db00198d8072622f4ba15eb8c5849242a72bc > Author: Zbigniew Luszpinski > Date: Sat Aug 14 22:51:15 2010 +0200 > > docbook: major fix, rebuild and cleanup > Lunar's docbook implementation was a complete mess. > Some modules had broken build when xmlto was installed because > docbook imlementation was bad and broken causing xml validation to fail > and break build. > > Now docbook implementation is clean, correct and always works. > If you find any app which fails in xmlto because can not download DTD > let me know. > > This implementation does not have yet all DTDs. > I only added all DTD vesions found in moonbase or from complaining > apps. --- Docbook-utils; SGML_CATALOG_FILES=/etc/sgml/catalog \ SGML_SEARCH_PATH=../..:../../doc:.. \ jade -t sgml -i html -d ../../docbook-utils.dsl\#html \ -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml jade:/etc/sgml/catalog:7:8:E: cannot open "/usr/share/sgml/docbook/4.1/catalog" (No such file or directory) jade:/etc/sgml/catalog:7:8:E: cannot open "/usr/share/sgml/docbook/4.1/catalog" (No such file or directory) jade:/etc/sgml/catalog:8:8:E: cannot open "/usr/share/sgml/docbook/4.2/catalog" (No such file or directory) jade:/etc/sgml/catalog:8:8:E: cannot open "/usr/share/sgml/docbook/4.2/catalog" (No such file or directory) jade:/etc/sgml/catalog:9:8:E: cannot open "/usr/share/sgml/docbook/3.1/catalog" (No such file or directory) jade:/etc/sgml/catalog:9:8:E: cannot open "/usr/share/sgml/docbook/3.1/catalog" (No such file or directory) jade:/etc/sgml/catalog:11:8:E: CATALOG entries cause loop jade:/etc/sgml/catalog:11:8:E: CATALOG entries cause loop jade:/etc/sgml/catalog:7:8:E: cannot open "/usr/share/sgml/docbook/4.1/catalog" (No such file or directory) jade:/etc/sgml/catalog:8:8:E: cannot open "/usr/share/sgml/docbook/4.2/catalog" (No such file or directory) jade:/etc/sgml/catalog:9:8:E: cannot open "/usr/share/sgml/docbook/3.1/catalog" (No such file or directory) jade:/etc/sgml/catalog:11:8:E: CATALOG entries cause loop jade:/usr/share/sgml/docbook/sgml/3.1/dbpool.mod:598:24:Q: length of interpreted parameter literal must not exceed LITLEN (1024) jade:/usr/share/sgml/docbook/sgml/3.1/dbpool.mod:687:38:Q: the number of tokens in a group must not exceed GRPCNT (64) jade:/usr/share/sgml/docbook/sgml/3.1/dbpool.mod:708:44:Q: the number of tokens in a group must not exceed GRPCNT (64) jade:/usr/share/sgml/docbook/sgml/3.1/dbpool.mod:728:41:Q: the number of tokens in a group must not exceed GRPCNT (64) jade:/usr/share/sgml/docbook/sgml/3.1/dbpool.mod:598:24:Q: length of interpreted parameter literal must not exceed LITLEN (1024) jade:/usr/share/sgml/docbook/sgml/3.1/dbpool.mod:687:38:Q: the number of tokens in a group must not exceed GRPCNT (64) jade:/usr/share/sgml/docbook/sgml/3.1/dbpool.mod:708:44:Q: the number of tokens in a group must not exceed GRPCNT (64) jade:/usr/share/sgml/docbook/sgml/3.1/dbpool.mod:728:41:Q: the number of tokens in a group must not exceed GRPCNT (64) -- Dennis From zbiggy at o2.pl Sun Aug 15 01:26:10 2010 From: zbiggy at o2.pl (Zbigniew Luszpinski) Date: Sun, 15 Aug 2010 01:26:10 +0200 Subject: [Lunar-commits] docbook: major fix, rebuild and cleanup Lunar's docbook implementation was a complete mess. Some modules had broken build when xmlto was installed because docbook imlementation was bad and broken causing xml validation to fail and break build. In-Reply-To: <201008141813.42214.dennisveatch@bellsouth.net> References: <20100814205851.393F69B21B@doppio.foo-projects.org> <201008141813.42214.dennisveatch@bellsouth.net> Message-ID: <201008150126.18997.zbiggy@o2.pl> > Warning: /usr/share/sgml/docbook/sgml/4.5/catalog is already installed > in the centralized catalog /etc/sgml/catalog These warnings are OK. Do not worry. It just says this path was registered earlier. No double registration will be performed. > Unable to find module docbook-smgl in /home/dveatch/moonbase.git Fixed. Three depends had reversed 2 letters. Human mistake. P.S. Cut posts. 90% of fix time it took me was to scrolling down commit log to find your text. have a nice day, Zbigniew Luszpinski -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4595 bytes Desc: not available URL: From dennisveatch at bellsouth.net Sun Aug 15 01:27:47 2010 From: dennisveatch at bellsouth.net (Dennis Veatch) Date: Sat, 14 Aug 2010 19:27:47 -0400 Subject: [Lunar-commits] docbook-utils: Fixing typo. In-Reply-To: <20100814222245.53F779B220@doppio.foo-projects.org> References: <20100814222245.53F779B220@doppio.foo-projects.org> Message-ID: <201008141927.47807.dennisveatch@bellsouth.net> On Saturday August 14 2010 6:22:26 pm Dennis `stumbles` Veatch wrote: > commit 980d61fc4516410a651576ae25d03449f9acca38 > Author: Dennis `stumbles` Veatch > Date: Sat Aug 14 18:22:26 2010 -0400 > > docbook-utils: Fixing typo. > --- > doc-tools/docbook-utils/DEPENDS | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/doc-tools/docbook-utils/DEPENDS > b/doc-tools/docbook-utils/DEPENDS index 8799f43..cf3ba70 100644 > --- a/doc-tools/docbook-utils/DEPENDS > +++ b/doc-tools/docbook-utils/DEPENDS > @@ -1,3 +1,3 @@ > -depends docbook-smgl > +depends docbook-sgml > depends SGMLSp inflating: /usr/src/sgml/4.5/README inflating: /usr/src/sgml/4.5/soextblx.dtd ls: cannot access /usr/share/sgml/docbook/3*: No such file or directory ls: cannot access /usr/share/sgml/docbook/4*: No such file or directory ls: cannot access /usr/share/sgml/docbook/docbook-sgml*: No such file or directory install-catalog: removal of /usr/share/sgml/docbook/sgml/catalog from /etc/sgml/catalog Warning: /usr/share/sgml/docbook/sgml/catalog was not found in the centralized catalog /etc/sgml/catalog + building "docbook-sgml" version "4.5" in /usr/src/sgml + CC_EXT="ccache " + CXX_EXT="ccache " + CC="gcc" + CXX="g++" + CPP="cpp" + CFLAGS=" -O2 -march=native -pipe" + CXXFLAGS=" -O2 -march=native -pipe" + CPPFLAGS="" + LDFLAGS=" -s" + MAKES="3" + Enabled wrapper script usage Preparing to install docbook-sgml + calling "lrm --upgrade docbook-sgml" + updating lunar state files after module removal Removed module: docbook-sgml Creating /var/log/lunar/compile/docbook-sgml-4.5.bz2 Creating /var/log/lunar/install/docbook-sgml-4.5 Creating /var/log/lunar/md5sum/docbook-sgml-4.5 Creating /var/cache/lunar/docbook-sgml-4.5-i686-pc-linux-gnu.tar.bz2 -- Dennis From zbiggy at o2.pl Sun Aug 15 01:30:23 2010 From: zbiggy at o2.pl (Zbigniew Luszpinski) Date: Sun, 15 Aug 2010 01:30:23 +0200 Subject: [Lunar-commits] docbook: major fix, rebuild and cleanup Lunar's docbook implementation was a complete mess. Some modules had broken build when xmlto was installed because docbook imlementation was bad and broken causing xml validation to fail and break build. In-Reply-To: <201008141833.48215.dennisveatch@bellsouth.net> References: <20100814205851.393F69B21B@doppio.foo-projects.org> <201008141833.48215.dennisveatch@bellsouth.net> Message-ID: <201008150130.23996.zbiggy@o2.pl> > Docbook-utils; Fixed. Do lunar update to receive updated docbook-sgml module. Then install it and again lin docbook-utils. P.S. Remember to cut posts. Scrolling through commit log searching for your text is not interesting thing to do. have a nice day, Zbigniew Luszpinski -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4595 bytes Desc: not available URL: From zbiggy at o2.pl Sun Aug 15 01:49:50 2010 From: zbiggy at o2.pl (Zbigniew Luszpinski) Date: Sun, 15 Aug 2010 01:49:50 +0200 Subject: [Lunar-commits] docbook-utils: Fixing typo. In-Reply-To: <201008141927.47807.dennisveatch@bellsouth.net> References: <20100814222245.53F779B220@doppio.foo-projects.org> <201008141927.47807.dennisveatch@bellsouth.net> Message-ID: <201008150149.59502.zbiggy@o2.pl> > ls: cannot access /usr/share/sgml/docbook/3*: No such file or directory > ls: cannot access /usr/share/sgml/docbook/4*: No such file or directory > ls: cannot access /usr/share/sgml/docbook/docbook-sgml*: No such file or > directory These looks ugly. I know. These lines clean up old sgml dirs. Someone can surround them with if's in PRE_BUILD at the end to remove these dirs only if they exist. > install-catalog: removal of /usr/share/sgml/docbook/sgml/catalog from > /etc/sgml/catalog > Warning: /usr/share/sgml/docbook/sgml/catalog was not found in the > centralized catalog /etc/sgml/catalog Same here like above. I can grep /etc/sgml/catalog looking if path exist and remove it only when exist. But it is now 01:46 a.m. and I'm too sleepy to do this without making mistakes. P.S. Cut posts please. All commit info needed is in mail subject. There is no reason to put all commit details into mail body. have a nice day, Zbigniew Luszpinski -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4595 bytes Desc: not available URL: From duncan.gibson at xs4all.nl Tue Aug 24 23:17:31 2010 From: duncan.gibson at xs4all.nl (Duncan Gibson) Date: Tue, 24 Aug 2010 23:17:31 +0200 Subject: [Lunar-commits] docbook: major fix, rebuild, ... In-Reply-To: <201008150130.23996.zbiggy@o2.pl> References: <20100814205851.393F69B21B@doppio.foo-projects.org> <201008141833.48215.dennisveatch@bellsouth.net> <201008150130.23996.zbiggy@o2.pl> Message-ID: <13faf544858f39b0728618db0831da24.squirrel@webmail.xs4all.nl> Full subject was: Re: [Lunar-commits] docbook: major fix, rebuild and cleanup Lunar's docbook implementation was a complete mess. Some modules had broken build when xmlto was installed because docbook imlementation was bad and broken causing xml validation to fail and break build. >> Docbook-utils; > > Fixed. Do lunar update to receive updated docbook-sgml module. Then > install it and again lin docbook-utils. zbiggy, I give you full marks for daring to open the docbook can of worms, but something is still not quite right, because the update and the fix you proposed above don't work for me after a fresh install of the official 1.6.5-x86_64 ISO. Full details available at: http://bugs.lunar-linux.org/view.php?id=432 Cheers Duncan / engelsman From duncan.gibson at xs4all.nl Tue Aug 24 23:42:18 2010 From: duncan.gibson at xs4all.nl (Duncan Gibson) Date: Tue, 24 Aug 2010 23:42:18 +0200 Subject: [Lunar-commits] docbook: major fix, rebuild, ... In-Reply-To: <13faf544858f39b0728618db0831da24.squirrel@webmail.xs4all.nl> References: <20100814205851.393F69B21B@doppio.foo-projects.org> <201008141833.48215.dennisveatch@bellsouth.net> <201008150130.23996.zbiggy@o2.pl> <13faf544858f39b0728618db0831da24.squirrel@webmail.xs4all.nl> Message-ID: <72a97a664f8b56014917d2a8c5557b0c.squirrel@webmail.xs4all.nl> >>> Docbook-utils; >> >> Fixed. Do lunar update to receive updated docbook-sgml module. Then >> install it and again lin docbook-utils. > > zbiggy, > > I give you full marks for daring to open the docbook can of worms, but > something is still not quite right, because the update and the fix you > proposed above don't work for me after a fresh install of the official > 1.6.5-x86_64 ISO. After a final check, an update and apology: I just ran 'lunar update' again (giving an 'lrm moonbase-20100824.01' and a 'lin moonbase-20100824.23') which resulted in the update of sqlite from 3.7.1 to 3.7.2. After the 'lunar fix' had completed, I ran 'lin -rc docbook-sgml' and then 'lin -rc docbook-utils' which then installed successfully. So my apologies: your proposed fix does work after all. Cheers Duncan / engelsman From zbiggy at o2.pl Tue Aug 24 23:50:02 2010 From: zbiggy at o2.pl (Zbigniew Luszpinski) Date: Tue, 24 Aug 2010 23:50:02 +0200 Subject: [Lunar-commits] docbook: major fix, rebuild, ... In-Reply-To: <13faf544858f39b0728618db0831da24.squirrel@webmail.xs4all.nl> References: <20100814205851.393F69B21B@doppio.foo-projects.org> <201008150130.23996.zbiggy@o2.pl> <13faf544858f39b0728618db0831da24.squirrel@webmail.xs4all.nl> Message-ID: <201008242350.10126.zbiggy@o2.pl> > zbiggy, > > I give you full marks for daring to open the docbook can of worms, but > something is still not quite right, because the update and the fix you > proposed above don't work for me after a fresh install of the official > 1.6.5-x86_64 ISO. > > Full details available at: > http://bugs.lunar-linux.org/view.php?id=432 I have just downloaded 32bit 1.6.5 iso. When lunar fix of *.la files finishes I will install it and try to lin jade. docbooks are arch independent so this bug should be reproducible. Will let you know my findings. have a nice day, Zbigniew Luszpinski -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4595 bytes Desc: not available URL: From duncan.gibson at xs4all.nl Thu Aug 26 00:59:26 2010 From: duncan.gibson at xs4all.nl (Duncan Gibson) Date: Thu, 26 Aug 2010 00:59:26 +0200 Subject: lvu links monodevelop ? Message-ID: <3e3626f7003cadc9f2a223713348be61.squirrel@webmail.xs4all.nl> I don't want to use mono, as such, but I wanted see know the monodevelop problem in http://bugs.lunar-linux.org/view.php?id=341 is still valid, but on my fresh 1.6.5 installed machine I don't even get as far as monodevelop itself failing to build. Mine fails with errors about PrintJob and PrintDialog in gtksourceview-sharp. I've googled for the errors without finding anything useful, but I'm assuming that it's all down to a missing dependency. monodevelop was updated one day after its last release so someone should have built it. Would that someone be kind enough to send me the results of running "lvu links monodevelop" so I can try to work out what the missing dependency is? Cheers D. From ratler at lunar-linux.org Fri Aug 27 22:46:35 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Fri, 27 Aug 2010 22:46:35 +0200 Subject: Developer - Poll results - And the next step Message-ID: <1282941995.18450.27.camel@localhost> Dear developers, It's time to end the poll and review the result. The top 10 results wanted by the developers by order of priority are listed below: 1 1.8 I know Lunar isn't looking for world domination, but we should "advertise" a bit to raise the Lunar profile. We need to bring in some more contributors, and hopefully developers, to share some of the testing and workload. With more developers, we could also release a new ISO more regularly, raising the awareness level, and so on. 2 2.3 Check and fix dependencies for modules, starting with the most important ones. 3 2.3 Revise the wiki pages. E.g. streamline the Writing Modules / Module Guidelines / DETAILS / BUILD / pages. Overhaul the references to X11R6, linux-2.4, etc. 4 2.3 See which old bugs are still valid and which can be closed. 5 2.3 rewrite lnet 6 2.3 hardware auto-detection and driver install plus autoconfiguration 7 2.4 Improved handling of removed or renamed modules. Would it be possible to save the removed module files in zlocal or similar so the user has a chance to do something with them? For renamed modules, is there some way of creating a "redirect" from the old name to the new name? 8 2.4 Dependecies - We need some way to define more than one dependecy with the same "description" for example libsoup needs gnome-keyring (dev files) + gconf if used with gnome. Saying n to one of them would cause --without-gnome (which is bad and makes the second question useless). 9 2.5 Add default_cmake and default_perl functions like there is for default_build. 10 2.5 Fix the zlocal depends problem, where the main moonbase version overrides the zlocal version. The initial idea was to pick the 5 highest rated ideas, however after reviewing the result the top 10 is probably more in order. Some ideas are easy to fix, others will require a joint effort. Next we need developers to volounteer and pick one or two ideas, if the idea is big enough to require a small team it's up to you to co-ordinate and plan the work, talk with the developers you think you need to accomplish the task at hand. When ideas have been choosen we either add them as a feature request, improvment or bug on the bugtracker. This will make it easier when working together by adding comments on the current progression, it will also allow for everyone else to follow the progress or even assist with solutions. Questions or any suggestions? Next all you need to do is pick an idea and tell us which one it is. I will try to sum it up when the mail start flying in. -- Sincerely Stefan Wold Lunar Linux developer PGP public key 9FF9A9CF (Key roll over - Old key: 6E810F05) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: From jean.bruenn at ip-minds.de Fri Aug 27 22:50:31 2010 From: jean.bruenn at ip-minds.de (Jean-Michel Bruenn) Date: Fri, 27 Aug 2010 22:50:31 +0200 Subject: Developer - Poll results - And the next step In-Reply-To: <1282941995.18450.27.camel@localhost> References: <1282941995.18450.27.camel@localhost> Message-ID: <20100827225031.5b1b68dd.jean.bruenn@ip-minds.de> Heydiho > 3 2.3 Revise the wiki pages. E.g. streamline > the Writing Modules / Module Guidelines / DETAILS / BUILD / > pages. Overhaul the references to X11R6, linux-2.4, etc. count me in > 5 2.3 rewrite lnet count me in (if help is needed) > 6 2.3 hardware auto-detection and driver install plus > autoconfiguration count me in Cheers -- Jean-Michel Bruenn From duncan.gibson at xs4all.nl Sat Aug 28 09:51:53 2010 From: duncan.gibson at xs4all.nl (Duncan Gibson) Date: Sat, 28 Aug 2010 09:51:53 +0200 Subject: lvu links monodevelop ? In-Reply-To: <3e3626f7003cadc9f2a223713348be61.squirrel@webmail.xs4all.nl> References: <3e3626f7003cadc9f2a223713348be61.squirrel@webmail.xs4all.nl> Message-ID: <5152c2784e1f8e2343504b5b944cbe1a.squirrel@webmail.xs4all.nl> > I don't want to use mono, as such, but I wanted see know the monodevelop > problem in http://bugs.lunar-linux.org/view.php?id=341 is still valid, > > but on my fresh 1.6.5 installed machine I don't even get as far as > monodevelop itself failing to build. Mine fails with errors about > PrintJob and PrintDialog in gtksourceview-sharp. I've googled for > the errors without finding anything useful, but I'm assuming that > it's all down to a missing dependency. Finally tweaked the gtksourceview-sharp BUILD to comment out building the sample directory where this problem showed up. So it compiles and installs, and now so does monodevelop. Now almost all of the open bug reports on the tracker relate to lunar ! D. From zbiggy at o2.pl Sun Aug 29 23:14:25 2010 From: zbiggy at o2.pl (Zbigniew Luszpinski) Date: Sun, 29 Aug 2010 23:14:25 +0200 Subject: Lunar Linux 1.6.5 ISO: 2 things needs some fine tuning Message-ID: <201008292314.37215.zbiggy@o2.pl> Hello, I have just installed Lunar Linux 1.6.5 ISO 32bit. Here are some things which would be nice to improve: Lunar Linux installer: "Select Time Zone" menu (last screen of Lunar installer): someone forgot to add whole continent: the Europe. The previous Lunar installers have Europe and European countries in time zone menu so this is regression bug. Default kernel configuration: it is good to add VMware network driver: VMX net 3. Some people try Linux first as virtual guest. Often use VMware. This network driver can be activated by enabling: CONFIG_VMXNET3 at .config file of kernel. have a nice day, Zbigniew Luszpinski -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4595 bytes Desc: not available URL: From ratler at lunar-linux.org Mon Aug 30 06:55:54 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Mon, 30 Aug 2010 06:55:54 +0200 Subject: Lunar Linux 1.6.5 ISO: 2 things needs some fine tuning In-Reply-To: <201008292314.37215.zbiggy@o2.pl> References: <201008292314.37215.zbiggy@o2.pl> Message-ID: <1283144154.21965.7.camel@localhost> On Sun, 2010-08-29 at 23:14 +0200, Zbigniew Luszpinski wrote: > Hello, > > I have just installed Lunar Linux 1.6.5 ISO 32bit. > Here are some things which would be nice to improve: > > Lunar Linux installer: "Select Time Zone" menu (last screen of Lunar > installer): someone forgot to add whole continent: the Europe. > The previous Lunar installers have Europe and European countries in time > zone menu so this is regression bug. Please check this again, I see Europe on both i686 and x86_64 ISOs. That one would not slip through my testing, I do live in Europe myself ;) > > Default kernel configuration: it is good to add VMware network driver: VMX > net 3. Some people try Linux first as virtual guest. Often use VMware. > This network driver can be activated by enabling: CONFIG_VMXNET3 at > .config file of kernel. Noted. This is however something that you should have told me already during beta and rc releases. I expect our developers to actually test our releases before we go final. -- Sincerely Stefan Wold Lunar Linux developer PGP public key 9FF9A9CF (Key roll over - Old key: 6E810F05) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: From samuel.verstraete at gmail.com Mon Aug 30 21:10:03 2010 From: samuel.verstraete at gmail.com (samuel) Date: Mon, 30 Aug 2010 21:10:03 +0200 Subject: [Lunar-commits] docbook: major fix, rebuild, ... In-Reply-To: <201008242350.10126.zbiggy@o2.pl> References: <20100814205851.393F69B21B@doppio.foo-projects.org> <201008150130.23996.zbiggy@o2.pl> <13faf544858f39b0728618db0831da24.squirrel@webmail.xs4all.nl> <201008242350.10126.zbiggy@o2.pl> Message-ID: this ain't working for me... docbook-sgml is still failing on my brand new x86-64 1.6.5 install. fix it! On Tue, Aug 24, 2010 at 11:50 PM, Zbigniew Luszpinski wrote: >> zbiggy, >> >> I give you full marks for daring to open the docbook can of worms, but >> something is still not quite right, because the update and the fix you >> proposed above don't work for me after a fresh install of the official >> 1.6.5-x86_64 ISO. >> >> Full details available at: >> http://bugs.lunar-linux.org/view.php?id=432 > > I have just downloaded 32bit 1.6.5 iso. > When lunar fix of *.la files finishes I will install it and try to lin > jade. > > docbooks are arch independent so this bug should be reproducible. > Will let you know my findings. > > have a nice day, > Zbigniew Luszpinski > > _______________________________________________ > Lunar-dev mailing list > Lunar-dev at lunar-linux.org > http://foo-projects.org/mailman/listinfo/lunar-dev > From samuel.verstraete at gmail.com Mon Aug 30 21:13:03 2010 From: samuel.verstraete at gmail.com (samuel) Date: Mon, 30 Aug 2010 21:13:03 +0200 Subject: [Lunar-commits] docbook: major fix, rebuild, ... In-Reply-To: References: <20100814205851.393F69B21B@doppio.foo-projects.org> <201008150130.23996.zbiggy@o2.pl> <13faf544858f39b0728618db0831da24.squirrel@webmail.xs4all.nl> <201008242350.10126.zbiggy@o2.pl> Message-ID: compile log: http://foo-projects.org/~elangelo/docbook-sgml-4.5.bz2 On Mon, Aug 30, 2010 at 9:10 PM, samuel wrote: > this ain't working for me... docbook-sgml is still failing on my brand > new x86-64 1.6.5 install. fix it! > > On Tue, Aug 24, 2010 at 11:50 PM, Zbigniew Luszpinski wrote: >>> zbiggy, >>> >>> I give you full marks for daring to open the docbook can of worms, but >>> something is still not quite right, because the update and the fix you >>> proposed above don't work for me after a fresh install of the official >>> 1.6.5-x86_64 ISO. >>> >>> Full details available at: >>> http://bugs.lunar-linux.org/view.php?id=432 >> >> I have just downloaded 32bit 1.6.5 iso. >> When lunar fix of *.la files finishes I will install it and try to lin >> jade. >> >> docbooks are arch independent so this bug should be reproducible. >> Will let you know my findings. >> >> have a nice day, >> Zbigniew Luszpinski >> >> _______________________________________________ >> Lunar-dev mailing list >> Lunar-dev at lunar-linux.org >> http://foo-projects.org/mailman/listinfo/lunar-dev >> >