|
 |
Le 21/06/2011 12:46, Jan-Philip Gehrcke a écrit :
> Le_Forgeron <lef### [at] free fr> wrote:
>> Do you have X11 running ?
>> ("make check" expects to open a X window and render biscuit.pov... )
>>
>> rendering of biscuit.pov is rather short, and you have to click on the
>> window to exit povray once rendered.
>>
>> Can you interrupt ?(ctrl-c)
>> And retry ?
>
> Quick response :-)
>
> Oh.. yes, I am running X11 and there does not open up any window during 'make
> check'. Ctrl+C and TERM did not work, I had to use SIGKILL (at first on 'make
> check' and then on povray because it daemonized).
>
> I now retried 'make check' and observed the same behavior. While povray hangs,
> it does not show up in 'xlsclients' nor in 'netstat -nlp'
>
> Any further suggestions? Is it a problem that povray does not find its
> configuration file, as stated in the big log file in the opening post (it should
> do well without, shouldn't it?)?
>
>
The missing configuration file is not an issue.
It should continue like:
> ./unix/povray +i./scenes/advanced/biscuit.pov -f +d +p +v +w320 +h240 +a0.3
+L./include
> povray: This is a RELEASE CANDIDATE version of POV-Ray. General distribution is
discouraged.
> povray: cannot open the system configuration file
/home/grimbert/povray37/etc/povray/3.7/povray.conf: No such file or directory
> Persistence of Vision(tm) Ray Tracer Version 3.7.0.RC3 (g++ 4.4.3 @
> x86_64-unknown-linux-gnu)
> This is a release candidate of POV-Ray version 3.7.0.
> General distribution is strongly discouraged.
Now, you are on a system which insist on putting 32 bits libraries in
/usr/lib despite it being a 64 bits system...
The 100% CPU is strange too. But I tested only with boost 1.40 installed
on system.
What does "ldd unix/povray" provides ?
(any missing or strange libraries ?)
Have you checked LD_LIBRARY_PATH environment variable ?
Mine is (ubuntu x86_64, working, but boost installed for all):
> $ ldd unix/povray
> linux-vdso.so.1 => (0x00007fffe91f6000)
> libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x00007fa12804e000)
> libXpm.so.4 => /usr/lib/libXpm.so.4 (0x00007fa127e3d000)
> libSM.so.6 => /usr/lib/libSM.so.6 (0x00007fa127c33000)
> libICE.so.6 => /usr/lib/libICE.so.6 (0x00007fa127a18000)
> libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fa1276e2000)
> libIlmImf.so.6 => /usr/lib/libIlmImf.so.6 (0x00007fa127420000)
> libz.so.1 => /lib/libz.so.1 (0x00007fa127209000)
> libImath.so.6 => /usr/lib/libImath.so.6 (0x00007fa127003000)
> libHalf.so.6 => /usr/lib/libHalf.so.6 (0x00007fa126dbf000)
> libIex.so.6 => /usr/lib/libIex.so.6 (0x00007fa126ba0000)
> libIlmThread.so.6 => /usr/lib/libIlmThread.so.6 (0x00007fa126999000)
> libtiff.so.4 => /usr/lib/libtiff.so.4 (0x00007fa126736000)
> libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x00007fa126512000)
> libpng12.so.0 => /lib/libpng12.so.0 (0x00007fa1262eb000)
> librt.so.1 => /lib/librt.so.1 (0x00007fa1260e2000)
> libboost_thread.so.1.40.0 => /usr/lib/libboost_thread.so.1.40.0
(0x00007fa125ecc000)
> libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fa125bb8000)
> libm.so.6 => /lib/libm.so.6 (0x00007fa125934000)
> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007fa12571d000)
> libpthread.so.0 => /lib/libpthread.so.0 (0x00007fa125500000)
> libc.so.6 => /lib/libc.so.6 (0x00007fa12517c000)
> libasound.so.2 => /usr/lib/libasound.so.2 (0x00007fa124e9b000)
> libdl.so.2 => /lib/libdl.so.2 (0x00007fa124c97000)
> libdirectfb-1.2.so.0 => /usr/lib/libdirectfb-1.2.so.0 (0x00007fa124a13000)
> libfusion-1.2.so.0 => /usr/lib/libfusion-1.2.so.0 (0x00007fa124809000)
> libdirect-1.2.so.0 => /usr/lib/libdirect-1.2.so.0 (0x00007fa1245f0000)
> libuuid.so.1 => /lib/libuuid.so.1 (0x00007fa1243ea000)
> libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fa1241ce000)
> /lib64/ld-linux-x86-64.so.2 (0x00007fa128311000)
> libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fa123fc9000)
> libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fa123dc3000)
Post a reply to this message
|
 |