ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:97370] [Ruby master Bug#16674] Build issue of FreeBSD 12
@ 2020-03-05  6:45 hsbt
  2020-03-06  6:32 ` [ruby-core:97378] " hsbt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hsbt @ 2020-03-05  6:45 UTC (permalink / raw)
  To: ruby-core

Issue #16674 has been reported by hsbt (Hiroshi SHIBATA).

----------------------------------------
Bug #16674: Build issue of FreeBSD 12
https://bugs.ruby-lang.org/issues/16674

* Author: hsbt (Hiroshi SHIBATA)
* Status: Open
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN
----------------------------------------
The current master branch and 2.7, 2.6 and 2.5 couldn't build with FreeBSD 12

see https://github.com/rbenv/ruby-build/issues/1272#issuecomment-455836665

We can build with `--disable-dtrace` flag on FreeBSD 12.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:97378] [Ruby master Bug#16674] Build issue of FreeBSD 12
  2020-03-05  6:45 [ruby-core:97370] [Ruby master Bug#16674] Build issue of FreeBSD 12 hsbt
@ 2020-03-06  6:32 ` hsbt
  2020-10-06  3:18 ` [ruby-core:100304] " ngotogenome
  2021-06-16 15:41 ` [ruby-core:104311] " merch-redmine
  2 siblings, 0 replies; 4+ messages in thread
From: hsbt @ 2020-03-06  6:32 UTC (permalink / raw)
  To: ruby-core

Issue #16674 has been updated by hsbt (Hiroshi SHIBATA).

Assignee set to knu (Akinori MUSHA)
Status changed from Open to Assigned

See https://rubyci.org/logs/rubyci.s3.amazonaws.com/freebsd12/ruby-master/log/20200306T043002Z.fail.html.gz

----------------------------------------
Bug #16674: Build issue of FreeBSD 12
https://bugs.ruby-lang.org/issues/16674#change-84502

* Author: hsbt (Hiroshi SHIBATA)
* Status: Assigned
* Priority: Normal
* Assignee: knu (Akinori MUSHA)
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN
----------------------------------------
The current master branch and 2.7, 2.6 and 2.5 couldn't build with FreeBSD 12

see https://github.com/rbenv/ruby-build/issues/1272#issuecomment-455836665

We can build with `--disable-dtrace` flag on FreeBSD 12.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:100304] [Ruby master Bug#16674] Build issue of FreeBSD 12
  2020-03-05  6:45 [ruby-core:97370] [Ruby master Bug#16674] Build issue of FreeBSD 12 hsbt
  2020-03-06  6:32 ` [ruby-core:97378] " hsbt
@ 2020-10-06  3:18 ` ngotogenome
  2021-06-16 15:41 ` [ruby-core:104311] " merch-redmine
  2 siblings, 0 replies; 4+ messages in thread
From: ngotogenome @ 2020-10-06  3:18 UTC (permalink / raw)
  To: ruby-core

Issue #16674 has been updated by ngoto (Naohisa Goto).


This could be fixed by using LLVM's LLD after rG88498f44dfe7d9b886f2622335cdeae4dbf2b02a

Reference:
[ELF] -r: allow SHT_X86_64_UNWIND to be merged into SHT_PROGBITS
https://reviews.llvm.org/D85785


----------------------------------------
Bug #16674: Build issue of FreeBSD 12
https://bugs.ruby-lang.org/issues/16674#change-87889

* Author: hsbt (Hiroshi SHIBATA)
* Status: Assigned
* Priority: Normal
* Assignee: knu (Akinori MUSHA)
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN
----------------------------------------
The current master branch and 2.7, 2.6 and 2.5 couldn't build with FreeBSD 12

see https://github.com/rbenv/ruby-build/issues/1272#issuecomment-455836665

We can build with `--disable-dtrace` flag on FreeBSD 12.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:104311] [Ruby master Bug#16674] Build issue of FreeBSD 12
  2020-03-05  6:45 [ruby-core:97370] [Ruby master Bug#16674] Build issue of FreeBSD 12 hsbt
  2020-03-06  6:32 ` [ruby-core:97378] " hsbt
  2020-10-06  3:18 ` [ruby-core:100304] " ngotogenome
@ 2021-06-16 15:41 ` merch-redmine
  2 siblings, 0 replies; 4+ messages in thread
From: merch-redmine @ 2021-06-16 15:41 UTC (permalink / raw)
  To: ruby-core

Issue #16674 has been updated by jeremyevans0 (Jeremy Evans).

Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN to 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED, 3.0: DONE
Status changed from Assigned to Closed

commit:78677f105df79e45dec451b56947509fc71c6f57 fixed this issue for the master branch. It was backported to 3.0 in commit:95aff214687a5e12c3eb57d056665741e734c188.  Ruby 2.7 still fails due to this, so commit:78677f105df79e45dec451b56947509fc71c6f57 may need to be backported to Ruby 2.7.  Ruby 2.5 is no longer supported, and 2.6 is in security maintenance mode. It appears Ruby CI for 2.6 fails on FreeBSD 12.2 due to a bison issue, before it would fail due to the DTrace issue.

I'm going to close this to trigger the backport to 2.7.  I'm not sure if the lack of DTrace support on FreeBSD is considered a bug or not.  Since it is optional, I assume not.  However, if it is considered a bug, it should probably be submitted as a separate bug report, as this bug report is only regarding the build issue (which is fixed), not DTrace support itself.

----------------------------------------
Bug #16674: Build issue of FreeBSD 12
https://bugs.ruby-lang.org/issues/16674#change-92534

* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Assignee: knu (Akinori MUSHA)
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED, 3.0: DONE
----------------------------------------
The current master branch and 2.7, 2.6 and 2.5 couldn't build with FreeBSD 12

see https://github.com/rbenv/ruby-build/issues/1272#issuecomment-455836665

We can build with `--disable-dtrace` flag on FreeBSD 12.



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-16 15:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-05  6:45 [ruby-core:97370] [Ruby master Bug#16674] Build issue of FreeBSD 12 hsbt
2020-03-06  6:32 ` [ruby-core:97378] " hsbt
2020-10-06  3:18 ` [ruby-core:100304] " ngotogenome
2021-06-16 15:41 ` [ruby-core:104311] " merch-redmine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).