[Bug 220330] www/rubygem-selenium-webdriver fails to build when WRKDIRPREFIX is set

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 3 20:42:06 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220330

--- Comment #20 from commit-hook at freebsd.org ---
A commit references this bug:

Author: mfechner
Date: Wed Jul  3 20:41:52 UTC 2019
New revision: 505792
URL: https://svnweb.freebsd.org/changeset/ports/505792

Log:
  Do not strip the libs as this breaks the build of this package.
  The build does not always fail, but I can reproduce the build with every
second build by using poudriere:
  poudriere testport -j 120amd64 www/rubygem-selenium-webdriver

  The error message that is displayed is:
  strip: moving loadable section .note.gnu.build-id, is this intentional?
  strip: moving loadable section .hash, is this intentional?
  strip: moving loadable section .gnu.hash, is this intentional?
  strip: moving loadable section .dynsym, is this intentional?
  strip: moving loadable section .dynstr, is this intentional?
  strip: moving loadable section .gnu.version, is this intentional?
  strip: moving loadable section .gnu.version_r, is this intentional?
  strip: moving loadable section .rel.dyn, is this intentional?
  strip: moving loadable section .rel.plt, is this intentional?
  strip: moving loadable section .init, is this intentional?
  strip: moving loadable section .plt, is this intentional?
  strip: moving loadable section .text, is this intentional?
  strip: moving loadable section .fini, is this intentional?
  strip: moving loadable section .rodata, is this intentional?
  strip: moving loadable section .eh_frame, is this intentional?
  strip: elf_update() failed: Layout constraint violation
  *** Error code 1

  PR:           220330
  Reported by:  vvelox at vvelox.net

Changes:
  head/www/rubygem-selenium-webdriver/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ruby mailing list