Previous Thread  Next Thread

chat icon bf-blender / Linux glibc 2.3.2 (2004/01/08)

kino

Posted: Thu Jan 08, 2004 1:00 pm
Joined: 13 Oct 2002
Posts: 94
scons , no TTF, no gameengine

Removed, use new builds

Log zuster:
- removed duplicate flags from BKE_mesh.h
- removed rendermesh_uses_displist (no longer relevant)
- converted appropriate me->flag tests to using mesh_uses_displist
- made vert and face counting (for info header) use proper counts
- changed flip_subdivision to allow level==0 argument
- ps. thanks for subsurf orco fix ton

Log jandro:
From Eeshlo, also create the temporary dir inside yafray's install dir if the
user does not put a valid path on YFexport. So now all windows path problems
should be fixed, but never understimate windows.

Log jesterking:
- fixing a bug which can lead users to potentially resize windows such that they can't be regained anymore. Also, when removing the header from the userdefs, resizing it to 1 pixel height made it very inaccessible. This problem was reported _and_ fixed by ndh (Andreas Haferburg). Thanks!

Log jandro:
Added export for caustic settings based on the raytrans values. And settings
for casting them from GI (pathlight). A new contro "caus depth" in the panel
controls the maximun number of bounces going through objects.

Now images like this:
http://www.coala.uniovi.es/~jandro/noname/images/causfromblender.jpg
are possible with scenes like this:
http://www.coala.uniovi.es/~jandro/noname/examples/exp_test2.blend

caustic Cool

ciao
_________________
kino3d.com italian site

Last edited by kino on Mon Jan 12, 2004 6:05 pm; edited 1 time in total
Reply with quote


tuinbels

Posted: Thu Jan 08, 2004 5:13 pm
Joined: 18 Nov 2002
Posts: 23
i don't know if this is the correct place to post, but ever since you are using scons to build blender, i cannot import the math module, console output is:

Code:
Traceback (most recent call last):
  File "Text", line 1, in ?
ImportError: /usr/local/lib/python2.2/lib-dynload/math.so: undefined symbol: PyExc_OverflowError


do I have to install another python version?

system specs:
suse linux 8.2
python 2.2.2 (the one that came with the distro, installed in /usr/lib/python2.2/)
python 2.2.3 (installed in usr/local/lib/python2.2)

greets,

wim
Reply with quote


Michel

Posted: Thu Jan 08, 2004 10:43 pm
Joined: 16 Oct 2002
Posts: 209
tuinbels wrote:

do I have to install another python version?

system specs:
suse linux 8.2
python 2.2.2 (the one that came with the distro, installed in /usr/lib/python2.2/)
python 2.2.3 (installed in usr/local/lib/python2.2)


Hi,

sounds indeed like a Python version problem. I haven't checked the binary Kino has provided, but I think he uses Python 2.3.x.

Don't worry about the final release, that one will still be linked against Python 2.2 - unless there's a decision otherwise during a meeting.

With regards,
Michel
_________________
You can have one of two things: Progress or Progress Reports.
Reply with quote


kino

Posted: Fri Jan 09, 2004 1:47 am
Joined: 13 Oct 2002
Posts: 94
tuinbels wrote:

system specs:
suse linux 8.2
python 2.2.2 (the one that came with the distro, installed in /usr/lib/python2.2/)
python 2.2.3 (installed in usr/local/lib/python2.2)

greets,

wim


hi,
i use the python 2.2.2(located in /usr/lib/python2.2 ) no other version are in my system, i know 2.3 is not supported jet

with the scons version i have this error too
ImportError: /usr/lib/python2.2/lib-dynload/math.so: undefined symbol: PyExc_OverflowError

but not with the autoconf version

Removed, ask if you need it

compiled with ./configure --prefix=/usr

autoconf version is updated to the last cvs commit by jandro and larstiq

ciao
_________________
kino3d.com italian site

Last edited by kino on Mon Jan 12, 2004 6:04 pm; edited 1 time in total
Reply with quote


Michel

Posted: Fri Jan 09, 2004 8:15 am
Joined: 16 Oct 2002
Posts: 209
kino wrote:
i use the python 2.2.2(located in /usr/lib/python2.2 ) no other version are in my system, i know 2.3 is not supported jet

with the scons version i have this error too
ImportError: /usr/lib/python2.2/lib-dynload/math.so: undefined symbol: PyExc_OverflowError

but not with the autoconf version

http://kino3d.com/files/blenderautoconf.zip

compiled with ./configure --prefix=/usr

autoconf version is updated to the last cvs commit by jandro and larstiq

ciao


Hi,

my main development system uses Python 2.3.3, but luckily I have access to a system with Python 2.2.3, so I should be able to fix this problem. The bad news is that I will be able to fix this only after 18 january. So until then either somebody else has to figure out what's going on, or wait till after that date. Sorry for the inconvenience, but thanks for the reports!!! Very much appreciated.

With regards,
Michel
_________________
You can have one of two things: Progress or Progress Reports.
Reply with quote


ox

