Discussion:
Is this a pkg issue?
Paul Beard
2018-10-31 02:22:55 UTC
Permalink
I have seen this on a few ports and it gets blamed on pkg.

=> SHA256 Checksum OK for mysql-5.6.42.tar.gz.
===> Patching for mysql56-client-5.6.42
===> Applying extra patch /usr/ports/databases/mysql56-client/../mysql56-server/files/patch-PR225888.diff
===> Applying FreeBSD patches for mysql56-client-5.6.42
===> mysql56-client-5.6.42 depends on executable: bison - found
===> mysql56-client-5.6.42 depends on file: /usr/local/bin/cmake - found
===> mysql56-client-5.6.42 depends on file: /usr/local/lib/libcrypto.so.9 - found
===> mysql56-client-5.6.42 depends on shared library: libevent.so - found (/usr/local/lib/libevent.so)
===> mysql56-client-5.6.42 depends on shared library: liblz4.so - found (/usr/local/lib/liblz4.so)
===> mysql56-client-5.6.42 depends on shared library: libedit.so.0 - found (/usr/local/lib/libedit.so.0)
===> Configuring for mysql56-client-5.6.42
===> Performing out-of-source build
/bin/mkdir -p /usr/ports/databases/mysql56-client/work/.build
*** Signal 11
Matthew Seaman
2018-10-31 08:04:15 UTC
Permalink
Post by Paul Beard
I have seen this on a few ports and it gets blamed on pkg.
=> SHA256 Checksum OK for mysql-5.6.42.tar.gz.
===> Patching for mysql56-client-5.6.42
===> Applying extra patch /usr/ports/databases/mysql56-client/../mysql56-server/files/patch-PR225888.diff
===> Applying FreeBSD patches for mysql56-client-5.6.42
===> mysql56-client-5.6.42 depends on executable: bison - found
===> mysql56-client-5.6.42 depends on file: /usr/local/bin/cmake - found
===> mysql56-client-5.6.42 depends on file: /usr/local/lib/libcrypto.so.9 - found
===> mysql56-client-5.6.42 depends on shared library: libevent.so - found (/usr/local/lib/libevent.so)
===> mysql56-client-5.6.42 depends on shared library: liblz4.so - found (/usr/local/lib/liblz4.so)
===> mysql56-client-5.6.42 depends on shared library: libedit.so.0 - found (/usr/local/lib/libedit.so.0)
===> Configuring for mysql56-client-5.6.42
===> Performing out-of-source build
/bin/mkdir -p /usr/ports/databases/mysql56-client/work/.build
*** Signal 11
That's not pkg(8) complaining. That's the ports infrastructure. pkg(8)
doesn't _build_ anything -- all it does is take the results of building
and staging a port, pack it all up into a tar file and prepend some
metadata to create a package. Plus signing the packages and placing
them in a package repository as required

Cheers,

Matthew

Loading...