Created
April 25, 2020 20:04
-
-
Save kyleterry/07212656bf9d00a5057a0eefc9a3b75d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> Install dev-db/olegdb-0.1.6 into /var/tmp/portage/dev-db/olegdb-0.1.6/image | |
make -j12 DESTDIR=/var/tmp/portage/dev-db/olegdb-0.1.6/image install | |
CGO_LDFLAGS=-L/var/tmp/portage/dev-db/olegdb-0.1.6/work/OlegDB-v.0.1.6 go build -o olegdb ./cmd/olegdb | |
OlegDB installed to /var/tmp/portage/dev-db/olegdb-0.1.6/image/usr :^). | |
>>> Completed installing dev-db/olegdb-0.1.6 into /var/tmp/portage/dev-db/olegdb-0.1.6/image | |
* Final size of build directory: 9452 KiB (9.2 MiB) | |
* Final size of installed tree: 8300 KiB (8.1 MiB) | |
Files matching a file type that is not allowed: | |
usr/lib/liboleg.so.0.1.6 | |
* ERROR: dev-db/olegdb-0.1.6::kyleterry failed: | |
* multilib-strict check failed! | |
* | |
* Call stack: | |
* misc-functions.sh, line 586: Called install_qa_check | |
* misc-functions.sh, line 132: Called source 'install_symlink_html_docs' | |
* 80multilib-strict, line 46: Called multilib_strict_check | |
* 80multilib-strict, line 42: Called die | |
* The specific snippet of code: | |
* [[ ${abort} == yes ]] && die "multilib-strict check failed!" | |
* | |
* If you need support, post the output of `emerge --info '=dev-db/olegdb-0.1.6::kyleterry'`, | |
* the complete build log and the output of `emerge -pqv '=dev-db/olegdb-0.1.6::kyleterry'`. | |
* The complete build log is located at '/var/tmp/portage/dev-db/olegdb-0.1.6/temp/build.log'. | |
* The ebuild environment file is located at '/var/tmp/portage/dev-db/olegdb-0.1.6/temp/environment'. | |
* Working directory: '/var/tmp/portage/dev-db/olegdb-0.1.6/image' | |
* S: '/var/tmp/portage/dev-db/olegdb-0.1.6/work/OlegDB-v.0.1.6' | |
!!! post install failed; exiting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment