For the life of me, I can't build Graphviz...
Is it just me, or is it a problem with the port?
Is it just me, or is it a problem with the port?
I can build the port just fine on 11.1-RELEASE and stock kernel.
Without more information and error messages this is impossible to troubleshoot.
However, as a general advice, you should try to rebuild all dependencies and try again. In my experience, this is often the cause for failing builds.
You're using non-default options that are marked as broken. Looking at the log file, I'll bet if you disable the MING and/or PHP option(s), it will build.
OPTIONS_UNSET+=DOCS
OPTIONS_UNSET+=NLS
OPTIONS_UNSET+=EXAMPLES
Bonjour poorandunlucky,
here it builds with default options using devel/poudriere and FreeBSD-11.1 with default settings beside changes as below.
Code:OPTIONS_UNSET+=DOCS OPTIONS_UNSET+=NLS OPTIONS_UNSET+=EXAMPLES
root@M6500:/usr/local/poudriere/jails/pkg00/usr/bin # sha1 cc
SHA1 (cc) = d629acee149c6ada889fe6a3548811d4b3d8a793
root@M6500:/usr/local/poudriere/jails/pkg00/usr/bin # sha1 /usr/bin/cc
SHA1 (/usr/bin/cc) = d629acee149c6ada889fe6a3548811d4b3d8a793
root@M6500:/usr/local/poudriere/jails/pkg00/usr/bin #
jexec
to open a shell inside the running jail (that I started manually using poudriere jail -s
), and go to the graphviz port and try to build it manually inside the jail, it builds just fine... cc
segfaults.OK... this is stupid...
if I usejexec
to open a shell inside the running jail (that I started manually usingpoudriere jail -s
), and go to the graphviz port and try to build it manually inside the jail, it builds just fine...
But if I run the command from outside the jail,cc
segfaults.