Posted: Fri Jan 09, 2004 6:56 pm
Joined: 02 Nov 2002
Posts: 89
redhat 9

Here's the initial output for the latest build when I attempt to open the exp_test2.blend .


/home/ox/blender/blenderlinux-231a-2004-04-07.glibc2.3.2/blender: /usr/lib/libGL.so.1: no version information available (required by /home/ox/blender/blenderlinux-231a-2004-04-07.glibc2.3.2/blender)
Xlib: extension "XFree86-DRI" missing on display ":0.0".
Malloc returns nill: len=2046820384 in new_bhead

I also get this error message in blender when trying to open exp_test2.blend.

...failed ... exp_test2.blend is not a blend file

when I try to render cup1.blend (one of my own blends) with yafray I get:

Starting scene conversion.
Scene conversion done.
No export directory set in user defaults!

Is there a way to set the export directory on my end?
_________________
the ox @ www.singingfalls.com
Reply with quote


kino

Posted: Sat Jan 10, 2004 12:13 am
Joined: 13 Oct 2002
Posts: 94
ox wrote:

/home/ox/blender/blenderlinux-231a-2004-04-07.glibc2.3.2/blender: /usr/lib/libGL.so.1: no version information available (required by /home/ox/blender/blenderlinux-231a-2004-04-07.glibc2.3.2/blender)
Xlib: extension "XFree86-DRI" missing on display ":0.0".
Malloc returns nill: len=2046820384 in new_bhead

I also get this error message in blender when trying to open exp_test2.blend.

...failed ... exp_test2.blend is not a blend file


the 04-07 is compiled with scons, try this one is compiled with the autoconf system

http://kino3d.com/files/blenderlinux-2.31a-2004-01-09.glibc2.3.2.zip

Log Ton:
- Merged conversion to renderfaces for mesh and subsurfs.
This fixes bug in wrong flipping of normals during render in some cases
too. Most important, it also allows autosmooth and halos now with subsurf.
Particles do work, but still use the original geometry.
- I only coded 4 bytes of this, rest is from master zr!

Log Jandro:
Eeshlo's fix for the unit problem with texture paths exporting to yafray

Log sirdude:
Added support for outputting bmp's
The padding is slightly messed up, so it produces somewhat trunkcated images
however it works. I'll try and fix it later but I have to go home now.
Its atleast usable at this stage.

Quote:

when I try to render cup1.blend (one of my own blends) with yafray I get:

Starting scene conversion.
Scene conversion done.
No export directory set in user defaults!

Is there a way to set the export directory on my end?


start blender
open the info/preferences panel and push the file/path button
in the top left ther's enter the path to your export directory or browse with the button
press CTRL-U to save the user preferences

ciao
kino
_________________
kino3d.com italian site
Reply with quote


tuinbels

Posted: Sat Jan 10, 2004 1:22 am
Joined: 18 Nov 2002
Posts: 23
with this new build, i get this error:

home/tuinbels/Desktop/blender: /usr/lib/libGL.so.1: no version information available (required by /home/tuinbels/Desktop/blender)

so i don't think that has anything to do with scons or autoconf

furthermore, i get object and data scale console output, when using a displacement mapped texture:

data scale=2.000000, 2.000000, 0.000000
ob scale=6.082758, 6.082759, 0.000000

these are caused by the following file:
blender/source/blender/renderconverter/intern/convertBlenderScene.c,

lines 3066 and 3077

greets,

wim
Reply with quote


kino

Posted: Sat Jan 10, 2004 1:59 am
Joined: 13 Oct 2002
Posts: 94
tuinbels wrote:
with this new build, i get this error:

home/tuinbels/Desktop/blender: /usr/lib/libGL.so.1: no version information available (required by /home/tuinbels/Desktop/blender)

so i don't think that has anything to do with scons or autoconf

wim


i dont know Confused i dont have any messages in the console about libGL.so.1
and i use Suse 8.2 too
recompiled with --prefix=/usr --with-x if this can change something
http://kino3d.com/files/blenderlinux-2.31a-2004-01-10.glibc2.3.2.zip

ciao

ciao
_________________
kino3d.com italian site
Reply with quote


ox

Posted: Sat Jan 10, 2004 5:58 am
Joined: 02 Nov 2002
Posts: 89
kino,
I don't know if I'm helping the cause or not by posting this stuff. I'd be glad to continue. You'll have to put up with my newbie proclivitites though Embarassed Smile

This build will not initialize in RH9.

blender/blenderlinux-2.31a-2004-01-09.glibc2.3.2/blender: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or
directory.
_________________
the ox @ www.singingfalls.com
Reply with quote


kino

Posted: Sat Jan 10, 2004 3:52 pm
Joined: 13 Oct 2002
Posts: 94
ox wrote:

This build will not initialize in RH9.

blender/blenderlinux-2.31a-2004-01-09.glibc2.3.2/blender: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or
directory.


Hi ox
you need the Alsa library, another member of the kino3d forum have the same problems with RH9
I dont have changed anything from the build on elysiun, i really dont know
why now it complain about it

ciao
_________________
kino3d.com italian site
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group