Peter Levine

Results 8 issues of Peter Levine

- **dev-qt/qttranslations: add 6.3.1** - **dev-qt/qt-creator: add 8.0.0** We now use cmake to build instead of qmake. Support for building against QT6 is added and enabled with the qt6 USE...

assigned
no bug found

Without setting `NOCOMMON_OVERRIDE_LIBTOOL`: ``` libtool: link: /usr/bin/x86_64-pc-linux-gnu-nm -B .libs/api.o ../lib/.libs/libshadow.a ../libmisc/.libs/libmisc.a | | /bin/sed 's/.* //' | sort | uniq > .libs/libsubid.exp ../libtool: eval: line 1774: syntax error near unexpected...

Testing with latest GCC git master (8.0.1) results in errors such as: ``` tests/flags.cc: In function ‘int main()’: tests/flags.cc:99:25: error: catching polymorphic type ‘class sqlite::sqlite_exception’ by value [-Werror=catch-value=] catch(sqlite_exception e)...

- **dev-qt/qttranslations: SLOT=6 initial commit** - **dev-qt/qt-creator: bump 8.0.1, 9999** Switched from the qmake to cmake buildsystem. Added support for the Coco code coverage tool. The 'git' USE flag now...

Of `app-editors/vim-core`'s 16 reverse-dependencies, all with the exceptions of `app-editors/vim`, `app-editors/gvim`, and `dev-cpp/ctemplate` rely solely on the xxd hexdump utility included with vim-core. Although vim is already fragmented by splitting...

new package
assigned
no bug found

Building with `LD` defined as `ld.lld` fails with errors such as `ld.lld: error: unknown argument '-Wl,-O1'` (see https://bugs.gentoo.org/741927). This is because if LD is defined in the environment, it becomes...

Since C++11, there has existed `std::error_category::equivalent`. OpenNI defines a macro `equivalent`. During header inclusion, a GCC header calls the function `equivalent` but that symbol is hidden by the name clash...

- **dev-cpp/gtest: add subslot** When some packages like cpp/abseil-cpp are built with USE=test, some installed shared libraries are linked to libgtest/libgmock. And because gtest doesn't impose a SOVERSION, it appears...

assigned
bug linked