Amanda-Users

Re: Error in building 2.5.0p2 on Solaris 9

2006-05-18 06:08:54
Subject: Re: Error in building 2.5.0p2 on Solaris 9
From: Paul Bijnens <paul.bijnens AT xplanation DOT com>
To: George <gmangeo AT gmail DOT com>
Date: Thu, 18 May 2006 12:03:52 +0200
On 2006-05-16 18:20, George wrote:

I'm attempting to compile and install amanda-2.5.0p2 on a 2-way Sunfire V210 running Solaris 9 w/ 2gb RAM. Compiler is gcc, v3.4.2, linker is Sun's supplied /usr/ccs/bin/ld. Worthy of note is that this same package configured and compiled flawlessly on a 2-way Dell 1850 server running RHES 3.0.

Here are my configure parameters:

./configure --prefix=/usr/local/prdamanda --with-index-server=amanda2 --with-user=prdamanda --with-group=disk --with-config=prodbackup --with-tmpdir=/tmp/prdamanda --with-gnutar=/usr/local/bin/tar

========================================
The configure runs to completion with no warnings or errors save one, GNUplot not being installed. No biggie there. The "make" produces the following warnings as it proceeds through the building the code:

[...]

../common-src/amanda-int.h:339:1: warning: "UINT8_MAX" redefined
[...]
=============================================
Despite the warnings, everything goes smoothly until the build process reaches the building the "man" pages section, when it errors out completely:

No idea about those warnings...


[...]

creating amrecover
Making all in man
/usr/local/libxslt/sparcv9/bin/xsltproc --path ./xslt/ --xinclude --stringparam latex.imagebasedir "amanda.conf.5/" --stringparam noreference 1 --output xml-source/amanda.conf.5.proc.xml ./xslt/expand-sambadoc.xsl xml-source/amanda.conf.5.xml /usr/local/libxslt/sparcv9/bin/xsltproc --path ./xslt/ --output amanda.conf.5 man.xsl xml-source/amanda.conf.5.proc.xml warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl";
compilation error: file ./xslt//man.xsl line 8 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
*** Error code 5
make: Fatal error: Command failed for target `amanda.conf.5'
Current working directory /export/home/gkofoed/amanda-2.5.0p2/man
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

==================================

Not sure where to go from here, I've never seen this when building amanda from source before. If I've missed supplying any necessary information to help trouble-shoot, please let me know. Any help/guidance appreciated. Thanks.


To suppress the xls errors, you can quickly configure with:
  ./configure --with-user=...  --without-built-manpages

This way, the installer will use the prebuilt man pages instead of
building them from the xml source again.




--
Paul Bijnens, xplanation Technology Services        Tel  +32 16 397.511
Technologielaan 21 bus 2, B-3001 Leuven, BELGIUM    Fax  +32 16 397.512
http://www.xplanation.com/          email:  Paul.Bijnens AT xplanation DOT com
***********************************************************************
* I think I've got the hang of it now:  exit, ^D, ^C, ^\, ^Z, ^Q, ^^, *
* F6, quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye, /bye, *
* stop, end, F3, ~., ^]c, +++ ATH, disconnect, halt,  abort,  hangup, *
* PF4, F20, ^X^X, :D::D, KJOB, F14-f-e, F8-e,  kill -1 $$,  shutdown, *
* init 0, kill -9 1, Alt-F4, Ctrl-Alt-Del, AltGr-NumLock, Stop-A, ... *
* ...  "Are you sure?"  ...   YES   ...   Phew ...   I'm out          *
***********************************************************************


<Prev in Thread] Current Thread [Next in Thread>