and the problems came again!
jorge@Abril:~/coders/PKGBUILDs/abslibre/pcr/python2-pysfml2-git$ LC_ALL=C makepkg -s
==> Determining latest git revision...
-> Version found: 20120804
==> Making package: python2-pysfml2-git 20120804-1 (Sat Aug 4 00:12:18 CST 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
==> Extracting Sources...
==> Removing existing pkg/ directory...
==> Starting build()...
==> Connecting to GIT server....
Already up-to-date.
==> The local files are updated.
==> GIT checkout done or server timeout
==> Starting make...
Cloning into '/home/jorge/coders/PKGBUILDs/abslibre/pcr/python2-pysfml2-git/src/pysfml2-cython-build'...
done.
If the build fails, run patch.py and try again
----------------------------------------------
running build
running build_ext
cythoning src/sfml.pyx to src/sfml.cpp
building 'sfml' extension
creating build
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/src
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c src/sfml.cpp -o build/temp.linux-x86_64-2.7/src/sfml.o
In file included from src/sfml.cpp:280:0:
src/hacks.hpp:45:41: error: 'Transformable' is not a member of 'sf'
src/hacks.hpp:45:60: error: 't' was not declared in this scope
src/hacks.hpp:73:53: error: 'sf::RenderStates' has not been declared
src/hacks.hpp:98:29: error: 'sf::Time' has not been declared
src/hacks.hpp:104:1: error: expected class-name before '{' token
src/hacks.hpp:107:13: error: 'Int64' in namespace 'sf' does not name a type
src/hacks.hpp:108:13: error: 'Int64' in namespace 'sf' does not name a type
src/hacks.hpp:109:13: error: 'Int64' in namespace 'sf' does not name a type
src/hacks.hpp:110:13: error: 'Int64' in namespace 'sf' does not name a type
src/sfml.cpp:456:3: error: 'Transform' in namespace 'sf' does not name a type
src/sfml.cpp:523:3: error: 'Transformable' in namespace 'sf' does not name a type
src/sfml.cpp:574:3: error: 'Time' in namespace 'sf' does not name a type
src/sfml.cpp:706:3: error: 'Texture' in namespace 'sf' does not name a type
src/sfml.cpp:812:3: error: 'ContextSettings' in namespace 'sf' does not name a type
src/sfml.cpp:825:3: error: 'Shader' in namespace 'sf' does not name a type
src/sfml.cpp:891:3: error: 'Vertex' in namespace 'sf' does not name a type
src/sfml.cpp:905:3: error: 'RenderStates' in namespace 'sf' does not name a type
src/sfml.cpp:1185:69: error: '__Pyx_PyInt_to_py_sf__Int64' declared as an 'inline' variable
src/sfml.cpp:1185:60: error: 'Int64' is not a member of 'sf'
src/sfml.cpp:1406:80: error: 'Transform' is not a member of 'sf'
src/sfml.cpp:1406:95: error: expected primary-expression before ')' token
src/sfml.cpp:1407:60: warning: 'wrap_time_instance' initialized and declared 'extern' [enabled by default]
src/sfml.cpp:1407:56: error: 'Time' is not a member of 'sf'
src/sfml.cpp:1407:66: error: expected primary-expression before ')' token
src/sfml.cpp:1415:76: error: 'Texture' is not a member of 'sf'
src/sfml.cpp:1415:89: error: expected primary-expression before ',' token
src/sfml.cpp:1415:91: error: expected primary-expression before 'struct'
src/sfml.cpp:1415:129: error: expected primary-expression before 'int'
src/sfml.cpp:1415:132: error: expression list treated as compound expression in initializer [-fpermissive]
src/sfml.cpp:1419:74: error: 'Shader' is not a member of 'sf'
src/sfml.cpp:1419:86: error: expected primary-expression before ',' token
src/sfml.cpp:1419:88: error: expected primary-expression before 'int'
src/sfml.cpp:1419:91: error: expression list treated as compound expression in initializer [-fpermissive]
src/sfml.cpp:1420:93: error: 'ContextSettings' is not a member of 'sf'
src/sfml.cpp:1420:114: error: expected primary-expression before ')' token
src/sfml.cpp:1421:69: warning: 'wrap_render_states_instance' initialized and declared 'extern' [enabled by default]
src/sfml.cpp:1421:65: error: 'RenderStates' is not a member of 'sf'
src/sfml.cpp:1421:83: error: expected primary-expression before ')' token
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_5Mouse_2is_button_pressed(PyObject*, int)':
src/sfml.cpp:3508:15: error: 'isButtonPressed' is not a member of 'sf::Mouse'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_5Mouse_4get_position(PyObject*, __pyx_obj_4sfml_RenderWindow*)':
src/sfml.cpp:3621:19: error: 'getPosition' is not a member of 'sf::Mouse'
src/sfml.cpp:3633:19: error: 'getPosition' is not a member of 'sf::Mouse'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_5Mouse_6set_position(PyObject*, PyObject*, __pyx_obj_4sfml_RenderWindow*)':
src/sfml.cpp:3809:5: error: 'setPosition' is not a member of 'sf::Mouse'
src/sfml.cpp:3821:5: error: 'setPosition' is not a member of 'sf::Mouse'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_8Joystick_2is_connected(PyObject*, unsigned int)':
src/sfml.cpp:3939:15: error: 'sf::Joystick' has not been declared
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_8Joystick_4get_button_count(PyObject*, unsigned int)':
src/sfml.cpp:4003:43: error: 'sf::Joystick' has not been declared
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_8Joystick_6has_axis(PyObject*, unsigned int, int)':
src/sfml.cpp:4104:15: error: 'sf::Joystick' has not been declared
src/sfml.cpp:4104:15: error: 'sf::Joystick' has not been declared
src/sfml.cpp:4104:15: error: expected ')' before '__pyx_v_axis'
src/sfml.cpp:4104:113: error: expected ')' before ';' token
src/sfml.cpp:4104:113: error: expected ')' before ';' token
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_8Joystick_8is_button_pressed(PyObject*, unsigned int, unsigned int)':
src/sfml.cpp:4205:15: error: 'sf::Joystick' has not been declared
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_8Joystick_10get_axis_position(PyObject*, unsigned int, int)':
src/sfml.cpp:4306:38: error: 'sf::Joystick' has not been declared
src/sfml.cpp:4306:88: error: 'sf::Joystick' has not been declared
src/sfml.cpp:4306:103: error: expected ')' before '__pyx_v_axis'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_8Joystick_12update(PyObject*)':
src/sfml.cpp:4355:7: error: 'sf::Joystick' has not been declared
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_8Keyboard_2is_key_pressed(PyObject*, int)':
src/sfml.cpp:4464:15: error: 'sf::Keyboard' has not been declared
src/sfml.cpp:4464:15: error: 'sf::Keyboard' has not been declared
src/sfml.cpp:4464:15: error: expected ')' before '__pyx_v_key'
src/sfml.cpp:4464:98: error: expected ')' before ';' token
src/sfml.cpp:4464:98: error: expected ')' before ';' token
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_7IntRect_4left___get__(__pyx_obj_4sfml_IntRect*)':
src/sfml.cpp:5030:52: error: 'sf::IntRect' has no member named 'left'
src/sfml.cpp: In function 'int __pyx_pf_4sfml_7IntRect_4left_2__set__(__pyx_obj_4sfml_IntRect*, int)':
src/sfml.cpp:5089:25: error: 'sf::IntRect' has no member named 'left'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_7IntRect_3top___get__(__pyx_obj_4sfml_IntRect*)':
src/sfml.cpp:5132:52: error: 'sf::IntRect' has no member named 'top'
src/sfml.cpp: In function 'int __pyx_pf_4sfml_7IntRect_3top_2__set__(__pyx_obj_4sfml_IntRect*, int)':
src/sfml.cpp:5191:25: error: 'sf::IntRect' has no member named 'top'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_7IntRect_5width___get__(__pyx_obj_4sfml_IntRect*)':
src/sfml.cpp:5234:52: error: 'sf::IntRect' has no member named 'width'
src/sfml.cpp: In function 'int __pyx_pf_4sfml_7IntRect_5width_2__set__(__pyx_obj_4sfml_IntRect*, int)':
src/sfml.cpp:5293:25: error: 'sf::IntRect' has no member named 'width'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_7IntRect_6height___get__(__pyx_obj_4sfml_IntRect*)':
src/sfml.cpp:5336:52: error: 'sf::IntRect' has no member named 'height'
src/sfml.cpp: In function 'int __pyx_pf_4sfml_7IntRect_6height_2__set__(__pyx_obj_4sfml_IntRect*, int)':
src/sfml.cpp:5395:25: error: 'sf::IntRect' has no member named 'height'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_7IntRect_8contains(__pyx_obj_4sfml_IntRect*, int, int)':
src/sfml.cpp:5485:15: error: 'sf::IntRect' has no member named 'contains'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_7IntRect_12intersects(__pyx_obj_4sfml_IntRect*, __pyx_obj_4sfml_IntRect*, __pyx_obj_4sfml_IntRect*)':
src/sfml.cpp:5690:17: error: 'sf::IntRect' has no member named 'intersects'
src/sfml.cpp:5715:17: error: 'sf::IntRect' has no member named 'intersects'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9FloatRect_4left___get__(__pyx_obj_4sfml_FloatRect*)':
src/sfml.cpp:6458:56: error: 'sf::FloatRect' has no member named 'left'
src/sfml.cpp: In function 'int __pyx_pf_4sfml_9FloatRect_4left_2__set__(__pyx_obj_4sfml_FloatRect*, float)':
src/sfml.cpp:6517:25: error: 'sf::FloatRect' has no member named 'left'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9FloatRect_3top___get__(__pyx_obj_4sfml_FloatRect*)':
src/sfml.cpp:6560:56: error: 'sf::FloatRect' has no member named 'top'
src/sfml.cpp: In function 'int __pyx_pf_4sfml_9FloatRect_3top_2__set__(__pyx_obj_4sfml_FloatRect*, float)':
src/sfml.cpp:6619:25: error: 'sf::FloatRect' has no member named 'top'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9FloatRect_5width___get__(__pyx_obj_4sfml_FloatRect*)':
src/sfml.cpp:6662:56: error: 'sf::FloatRect' has no member named 'width'
src/sfml.cpp: In function 'int __pyx_pf_4sfml_9FloatRect_5width_2__set__(__pyx_obj_4sfml_FloatRect*, float)':
src/sfml.cpp:6721:25: error: 'sf::FloatRect' has no member named 'width'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9FloatRect_6height___get__(__pyx_obj_4sfml_FloatRect*)':
src/sfml.cpp:6764:56: error: 'sf::FloatRect' has no member named 'height'
src/sfml.cpp: In function 'int __pyx_pf_4sfml_9FloatRect_6height_2__set__(__pyx_obj_4sfml_FloatRect*, float)':
src/sfml.cpp:6823:25: error: 'sf::FloatRect' has no member named 'height'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9FloatRect_8contains(__pyx_obj_4sfml_FloatRect*, int, int)':
src/sfml.cpp:6913:15: error: 'sf::FloatRect' has no member named 'contains'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9FloatRect_12intersects(__pyx_obj_4sfml_FloatRect*, __pyx_obj_4sfml_FloatRect*, __pyx_obj_4sfml_FloatRect*)':
src/sfml.cpp:7118:17: error: 'sf::FloatRect' has no member named 'intersects'
src/sfml.cpp:7143:17: error: 'sf::FloatRect' has no member named 'intersects'
src/sfml.cpp: In function 'int __pyx_pf_4sfml_9Transform___init__(__pyx_obj_4sfml_Transform*, PyObject*)':
src/sfml.cpp:9516:19: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp:9516:32: error: expected type-specifier
src/sfml.cpp:9516:32: error: expected ';'
src/sfml.cpp:9608:19: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp:9608:32: error: expected type-specifier
src/sfml.cpp:9608:32: error: expected ';'
src/sfml.cpp: In function 'void __pyx_pf_4sfml_9Transform_2__dealloc__(__pyx_obj_4sfml_Transform*)':
src/sfml.cpp:9690:24: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9Transform_4__str__(__pyx_obj_4sfml_Transform*)':
src/sfml.cpp:9748:39: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9Transform_6__mul__(PyObject*, PyObject*)':
src/sfml.cpp:9931:3: error: 'Transform' is not a member of 'sf'
src/sfml.cpp:9931:18: error: '__pyx_v_p_t' was not declared in this scope
src/sfml.cpp:10022:25: error: expected type-specifier
src/sfml.cpp:10022:25: error: expected ';'
src/sfml.cpp:10031:77: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp:10031:140: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp:10041:81: error: '__pyx_f_4sfml_wrap_transform_instance' cannot be used as a function
src/sfml.cpp:10078:77: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9Transform_8__imul__(__pyx_obj_4sfml_Transform*, PyObject*)':
src/sfml.cpp:10187:20: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp:10187:84: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9Transform_6matrix___get__(__pyx_obj_4sfml_Transform*)':
src/sfml.cpp:10263:39: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9Transform_10combine(__pyx_obj_4sfml_Transform*, __pyx_obj_4sfml_Transform*)':
src/sfml.cpp:10362:3: error: 'Transform' is not a member of 'sf'
src/sfml.cpp:10362:18: error: '__pyx_v_p' was not declared in this scope
src/sfml.cpp:10378:19: error: expected type-specifier
src/sfml.cpp:10378:19: error: expected ';'
src/sfml.cpp:10387:34: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp:10387:70: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp:10397:75: error: '__pyx_f_4sfml_wrap_transform_instance' cannot be used as a function
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9Transform_12copy(__pyx_obj_4sfml_Transform*)':
src/sfml.cpp:10435:3: error: 'Transform' is not a member of 'sf'
src/sfml.cpp:10435:18: error: '__pyx_v_p' was not declared in this scope
src/sfml.cpp:10451:19: error: expected type-specifier
src/sfml.cpp:10451:19: error: expected ';'
src/sfml.cpp:10461:75: error: '__pyx_f_4sfml_wrap_transform_instance' cannot be used as a function
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9Transform_14get_inverse(__pyx_obj_4sfml_Transform*)':
src/sfml.cpp:10499:3: error: 'Transform' is not a member of 'sf'
src/sfml.cpp:10499:18: error: '__pyx_v_p' was not declared in this scope
src/sfml.cpp:10515:19: error: expected type-specifier
src/sfml.cpp:10515:19: error: expected ';'
src/sfml.cpp:10524:34: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp:10534:75: error: '__pyx_f_4sfml_wrap_transform_instance' cannot be used as a function
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9Transform_16rotate(__pyx_obj_4sfml_Transform*, PyObject*, PyObject*, PyObject*)':
src/sfml.cpp:10670:19: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp:10708:19: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9Transform_18scale(__pyx_obj_4sfml_Transform*, float, float, PyObject*, PyObject*)':
src/sfml.cpp:10890:19: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp:10927:19: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9Transform_20transform_point(__pyx_obj_4sfml_Transform*, float, float)':
src/sfml.cpp:11060:29: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9Transform_22transform_rect(__pyx_obj_4sfml_Transform*, __pyx_obj_4sfml_FloatRect*)':
src/sfml.cpp:11150:34: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp: In function 'PyObject* __pyx_pf_4sfml_9Transform_24translate(__pyx_obj_4sfml_Transform*, float, float)':
src/sfml.cpp:11256:17: error: 'struct __pyx_obj_4sfml_Transform' has no member named 'p_this'
src/sfml.cpp: At global scope:
src/sfml.cpp:11285:84: error: redefinition of '__pyx_obj_4sfml_Transform* __pyx_f_4sfml_wrap_transform_instance'
src/sfml.cpp:1406:42: error: '__pyx_obj_4sfml_Transform* __pyx_f_4sfml_wrap_transform_instance' previously defined here
src/sfml.cpp:11285:80: error: 'Transform' is not a member of 'sf'
src/sfml.cpp:11285:95: error: '__pyx_v_p_cpp_instance' was not declared in this scope
src/sfml.cpp:1130:27: warning: inline function 'void __Pyx_ExceptionSave(PyObject**, PyObject**, PyObject**)' used but never defined [enabled by default]
src/sfml.cpp:329:26: warning: inline function 'int __Pyx_PyObject_IsTrue(PyObject*)' used but never defined [enabled by default]
src/sfml.cpp:989:27: warning: inline function 'void __Pyx_ErrRestore(PyObject*, PyObject*, PyObject*)' used but never defined [enabled by default]
src/sfml.cpp:976:27: warning: inline function 'void __Pyx_RaiseUnboundLocalError(const char*)' used but never defined [enabled by default]
src/sfml.cpp:987:26: warning: inline function 'int __Pyx_CheckKeywordStrings(PyObject*, const char*, int)' used but never defined [enabled by default]
src/sfml.cpp:1197:26: warning: inline function 'int __Pyx_PyInt_AsInt(PyObject*)' used but never defined [enabled by default]
src/sfml.cpp:999:27: warning: inline function 'void __Pyx_RaiseTooManyValuesError(Py_ssize_t)' used but never defined [enabled by default]
src/sfml.cpp:997:27: warning: inline function 'void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t)' used but never defined [enabled by default]
src/sfml.cpp:1191:35: warning: inline function 'unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject*)' used but never defined [enabled by default]
src/sfml.cpp:1010:26: warning: inline function 'int __Pyx_TypeTest(PyObject*, PyTypeObject*)' used but never defined [enabled by default]
error: command 'gcc' failed with exit status 1
==> ERROR: A failure occurred in build().
Aborting...
jorge@Abril:~/coders/PKGBUILDs/abslibre/pcr/python2-pysfml2-git$
This is, indeed, quite annoying. Is something wrong in your code or it's me?
I'm using the lastest sfml version from GIT:
jorge@Abril:~$ LC_ALL=C pacman -Qi sfml-git
Name : sfml-git
Version : 20120803-3
URL : http://www.sfml-dev.org/
Licenses : zlib
Groups : None
Provides : sfml
Depends On : libsndfile libxrandr libjpeg openal glew freetype2
Optional Deps : None
Required By : None
Conflicts With : sfml
Replaces : None
Installed Size : 8996.00 KiB
Packager : Jorge Araya Navarro <jorgean@lavabit.com>
Architecture : x86_64
Build Date : Fri Aug 3 20:12:56 2012
Install Date : Fri Aug 3 23:54:47 2012
Install Reason : Installed as a dependency for another package
Install Script : No
Description : A simple, fast, cross-platform, and object-oriented multimedia API.
jorge@Abril:~$