Created attachment 165214 [details] llpp.shar llpp a graphical PDF viewer which aims to superficially resemble less(1). WWW: http://repo.or.cz/llpp.git/
Created attachment 165215 [details] Poudriere testport log FreeBSD 10.2/amd64
Created attachment 165216 [details] Poudriere testport log FreeBSD 10.2/amd64 whoops submitted wrong log
Created attachment 165227 [details] llpp.shar Update to use x11/xsel-conrad instead of x11/xsel
Created attachment 165228 [details] Poudriere testport log FreeBSD 10.2/amd64
Created attachment 165456 [details] llpp.shar Update port to make use of bsd.ocaml.mk
Created attachment 165457 [details] Poudriere testport log FreeBSD 10.2/amd64
While building the dependencies on 11amd64, this happened in /usr/bin/ld: BFD 2.17.50 [FreeBSD] 2007-07-03 internal error, aborting at /usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/reloc.c line 445 in unsigned int bfd_get_reloc_size(reloc_howto_type *) cc: error: linker command failed with exit code 1 (use -v to see invocation) File "caml_startup", line 1: Error: Error during linking Makefile:520: recipe for target 'ocamlc.opt' failed
That's interesting. I assume that OCaml is the dependency that failed to build? Though http://portsmon.freebsd.org/portoverview.py?category=lang&portname=ocaml&wildcard= says OCaml built find on FreeBSD 11. Do you have a link to the build log?
(In reply to Tobias Kortkamp from comment #8) - still a problem on my loaded testbox (11amd64) - OK if build in poudriere 11amd64. - still a problem if build in poudriere 9.3amd64. build log for 9.3: http://people.freebsd.org/~pi/logs/graphics__llpp-93a-1454433416.txt
Created attachment 166489 [details] llpp.shar I was able to reproduce the build failure on 9.3/amd64. I removed -Werror and added -Wno-variadic-macros from/to the compiler options. The build now succeeds.
Created attachment 166490 [details] Poudriere testport log FreeBSD 9.3/amd64
Testbuilds are fine.
A commit references this bug: Author: pi Date: Wed Feb 3 11:53:26 UTC 2016 New revision: 407951 URL: https://svnweb.freebsd.org/changeset/ports/407951 Log: New port: graphics/llpp llpp is a graphical PDF viewer which aims to superficially resemble less(1). WWW: http://repo.or.cz/llpp.git/ PR: 206006 Submitted by: Tobias Kortkamp <t@tobik.me> Changes: head/graphics/Makefile head/graphics/llpp/ head/graphics/llpp/Makefile head/graphics/llpp/distinfo head/graphics/llpp/files/ head/graphics/llpp/files/patch-build.sh head/graphics/llpp/files/patch-link.c head/graphics/llpp/files/patch-misc_completions_mkcomp.sh head/graphics/llpp/files/patch-misc_llppac head/graphics/llpp/pkg-descr head/graphics/llpp/pkg-message head/graphics/llpp/pkg-plist
Committed, thanks!