[#114348] [Ruby master Feature#19832] Method#destructive?, UnboundMethod#destructive? — "sawa (Tsuyoshi Sawada) via ruby-core" <ruby-core@...>

Issue #19832 has been reported by sawa (Tsuyoshi Sawada).

15 messages 2023/08/06

[#114365] [Ruby master Bug#19834] Segmentation fault while running in docker — "ramachandran@... (Ramachandran A) via ruby-core" <ruby-core@...>

Issue #19834 has been reported by ramachandran@mallow-tech.com (Ramachandran A).

7 messages 2023/08/09

[#114380] [Ruby master Bug#19837] Concurrent calls to Process.waitpid2 misbehave on Ruby 3.1 & 3.2 — "kjtsanaktsidis (KJ Tsanaktsidis) via ruby-core" <ruby-core@...>

Issue #19837 has been reported by kjtsanaktsidis (KJ Tsanaktsidis).

7 messages 2023/08/11

[#114399] [Ruby master Feature#19839] Need a method to check if two ranges overlap — "shouichi (Shouichi KAMIYA) via ruby-core" <ruby-core@...>

Issue #19839 has been reported by shouichi (Shouichi KAMIYA).

27 messages 2023/08/18

[#114410] [Ruby master Bug#19841] Marshal.dump stack overflow with recursive Time — "segiddins (Samuel Giddins) via ruby-core" <ruby-core@...>

Issue #19841 has been reported by segiddins (Samuel Giddins).

9 messages 2023/08/18

[#114422] [Ruby master Feature#19842] Intorduce M:N threads — "ko1 (Koichi Sasada) via ruby-core" <ruby-core@...>

Issue #19842 has been reported by ko1 (Koichi Sasada).

30 messages 2023/08/21

[#114590] [Ruby master Bug#19857] Eval coverage is reset after each `eval`. — "ioquatix (Samuel Williams) via ruby-core" <ruby-core@...>

Issue #19857 has been reported by ioquatix (Samuel Williams).

21 messages 2023/08/30

[ruby-core:114476] [Ruby master Bug#14543] `make commit` show error of `common-srcs`

From: "hsbt (Hiroshi SHIBATA) via ruby-core" <ruby-core@...>
Date: 2023-08-24 02:54:45 UTC
List: ruby-core #114476
Issue #14543 has been updated by hsbt (Hiroshi SHIBATA).

Status changed from Assigned to Closed

svn.ruby-lang.org is already retired. 

----------------------------------------
Bug #14543: `make commit` show error of `common-srcs`
https://bugs.ruby-lang.org/issues/14543#change-104260

* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Assignee: nobu (Nobuyoshi Nakada)
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
When I use `make commit`, it shows following error.

```
~/D/g/r/ruby (trunk) > mk commit
make: Entering directory '/Users/hsbt/Documents/github.com/ruby/ruby/.x86_64-darwin'
Committing to svn+ssh://svn@ci.ruby-lang.org/ruby/trunk ...
	M	gems/bundled_gems
Committed r62546
	M	gems/bundled_gems
r62546 = 2e1b00647ce1b4d3a6801484d7e76283fac6d202 (refs/remotes/svn/trunk)
No changes between 99295842365c9b356a6e8dfec264249cd8e24aad and refs/remotes/svn/trunk
Resetting to the latest refs/remotes/svn/trunk
dcommitted on a detached HEAD because you gave a revision argument.
The rewritten commit is: 2e1b00647ce1b4d3a6801484d7e76283fac6d202
Already on 'trunk'
Your branch is ahead of 'origin/trunk' by 1 commit.
  (use "git push" to publish your local commits)
First, rewinding head to replay your work on top of it...
Applying: Update minitest-5.11.3 on bundled gems.
>From github.com:ruby/ruby
   26741c97f4..2e1b00647c  trunk      -> origin/trunk
First, rewinding head to replay your work on top of it...
make[1]: Entering directory '/Users/hsbt/Documents/github.com/ruby/ruby/.x86_64-darwin'
make[1]: *** No rule to make target '../lex.c', needed by 'common-srcs'.  Stop.
make[1]: *** Waiting for unfinished jobs....
generating ../parse.c
	M	gems/bundled_gems
r62546 = 2e1b00647ce1b4d3a6801484d7e76283fac6d202 (refs/remotes/svn/trunk)
Current branch trunk is up to date.
make[1]: Leaving directory '/Users/hsbt/Documents/github.com/ruby/ruby/.x86_64-darwin'
make: *** [../defs/gmake.mk:142: commit] Error 2
make: Leaving directory '/Users/hsbt/Documents/github.com/ruby/ruby/.x86_64-darwin'

```

`mk` is an alias of `make -j`. @nobu Can you investigate it? 



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

In This Thread

Prev Next