Opened 15 years ago
Closed 15 years ago
#1000 closed Bugs (invalid)
config test errors on gcc-4.1.2
Reported by: | troy d. straszheim | Owned by: | John Maddock |
---|---|---|---|
Milestone: | Component: | config | |
Version: | Boost 1.34.0 | Severity: | Problem |
Keywords: | Cc: |
Description
on a debian-testing machine with gcc-4.1.2 limits_test dies with a link error, and has_pthread_yield_fail and no_ded_typename_fail both compile, though the jamfile thinks they shouldn't. I'm looking in to this.
Change History (4)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
it isn't clear to me how boost_has_pthread_yield_fail could ever have passed on machines that do have it... the only place BOOST_HAS_PTHREAD_YIELD is mentioned in config is commented out in aix.hpp. Maybe I'm missing something. Maybe such plaforms haven't come up yet.
comment:3 by , 15 years ago
Somebody tell me if I'm generating too much spam by updating this thing too often.
The mac does have nanosleep and pthread_mutexattr_settype. These need adding to macos.hpp
# define BOOST_HAS_NANOSLEEP # define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
comment:4 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
I've been told that these tests aren't intended to be run by users but are rather a mechanism used to generate configurations. Sorry about the noise... it is confusing to have broken tests laying around in released, tarballed software.
it would seem that no_ded_typename_fail.cpp should check for
rather than
looking at the others...