You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Rich Bowen <rb...@rcbowen.com> on 2013/02/24 18:50:36 UTC

Build failure

Getting a build failure in the 2.2 docs. I hope that this is a teddy bear question and I solve it as soon as I send this, but if anyone can give me a shove in the right direction ...

I haven't touched 2.2 in a while.


[rbowen@NCC1701:manual/build]$ ./build.sh all                                                                                                                                       (02-24 12:49)
Buildfile: build.xml

de:
     [echo] checking HTML documentation (de)...

modulelists:
     [echo] checking modulelists...
     [echo] modulelists are up to date.

metafiles:
     [echo] checking metafiles...
   [delete] Deleting 10 files from /Users/rbowen/devel/apache/httpd-2.2.x/docs/manual
     [echo] metafiles are up to date.
     [xslt] Processing /Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/manual/mod/allmodules.xml.de to /Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/manual/mod/allmodules.html.de
     [xslt] Loading stylesheet /Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/style/manual.de.xsl
     [xslt] file:/Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/style/xsl/common.xsl:85:38: Warning! 
     [xslt]             Invalid metafile. Probably your build system is not up-to-date.
     [xslt]             Get a current version and try again.
     [xslt]         
     [xslt] : Fatal Error! Stylesheet directed termination
     [xslt] file:/Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/style/xsl/common.xsl:85:38: Fatal Error! Fatal error during transformation Cause: Fatal error during transformation
     [xslt] Failed to process /Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/manual/mod/allmodules.xml.de

BUILD FAILED
/Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/style/lang-targets.xml:35: The following error occurred while executing this line:
/Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/build/build.xml:339: The following error occurred while executing this line:
/Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/build/build.xml:362: Fatal error during transformation
-- 
Rich Bowen
rbowen@rcbowen.com :: @rbowen
rbowen@apache.org







Re: Build failure

Posted by Rich Bowen <rb...@rcbowen.com>.
On Feb 24, 2013, at 12:05 PM, André Malo wrote:

> Hi,
> 
> Maybe an incomplete switch or broken checkout? Or simply copied stuff from 
> 2.4.x?


Sounds likely. I ended up blowing away my checkout and getting a fresh one. extraclean didn't work. It's working now

-- 
Rich Bowen
rbowen@rcbowen.com :: @rbowen
rbowen@apache.org







Re: Build failure

Posted by André Malo <nd...@perlig.de>.
Hi,

Maybe an incomplete switch or broken checkout? Or simply copied stuff from 
2.4.x?

Regarding the commands: bootstrap is only needed after one added a new 
language (it generates the language style files).

extraclean removes all generated files. Metafile errors should go away after 
running extraclean. If not, it may be a perl-related error, too. hrm.

nd

* Rainer Jung wrote:

> Hi Rich,
>
> On 24.02.2013 19:05, Rich Bowen wrote:
> > On Feb 24, 2013, at 9:50 AM, Rich Bowen wrote:
> >> Getting a build failure in the 2.2 docs. I hope that this is a teddy
> >> bear question and I solve it as soon as I send this, but if anyone can
> >> give me a shove in the right direction ...
> >
> > This seems related, too:
> >
> >      [xslt]
> > file:/Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/style/xsl/commo
> >n.xsl:388:66: Warning! Can not load requested doc:
> > /Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/style/lang/da.xml
> > (No such file or directory)
> >
> > Did someone add a language and forget to add a style file?
>
> I just now did a full 2.2. docs rebuild. Didn't run into that problem. I
> also don't find any reference to "da" as a language in 2.2.
>
> The commands I ran were:
>
> build.sh extraclean bootstrap modulelists metafiles \
>            convmap typemaps validate-xml
>
> and
>
> build.sh all convmap typemaps validate-xhtml
>
> Perhaps double check whether docs and docs-build are up-to-date and
> don't contain uncommitted changes.
>
> Regards,
>
> Rainer
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
> For additional commands, e-mail: docs-help@httpd.apache.org



-- 
$_=q?tvc!uif)%*|#Bopuifs!A`#~tvc!Xibu)%*|qsjou#Kvtu!A`#~tvc!KBQI!)*|~
tvc!ifmm)%*|#Qfsm!A`#~tvc!jt)%*|(Ibdlfs(~  # What the hell is JAPH? ;
@_=split/\s\s+#/;$_=(join''=>map{chr(ord(  #             André Malo ;
$_)-1)}split//=>$_[0]).$_[1];s s.*s$_see;  #  http://www.perlig.de/ ;

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: Build failure

Posted by Rainer Jung <ra...@kippdata.de>.
Hi Rich,

On 24.02.2013 19:05, Rich Bowen wrote:
> 
> On Feb 24, 2013, at 9:50 AM, Rich Bowen wrote:
> 
>> Getting a build failure in the 2.2 docs. I hope that this is a teddy
>> bear question and I solve it as soon as I send this, but if anyone can
>> give me a shove in the right direction ...
> 
> 
> 
> This seems related, too:
> 
>      [xslt]
> file:/Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/style/xsl/common.xsl:388:66:
> Warning! Can not load requested doc:
> /Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/style/lang/da.xml (No
> such file or directory)
> 
> Did someone add a language and forget to add a style file?

I just now did a full 2.2. docs rebuild. Didn't run into that problem. I
also don't find any reference to "da" as a language in 2.2.

The commands I ran were:

build.sh extraclean bootstrap modulelists metafiles \
           convmap typemaps validate-xml

and

build.sh all convmap typemaps validate-xhtml

Perhaps double check whether docs and docs-build are up-to-date and
don't contain uncommitted changes.

Regards,

Rainer


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: Build failure

Posted by Rich Bowen <rb...@rcbowen.com>.
On Feb 24, 2013, at 9:50 AM, Rich Bowen wrote:

> Getting a build failure in the 2.2 docs. I hope that this is a teddy bear question and I solve it as soon as I send this, but if anyone can give me a shove in the right direction ...



This seems related, too:

     [xslt] file:/Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/style/xsl/common.xsl:388:66: Warning! Can not load requested doc: /Users/rbowen/devel/apache/httpd-2.2.x/docs/manual/style/lang/da.xml (No such file or directory)

Did someone add a language and forget to add a style file?


-- 
Rich Bowen
rbowen@rcbowen.com :: @rbowen
rbowen@apache.org