Christopher Browne cbbrowne
Thu Jun 9 18:26:44 PDT 2005
Manuel Garc?a wrote:

>  
>
> Hello, I need some help,I tried to install slony-I beta 5 but when I
> execute the gmake all doesn?t finish correctly.
>
>  
>
> I have installed postgresql 7.4.2 but my installation was made with a
> binary file and the path is /var/lib/pgsql
>
> My Operative System is Fedora Core 2
>
> Then I got the source code of postgresql 7.4.2 and put this
> information in the next path
>
> /usr/local/src/postgresql-7.4.2
>
> then I configure the source tree like is explain in the installation
> document.
>
> ./configure --with-pgsourcetree=/usr/local/src/postgresql-7.4.2
>
> I have gmakee version 3.80 and gcc version 3.3.3
>
> And I did all the operation with root user.
>
>  
>
> But when finally execute gmake all
>
> That is the result, somebody can give me and advice
>
>  I am only attach some segmenst of the log beacause if I attaching all
> this mail is too big
>
>  
>
> gmake[1]: Entering directory `/usr/local/src/slony1-1.1.0.beta5/src'
> gmake[2]: Entering directory `/usr/local/src/slony1-1.1.0.beta5/src/xxid'
> gmake[2]: No se hace nada para `all'.
> gmake[2]: Leaving directory `/usr/local/src/slony1-1.1.0.beta5/src/xxid'
> gmake[2]: Entering directory `/usr/local/src/slony1-1.1.0.beta5/src/slon'
> gmake[2]: No se hace nada para `all'.
> gmake[2]: Leaving directory `/usr/local/src/slony1-1.1.0.beta5/src/slon'
> gmake[2]: Entering directory
> `/usr/local/src/slony1-1.1.0.beta5/src/slonik'
> gmake[2]: No se hace nada para `all'.
> gmake[2]: Leaving directory `/usr/local/src/slony1-1.1.0.beta5/src/slonik'
> gmake[2]: Entering directory
> `/usr/local/src/slony1-1.1.0.beta5/src/backend'
> gmake[2]: No se hace nada para `all'.
> gmake[2]: Leaving directory
> `/usr/local/src/slony1-1.1.0.beta5/src/backend'
> gmake[2]: Entering directory
> `/usr/local/src/slony1-1.1.0.beta5/src/ducttape'
> gmake[2]: No se hace nada para `all'.
> gmake[2]: Leaving directory
> `/usr/local/src/slony1-1.1.0.beta5/src/ducttape'
> gmake[1]: Leaving directory `/usr/local/src/slony1-1.1.0.beta5/src'
> gmake[1]: Entering directory `/usr/local/src/slony1-1.1.0.beta5/tools'
> for subdir in altperl ; do \
>           gmake -C $subdir all ; \
>         done
> gmake[2]: Entering directory
> `/usr/local/src/slony1-1.1.0.beta5/tools/altperl'
> gmake[2]: Leaving directory
> `/usr/local/src/slony1-1.1.0.beta5/tools/altperl'
> gmake[1]: Leaving directory `/usr/local/src/slony1-1.1.0.beta5/tools'
> gmake[1]: Entering directory `/usr/local/src/slony1-1.1.0.beta5/doc'
> gmake[2]: Entering directory
> `/usr/local/src/slony1-1.1.0.beta5/doc/concept'
> gmake[2]: No se hace nada para `all'.
> gmake[2]: Leaving directory
> `/usr/local/src/slony1-1.1.0.beta5/doc/concept'
> gmake[2]: Entering directory
> `/usr/local/src/slony1-1.1.0.beta5/doc/implementation'
> gmake[2]: No se hace nada para `all'.
> gmake[2]: Leaving directory
> `/usr/local/src/slony1-1.1.0.beta5/doc/implementation'
> gmake[2]: Entering directory `/usr/local/src/slony1-1.1.0.beta5/doc/howto'
> gmake[2]: No se hace nada para `all'.
> gmake[2]: Leaving directory `/usr/local/src/slony1-1.1.0.beta5/doc/howto'
> gmake[2]: Entering directory
> `/usr/local/src/slony1-1.1.0.beta5/doc/adminguide'
> { \
> echo "<!entity version \"HEAD_20050510\">"; \
> echo "<!entity majorversion \"`expr HEAD_20050510 :
> '\([0-9][0-9]*\.[0-9][0-9]*\)'`\">"; \
> } >version.sgml
>
>  
>
> openjade:schemadoc.xml:9213:72:Q: length of name token must not exceed
> NAMELEN (44)
> openjade:stylesheet.dsl:2:73:W: cannot generate system identifier for
> public text "-//James Clark//DTD DSSSL Style Sheet//EN"
> openjade:stylesheet.dsl:10:91:W: cannot generate system identifier for
> public text "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN"
>
>  
>
>   replication set,
>      Replication Set
>   Sslon,
>     slon
>   slonik,
>     slonik
>   Slony-I for PostgreSQL version upgrades,
>     Using Slony-I for PostgreSQL Upgrades
>   sql_on_connection configuration parameter,
>     Connection settings
>   subscriber node,
>      Origin, Providers and Subscribers
>   subscribing nodes,
>     Subscribing Nodes
>   sync_group_maxsize configuration parameter,
>     Event Tuning
>   sync_interval configuration parameter,
>     Event Tuning
>   sync_interval_timeout configuration parameter,
>     Event Tuning
>   syslog configuration parameter,
>     Logging
>   syslog_facility configuration parameter,
>     Logging
>   syslog_ident configuration parameter,
>     Logging
>   Vvac_frequency configuration parameter,
>     Event Tuning
>   gmake[2]: *** [html] Error 1
> gmake[2]: Leaving directory
> `/usr/local/src/slony1-1.1.0.beta5/doc/adminguide'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory `/usr/local/src/slony1-1.1.0.beta5/doc'
> gmake: *** [all] Error 2
>
This is a known problem with Red Hat's various distributions which
reflects a problem first reported to them in 2001.

See: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159382

Reports are that the NAMELEN problem will be resolved in Fedora Core
version 4 and in some future release of RHES/RHAS, but that won't help you.

We have since changed the configuration to not bother building the
documentation unless you expressly request it via the "--with-docs" option.

The above problem you observe is NOT a problem in building the Slony-I
replication engine; it is a problem with building the "admin guide"
documentation.  You can avoid the problem by heading to the "src"
directory and doing the "make install" from there.  Alternatively, you
may check out the latest code from CVS.

We're planning to produce a release candidate tarball tomorrow which may
also be more suitable for you.


More information about the Slony1-general mailing list