Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jul 2019 20:42:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   [Bug 220330] www/rubygem-selenium-webdriver fails to build when WRKDIRPREFIX is set
Message-ID:  <bug-220330-21402-Y85MX1eAta@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220330-21402@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220330-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220330

--- Comment #20 from commit-hook@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220330-21402-Y85MX1eAta>