Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217886 - dev-util/scons-0.98.4 version bump
Summary: dev-util/scons-0.98.4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-16 01:21 UTC by Dave Bender
Modified: 2008-05-29 13:46 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild file (scons-0.98.0.ebuild,1.13 KB, text/plain)
2008-04-16 01:23 UTC, Dave Bender
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Bender 2008-04-16 01:21:31 UTC
scons 0.98.0 update
Comment 1 Dave Bender 2008-04-16 01:23:11 UTC
Created attachment 149884 [details]
ebuild file
Comment 2 Leonardo Valeri Manera 2008-05-01 14:12:57 UTC
Its now @ 0.98.3
Comment 3 Sergiy Borodych 2008-05-26 17:15:28 UTC
18 May 2008: Release 0.98.4 is now available at the download page.

also fixed bug
http://scons.tigris.org/issues/show_bug.cgi?id=2045

and this maybe fix

http://bugs.gentoo.org/show_bug.cgi?id=217073
http://bugs.gentoo.org/show_bug.cgi?id=223527


I only copy scons-0.98.3.ebuild to local scons-0.98.4.ebuild

and for me it fixed problem with spring

Checking headers and libraries
Checking for C++ header file boost/cstdint.hpp... yes
Checking for C++ header file boost/regex.hpp... yes
Checking for C library boost_regex-gcc-mt... no
Checking for C library boost_regex-mt... no
Checking for C library boost_regex-gcc... no
Checking for C library boost_regex... no
Could not find one of these libraries: ['boost_regex-gcc-mt', 'boost_regex-mt', 'boost_regex-gcc', 'boost_regex']
Checking for C++ header file boost/serialization/split_member.hpp... yes
Checking for C++ header file boost/thread.hpp... yes
Checking for C library boost_thread-gcc-mt... no
Checking for C library boost_thread-mt... no
Checking for C library boost_thread-gcc... no
Checking for C library boost_thread... no
Could not find one of these libraries: ['boost_thread-gcc-mt', 'boost_thread-mt', 'boost_thread-gcc', 'boost_thread']
Checking for C++ header file GL/gl.h... yes
Checking for C library GL... no
Checking for C library opengl32... no
Could not find one of these libraries: ['GL', 'opengl32']
Checking for C++ header file GL/glu.h... yes
Checking for C library GLU... no
Checking for C library glu32... no
Could not find one of these libraries: ['GLU', 'glu32']
Checking for C++ header file GL/glew.h... yes
Checking for C library GLEW... no
Checking for C library glew32... no
Could not find one of these libraries: ['GLEW', 'glew32']
Checking for C++ header file zlib.h... yes
Checking for C library z... no
Could not find one of these libraries: ['z']
Checking for C++ header file ft2build.h... yes
Checking for C library freetype... no
Could not find one of these libraries: ['freetype']
Checking for C++ header file IL/il.h... yes
Checking for C library IL... no
Checking for C library devil... no
Could not find one of these libraries: ['IL', 'devil']
Checking for C++ header file IL/ilu.h... yes
Checking for C library ILU... no
Checking for C library ilu... no
Could not find one of these libraries: ['ILU', 'ilu']
Checking for C++ header file AL/al.h... yes
Checking for C library openal... no
Checking for C library openal32... no
Could not find one of these libraries: ['openal', 'openal32']
Checking for C++ header file vorbis/vorbisfile.h... yes
Checking for C library vorbisfile... no
Could not find one of these libraries: ['vorbisfile']
Checking for C library vorbis... no
Could not find one of these libraries: ['vorbis']
Checking for C++ header file ogg/ogg.h... yes
Checking for C library ogg... no
Could not find one of these libraries: ['ogg']
Checking for C++ header file SDL/SDL.h... yes
Checking for C library SDL... no
Checking for C library SDL-1.1... no
Could not find one of these libraries: ['SDL', 'SDL-1.1']
Checking for C++ header file Python.h... yes
Checking for C library python2.5... no
Checking for C library python25... no
Checking for C library python2.4... no
Checking for C library python24... no
Could not find one of these libraries: ['python2.5', 'python25', 'python2.4', 'python24']
Checking for C++ header file jni.h... yes
Not all tests finished succesfully.  You are probably missing one of the
build dependencies.  See config.log for details.
Comment 4 Ali Polatel (RETIRED) gentoo-dev 2008-05-29 13:46:23 UTC
scons-0.98.4 is in CVS. Thanks for reporting!