bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] error building latest src


From: Michael Petch
Subject: Re: [Bug-gnubg] error building latest src
Date: Thu, 15 Jan 2009 16:21:42 -0700
User-agent: Microsoft-Entourage/11.4.0.080122

On 1/15/09 3:06 PM, "w bugar" <address@hidden> wrote:
> if [ -n "pstopnm" -a -n "pnmscale" -a -n "pnmtopng" ]; then \
> pstopnm -portrait -xsize 1024 annealing.eps; \
> pnmscale 0.5 < annealing.eps001.ppm | pnmtopng > \
> ./annealing.png; fi
> pstopnm: Unable to open file 'annealing.eps' for reading.  fopen() returns
> errno 2 (No such file or directory)
> /bin/sh: line 2: annealing.eps001.ppm: No such file or directory

It is more than likely you don't have gnuplot installed on your system.
This error message indicates it managed to build the Gnubg executables, but
dies building the documentation.

In the version of gnubg you are building, Gnuplot is used to create the
annealing diagram in the documentation. If you were to build gnubg without
the docs (if you didn't need them) you could avoid this error. I believe
that this has been rectified in later releases of the source code.

I'm not sure you can install new packages on your system. If you can I'd
install the gnuplot rpm, and retry the build.


On 1/15/09 3:06 PM, "w bugar" <address@hidden> wrote:

> With the CFLAGS=-msse, I get the following from make:
> 

> pnmtopng: Error reading magic number from Netpbm image stream.  Most often,
> this means your input file is empty.
> make[2]: *** [annealing.png] Error 1
> make[2]: Leaving directory `/root/rpmbuild/BUILD/gnubg-0.15/doc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/rpmbuild/BUILD/gnubg-0.15'
> make: *** [all] Error 2
> error: Bad exit status from /var/tmp/rpm-tmp.Z4yPmW (%build)
> 
> 
> RPM build errors:
>     user pggnubg does not exist - using root
>     group ace does not exist - using root
>     Bad exit status from /var/tmp/rpm-tmp.Z4yPmW (%build)
> address@hidden bin]#
> 
> 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]