On Feb 9, 9:09 am, gedaliah <gwol...@gmail.com> wrote:

Hi,

> This looks like the relevant portion of the log --
>
> if /bin/sh /local/ftp/linux/sage/sage-3.2.3/spkg/build/gnutls-2.2.1.p1/
> src/build-aux/missing --run makeinfo -I ../doc  -I . \
>  -o gnutls.info gnutls.texi; \
> then \
>   rc=0; \
>   cd .; \
> else \
>   rc=$?; \
>   cd . && \
>   $restore $backupdir/* `echo "./gnutls.info" | sed 's|[^/]*$||'`; \
> fi; \
> rm -rf $backupdir; exit $rc
> /local/ftp/linux/sage/sage-3.2.3/spkg/build/gnutls-2.2.1.p1/src/doc//
> signatures.texi:14: Unknown command `euro'.

Texi doesn't know about the Euro.

<SNIP>

> GCC Version
> gcc -v
> Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.6/specs
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --
> infodir=/usr/share/info --enable-shared --enable-threads=posix --
> disable-checking --w
> Thread model: posix
> gcc version 3.4.6 20060404 (Red Hat 3.4.6-10)
>
> Let me know if you need anything else.

I have seen the above error reported once way back and it was also
RHEL4. As mentioned above Texi doesn't know what the Euro is - tsk
tsk.

Anyway, so more info on your system: How current a RHEL 4 system is
it? I have a RHEL 4.6 or 4.7 vmaware image, but I have never broken it
out to test the build of Sage on it. We could add it to our testing
lineup if there was sufficient demand.

We could also probably fix the issue by having gnutls not build any
Texi documentation since I don't think anyone would miss that. Another
possibility would be to edit the afftected file and throw out the
macros that cause the problems and replace them by something else.

> Thanks

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to