-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> Hi Martin,
> 
> I recently got updated boost1.35.systempython packages, but they fail  
> to build. The build process says "updating 127 packages", and many  
> lines later, the result is 119 targets updated, 4 skipped, 4 failed.  
> The failed packages are:
> 
> darwin.compile.c++ bin.v2/libs/python/build/darwin/release/macosx- 
> version-10.4/threading-multi/class.o
> darwin.compile.c++ bin.v2/libs/python/build/darwin/release/macosx- 
> version-10.4/class.o
> darwin.compile.c++ bin.v2/libs/python/build/darwin/release/link-static/ 
> macosx-version-10.4/threading-multi/class.o
> darwin.compile.c++ bin.v2/libs/python/build/darwin/release/link-static/ 
> macosx-version-10.4/class.o
> 
> Seeing the objectfile names, it sounds like it's the same file, and it  
> seems like the same list of errors, too. I've pasted a list of the  
> errors below, and a full build log is available at the following link:
> 
>       http://paster.dazjorz.com/?p=4734
> 
> Sjors
> 
> darwin.compile.c++ bin.v2/libs/python/build/darwin/release/link-static/ 
> macosx-version-10.4/threading-multi/class.o
> libs/python/src/object/class.cpp:145: error: 'PyVarObject_HEAD_INIT'  
> was not declared in this scope
> libs/python/src/object/class.cpp:146: error: expected `}' before  
> 'const_cast'
> libs/python/src/object/class.cpp:146: error: expected ',' or ';'  
> before 'const_cast'
> libs/python/src/object/class.cpp: In function 'PyObject*  
> boost::objects::static_data()':
> libs/python/src/object/class.cpp:209: error: 'static_data_object' was  
> not declared in this scope
> libs/python/src/object/class.cpp:211: error: 'Py_TYPE' was not  
> declared in this scope
> libs/python/src/object/class.cpp:216: error: 'upcast' was not declared  
> in this scope
> libs/python/src/object/class.cpp:216: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:216: error: 'static_data_object' was  
> not declared in this scope
> libs/python/src/object/class.cpp: In function 'int  
> boost::class_setattro(PyObject*, PyObject*, PyObject*)':
> libs/python/src/object/class.cpp:237: error: 'downcast' was not  
> declared in this scope
> libs/python/src/object/class.cpp:237: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:244: error: 'Py_TYPE' was not  
> declared in this scope
> libs/python/src/object/class.cpp: At global scope:
> libs/python/src/object/class.cpp:251: error: 'PyVarObject_HEAD_INIT'  
> was not declared in this scope
> libs/python/src/object/class.cpp:252: error: expected `}' before  
> 'const_cast'
> libs/python/src/object/class.cpp:252: error: expected ',' or ';'  
> before 'const_cast'
> libs/python/src/object/class.cpp:304: error: 'instance_holder' has not  
> been declared
> libs/python/src/object/class.cpp: In function 'void install(PyObject*)':
> libs/python/src/object/class.cpp:307: error: 'm_next' was not declared  
> in this scope
> libs/python/src/object/class.cpp:307: error: 'objects' has not been  
> declared
> libs/python/src/object/class.cpp:307: error: 'instance' was not  
> declared in this scope
> libs/python/src/object/class.cpp:307: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:307: error: expected primary- 
> expression before ')' token
> libs/python/src/object/class.cpp:307: error: expected `)' before 'self'
> libs/python/src/object/class.cpp:308: error: 'objects' has not been  
> declared
> libs/python/src/object/class.cpp:308: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:308: error: expected primary- 
> expression before ')' token
> libs/python/src/object/class.cpp:308: error: expected `)' before 'self'
> libs/python/src/object/class.cpp: At global scope:
> libs/python/src/object/class.cpp:315: error: 'type_handle' does not  
> name a type
> libs/python/src/object/class.cpp: In function 'void  
> objects::instance_dealloc(PyObject*)':
> libs/python/src/object/class.cpp:330: error: 'instance' was not  
> declared in this scope
> libs/python/src/object/class.cpp:330: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:330: error: 'kill_me' was not  
> declared in this scope
> libs/python/src/object/class.cpp:330: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:330: error: expected primary- 
> expression before ')' token
> libs/python/src/object/class.cpp:330: error: expected `;' before 'inst'
> libs/python/src/object/class.cpp:332: error: 'instance_holder' was not  
> declared in this scope
> libs/python/src/object/class.cpp:332: error: 'p' was not declared in  
> this scope
> libs/python/src/object/class.cpp:332: error: 'next' was not declared  
> in this scope
> libs/python/src/object/class.cpp:335: error: expected class-name  
> before '(' token
> libs/python/src/object/class.cpp:336: error: 'instance_holder' is not  
> a class or namespace
> libs/python/src/object/class.cpp:336: error: cannot dynamic_cast  
> 'p' (of type '<type error>') to type 'void*' (source is not a pointer)
> libs/python/src/object/class.cpp:336: error: 'deallocate' was not  
> declared in this scope
> libs/python/src/object/class.cpp:348: error: 'Py_TYPE' was not  
> declared in this scope
> libs/python/src/object/class.cpp: In function 'PyObject*  
> objects::instance_new(PyTypeObject*, PyObject*, PyObject*)':
> libs/python/src/object/class.cpp:370: error: 'instance' was not  
> declared in this scope
> libs/python/src/object/class.cpp:370: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:370: error: 'result' was not declared  
> in this scope
> libs/python/src/object/class.cpp:370: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:370: error: expected primary- 
> expression before ')' token
> libs/python/src/object/class.cpp:370: error: expected `;' before 'type_'
> libs/python/src/object/class.cpp:382: error: expected type-specifier  
> before 'instance'
> libs/python/src/object/class.cpp:382: error: expected `,' before  
> 'instance'
> libs/python/src/object/class.cpp:382: error: expected `)' before '<'  
> token
> libs/python/src/object/class.cpp: In function 'PyObject*  
> objects::instance_get_dict(PyObject*, void*)':
> libs/python/src/object/class.cpp:389: error: 'instance' was not  
> declared in this scope
> libs/python/src/object/class.cpp:389: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:389: error: 'inst' was not declared  
> in this scope
> libs/python/src/object/class.cpp:389: error: 'downcast' was not  
> declared in this scope
> libs/python/src/object/class.cpp:389: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:389: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:392: error: 'python' has not been  
> declared
> libs/python/src/object/class.cpp:392: error: 'xincref' was not  
> declared in this scope
> libs/python/src/object/class.cpp: In function 'int  
> objects::instance_set_dict(PyObject*, PyObject*, void*)':
> libs/python/src/object/class.cpp:397: error: 'instance' was not  
> declared in this scope
> libs/python/src/object/class.cpp:397: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:397: error: 'inst' was not declared  
> in this scope
> libs/python/src/object/class.cpp:397: error: 'downcast' was not  
> declared in this scope
> libs/python/src/object/class.cpp:397: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:397: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:398: error: 'python' has not been  
> declared
> libs/python/src/object/class.cpp:398: error: 'xdecref' was not  
> declared in this scope
> libs/python/src/object/class.cpp:399: error: 'python' has not been  
> declared
> libs/python/src/object/class.cpp:399: error: 'incref' was not declared  
> in this scope
> libs/python/src/object/class.cpp: At global scope:
> libs/python/src/object/class.cpp:413: error: expected type-specifier  
> before 'instance'
> libs/python/src/object/class.cpp:413: error: expected `,' before  
> 'instance'
> libs/python/src/object/class.cpp:413: error: expected `)' before '<'  
> token
> libs/python/src/object/class.cpp:418: error: 'PyVarObject_HEAD_INIT'  
> was not declared in this scope
> libs/python/src/object/class.cpp:419: error: expected `}' before  
> 'const_cast'
> libs/python/src/object/class.cpp:419: error: expected ',' or ';'  
> before 'const_cast'
> libs/python/src/object/class.cpp:469: error: 'type_handle' does not  
> name a type
> libs/python/src/object/class.cpp:483: error: 'type_info' has not been  
> declared
> libs/python/src/object/class.cpp: In function 'void*  
> find_instance_impl(PyObject*, int, bool)':
> libs/python/src/object/class.cpp:485: error: 'Py_TYPE' was not  
> declared in this scope
> libs/python/src/object/class.cpp:485: error: 'Py_TYPE' was not  
> declared in this scope
> libs/python/src/object/class.cpp:485: error: declaration of  
> '<typeprefixerror>Py_TYPE'
> libs/python/src/object/class.cpp:485: error: conflicts with previous  
> declaration '<typeprefixerror>Py_TYPE'
> libs/python/src/object/class.cpp:485: error: 'class_metatype_object'  
> was not declared in this scope
> libs/python/src/object/class.cpp:488: error: 'instance' was not  
> declared in this scope
> libs/python/src/object/class.cpp:488: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:488: error: 'self' was not declared  
> in this scope
> libs/python/src/object/class.cpp:488: error: expected type-specifier  
> before 'instance'
> libs/python/src/object/class.cpp:488: error: expected `>' before  
> 'instance'
> libs/python/src/object/class.cpp:488: error: expected `(' before  
> 'instance'
> libs/python/src/object/class.cpp:488: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:488: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:488: error: expected `)' before ';'  
> token
> libs/python/src/object/class.cpp:490: error: 'instance_holder' was not  
> declared in this scope
> libs/python/src/object/class.cpp:490: error: 'match' was not declared  
> in this scope
> libs/python/src/object/class.cpp: At global scope:
> libs/python/src/object/class.cpp:499: error: 'object' does not name a  
> type
> libs/python/src/object/class.cpp:512: error: 'type_handle' does not  
> name a type
> libs/python/src/object/class.cpp:523: error: 'type_handle' does not  
> name a type
> libs/python/src/object/class.cpp:547: error: 'object' does not name a  
> type
> libs/python/src/object/class.cpp:588: error: 'class_base' has not been  
> declared
> libs/python/src/object/class.cpp:589: error: 'type_info' has not been  
> declared
> libs/python/src/object/class.cpp:589: error: ISO C++ forbids  
> declaration of 'class_base' with no type
> libs/python/src/object/class.cpp: In function 'int class_base(const  
> char*, size_t, const int*, const char*)':
> libs/python/src/object/class.cpp:590: error: only constructors take  
> base initializers
> libs/python/src/object/class.cpp:590: error: 'new_class' was not  
> declared in this scope
> libs/python/src/object/class.cpp:593: error: 'converter' has not been  
> declared
> libs/python/src/object/class.cpp:593: error: 'registration' was not  
> declared in this scope
> libs/python/src/object/class.cpp:593: error: 'converters' was not  
> declared in this scope
> libs/python/src/object/class.cpp:593: error: 'converter' has not been  
> declared
> libs/python/src/object/class.cpp:593: error: expected type-specifier
> libs/python/src/object/class.cpp:593: error: expected `>'
> libs/python/src/object/class.cpp:593: error: expected `('
> libs/python/src/object/class.cpp:593: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:594: error: 'converter' has not been  
> declared
> libs/python/src/object/class.cpp:594: error: 'lookup' was not declared  
> in this scope
> libs/python/src/object/class.cpp:594: error: expected `)' before ';'  
> token
> libs/python/src/object/class.cpp:597: error: invalid use of 'this' in  
> non-member function
> libs/python/src/object/class.cpp:597: error: 'incref' was not declared  
> in this scope
> libs/python/src/object/class.cpp:598: warning: no return statement in  
> function returning non-void
> libs/python/src/object/class.cpp: At global scope:
> libs/python/src/object/class.cpp:600: error: variable or field  
> 'copy_class_object' declared void
> libs/python/src/object/class.cpp:600: error: 'type_info' was not  
> declared in this scope
> libs/python/src/object/class.cpp:600: error: 'type_info' was not  
> declared in this scope
> libs/python/src/object/class.cpp:600: error: initializer expression  
> list treated as compound expression
> libs/python/src/object/class.cpp:601: error: expected ',' or ';'  
> before '{' token
> libs/python/src/object/class.cpp:610: error: 'class_base' is not a  
> class or namespace
> libs/python/src/object/class.cpp: In function 'void  
> set_instance_size(size_t)':
> libs/python/src/object/class.cpp:612: error: invalid use of 'this' in  
> non-member function
> libs/python/src/object/class.cpp: At global scope:
> libs/python/src/object/class.cpp:615: error: 'class_base' is not a  
> class or namespace
> libs/python/src/object/class.cpp:616: error: 'object' has not been  
> declared
> libs/python/src/object/class.cpp: In function 'void add_property(const  
> char*, const int&, const char*)':
> libs/python/src/object/class.cpp:618: error: 'object' was not declared  
> in this scope
> libs/python/src/object/class.cpp:618: error: expected `;' before  
> 'property'
> libs/python/src/object/class.cpp:622: error: invalid use of 'this' in  
> non-member function
> libs/python/src/object/class.cpp:622: error: 'property' was not  
> declared in this scope
> libs/python/src/object/class.cpp: At global scope:
> libs/python/src/object/class.cpp:625: error: 'class_base' is not a  
> class or namespace
> libs/python/src/object/class.cpp:626: error: 'object' has not been  
> declared
> libs/python/src/object/class.cpp:626: error: 'object' has not been  
> declared
> libs/python/src/object/class.cpp: In function 'void add_property(const  
> char*, const int&, const int&, const char*)':
> libs/python/src/object/class.cpp:628: error: 'object' was not declared  
> in this scope
> libs/python/src/object/class.cpp:628: error: expected `;' before  
> 'property'
> libs/python/src/object/class.cpp:632: error: invalid use of 'this' in  
> non-member function
> libs/python/src/object/class.cpp:632: error: 'property' was not  
> declared in this scope
> libs/python/src/object/class.cpp: At global scope:
> libs/python/src/object/class.cpp:635: error: 'class_base' is not a  
> class or namespace
> libs/python/src/object/class.cpp:635: error: 'object' has not been  
> declared
> libs/python/src/object/class.cpp: In function 'void  
> add_static_property(const char*, const int&)':
> libs/python/src/object/class.cpp:637: error: 'object' was not declared  
> in this scope
> libs/python/src/object/class.cpp:637: error: expected `;' before  
> 'property'
> libs/python/src/object/class.cpp:642: error: invalid use of 'this' in  
> non-member function
> libs/python/src/object/class.cpp:642: error: 'property' was not  
> declared in this scope
> libs/python/src/object/class.cpp: At global scope:
> libs/python/src/object/class.cpp:645: error: 'class_base' is not a  
> class or namespace
> libs/python/src/object/class.cpp:645: error: 'object' has not been  
> declared
> libs/python/src/object/class.cpp:645: error: 'object' has not been  
> declared
> libs/python/src/object/class.cpp: In function 'void  
> add_static_property(const char*, const int&, const int&)':
> libs/python/src/object/class.cpp:647: error: 'object' was not declared  
> in this scope
> libs/python/src/object/class.cpp:647: error: expected `;' before  
> 'property'
> libs/python/src/object/class.cpp:651: error: invalid use of 'this' in  
> non-member function
> libs/python/src/object/class.cpp:651: error: 'property' was not  
> declared in this scope
> libs/python/src/object/class.cpp: At global scope:
> libs/python/src/object/class.cpp:654: error: 'class_base' is not a  
> class or namespace
> libs/python/src/object/class.cpp:654: error: 'object' has not been  
> declared
> libs/python/src/object/class.cpp: In function 'void setattr(const  
> char*, const int&)':
> libs/python/src/object/class.cpp:656: error: invalid use of 'this' in  
> non-member function
> libs/python/src/object/class.cpp:656: error: request for member 'ptr'  
> in 'x', which is of non-class type 'const int'
> libs/python/src/object/class.cpp:657: error: 'throw_error_already_set'  
> was not declared in this scope
> libs/python/src/object/class.cpp: At global scope:
> libs/python/src/object/class.cpp:674: error: 'class_base' is not a  
> class or namespace
> libs/python/src/object/class.cpp: In function 'void def_no_init()':
> libs/python/src/object/class.cpp:676: error: 'handle' was not declared  
> in this scope
> libs/python/src/object/class.cpp:676: error: expected primary- 
> expression before '>' token
> libs/python/src/object/class.cpp:676: error: 'f' was not declared in  
> this scope
> libs/python/src/object/class.cpp:677: error: invalid use of 'this' in  
> non-member function
> libs/python/src/object/class.cpp:677: error: 'object' was not declared  
> in this scope
> libs/python/src/object/class.cpp: At global scope:
> libs/python/src/object/class.cpp:680: error: 'class_base' is not a  
> class or namespace
> libs/python/src/object/class.cpp: In function 'void  
> enable_pickling_(bool)':
> libs/python/src/object/class.cpp:682: error: 'object' was not declared  
> in this scope
> libs/python/src/object/class.cpp: In function  
> 'PyObject*<unnamed>::callable_check(PyObject*)':
> libs/python/src/object/class.cpp:694: error: 'expect_non_null' was not  
> declared in this scope
> libs/python/src/object/class.cpp:700: error: 'Py_TYPE' was not  
> declared in this scope
> libs/python/src/object/class.cpp:703: error: 'throw_error_already_set'  
> was not declared in this scope
> libs/python/src/object/class.cpp: At global scope:
> libs/python/src/object/class.cpp:708: err
>      "g++-4.0"  -ftemplate-depth-128 -O3 -finline-functions -Wno- 
> inline -Wall -mmacosx-version-min=10.4 -Wno-long-double -no-cpp- 
> precomp -gdwarf-2  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE - 
> DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/System/Library/Frameworks/ 
> Python.framework/Versions/2.5/include/python2.5" -c -o "bin.v2/libs/ 
> python/build/darwin/release/link-static/macosx-version-10.4/threading- 
> multi/class.o" "libs/python/src/object/class.cpp"
> 
> ...failed darwin.compile.c++ bin.v2/libs/python/build/darwin/release/ 
> link-static/macosx-version-10.4/threading-multi/class.o...
> 

And you're on what OS version and architecture?

(By the way, -devel is more appropriate for questions about packaging
and to report on unmaintained packages.  -users is preferred for bug
reports)
- -- 
Alexander Hansen
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktPCegACgkQB8UpO3rKjQ884gCeIjNMk67g6/lgs5cURzvHp4Ft
OJwAn0gZXQl4+SazdHOm+24GeShTAcbh
=qwwS
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to