ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:85767] [Ruby trunk Bug#14543] `make commit` show error of `common-srcs`
       [not found] <redmine.issue-14543.20180223051220@ruby-lang.org>
@ 2018-02-23  5:12 ` hsbt
  2018-06-02  4:17 ` [ruby-core:87355] " hsbt
  1 sibling, 0 replies; 2+ messages in thread
From: hsbt @ 2018-02-23  5:12 UTC (permalink / raw
  To: ruby-core

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

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

* Author: hsbt (Hiroshi SHIBATA)
* Status: Assigned
* Priority: Normal
* Assignee: nobu (Nobuyoshi Nakada)
* Target version: 
* ruby -v: 
* 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/

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

* [ruby-core:87355] [Ruby trunk Bug#14543] `make commit` show error of `common-srcs`
       [not found] <redmine.issue-14543.20180223051220@ruby-lang.org>
  2018-02-23  5:12 ` [ruby-core:85767] [Ruby trunk Bug#14543] `make commit` show error of `common-srcs` hsbt
@ 2018-06-02  4:17 ` hsbt
  1 sibling, 0 replies; 2+ messages in thread
From: hsbt @ 2018-06-02  4:17 UTC (permalink / raw
  To: ruby-core

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


I discussed about this with nobu.

```
941:common-srcs: $(srcs_vpath)parse.c $(srcs_vpath)lex.c $(srcs_vpath)enc/trans/newline.c $(srcs_vpath)id.c \
```

nobu copied above files by his own tool before `make commit`. I requested to fix this dependency problem to him.

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

* Author: hsbt (Hiroshi SHIBATA)
* Status: Assigned
* Priority: Normal
* Assignee: nobu (Nobuyoshi Nakada)
* Target version: 
* ruby -v: 
* 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/

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

end of thread, other threads:[~2018-06-02  4:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-14543.20180223051220@ruby-lang.org>
2018-02-23  5:12 ` [ruby-core:85767] [Ruby trunk Bug#14543] `make commit` show error of `common-srcs` hsbt
2018-06-02  4:17 ` [ruby-core:87355] " hsbt

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).