Am Samstag, 4. Juni 2016, 11:01:27 schrieb [email protected]: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209974 > > --- Comment #2 from Kurt Jaeger <[email protected]> --- > It builds in poudriere on 11a, 10.3a+i, 9.3, but it fails on a loaded 11a > box. > > commandlineparser.o: In function > `qbs::CommandLineParser::CommandLineParserPrivate::setupBuildOptions()': > ../../../../qbs-src-1.5.0/src/app/qbs/parser/commandlineparser.cpp:(.text+0x > 5ad5): undefined reference to `qbs::BuildOptions::setForceOutputCheck(bool)' > c++: error: linker command failed with exit code 1 (use -v to see > invocation)
Kurt, can you make sure you didn't have qbs already installed ? This looks like the linker picking up a system library of a qbs installation. Please make sure you did a pkg remove qbs before. -- Kind regards, Ralf Nolden _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
