#33673: libpqxx: tests don't work -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: dweber@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: haspatch | Port: libpqxx -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * keywords: => haspatch Comment: Yes, running createdb to create the database first is looking very promising. But it fails later with: {{{ ld: duplicate symbol __ZTIN12_GLOBAL__N_116deliberate_errorE$non_lazy_pointer in .libs/runner and .libs/runner collect2: ld returned 1 exit status }}} This is [http://gborg.postgresql.org/pipermail/libpqxx- general/2012-March/000637.html discussed on their mailing list] and is apparently a compiler bug, which is super since I doubt Apple will release any new versions of gcc for us. Someone could test whether we're ok using llvm-gcc-4.2 or clang, and if so, maybe we don't care about gcc anymore either. I've also enabled running the tests in parallel, since the README specifically mentions doing that. -- Ticket URL: <https://trac.macports.org/ticket/33673#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS