Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build: add loader path to rpath for cctest#23168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
rubys wants to merge1 commit intonodejs:masterfromrubys:cctest-shared

Conversation

@rubys
Copy link
Member

Building on Mac OS/X as follows:

./configure --sharedmake -j4 test

Results in:

dyld: Library not loaded: @rpath/libnode.67.dylib  Referenced from: /Users/rubys/git/node-shared/out/Release/cctest  Reason: image not foundmake: *** [cctest] Abort trap: 6

This change adds the loader path to the runtime path for thecctest executable.

Checklist
  • make -j4 test (UNIX), orvcbuild test (Windows) passes
  • commit message followscommit guidelines

Building on Mac OS/X as follows:```./configure --sharedmake -j4 test```Results in:```dyld: Library not loaded: @rpath/libnode.67.dylib  Referenced from: /Users/rubys/git/node-shared/out/Release/cctest  Reason: image not foundmake: *** [cctest] Abort trap: 6```This change adds the loader path to the runtime path for the `cctest` executable.
@nodejs-github-botnodejs-github-bot added the buildIssues and PRs related to build files or the CI. labelSep 29, 2018
@rubys
Copy link
MemberAuthor

@rubys
Copy link
MemberAuthor

node-test-commit-windows-fannedfailure onsequential/test-gc-http-client-connaborted matchesnodejs/reliability#17

@addaleax
Copy link
Member

/cc @nodejs/platform-macos

@rubys
Copy link
MemberAuthor

@rubys
Copy link
MemberAuthor

Restart node test commit:https://ci.nodejs.org/job/node-test-commit/21891/

@rubys
Copy link
MemberAuthor

Sigh* Each run has a different set of transient errors.

New CI:https://ci.nodejs.org/job/node-test-pull-request/17549/

@mcollina
Copy link
Member

@rubys
Copy link
MemberAuthor

@mhdawson
Copy link
Member

@yhwang can you take a look?

@rubys
Copy link
MemberAuthor

@rubys
Copy link
MemberAuthor

cc @nodejs/build I'm looking for advice here. I'm adding an option that only applies to shared library builds on Mac OS/X. None of the CI tests are for shared library builds. Despite this, every time I run, I see an intermittent failure (e.g. timeout) on either Linux or Windows.

@refack
Copy link
Contributor

Am I wrong, buthttps://ci.nodejs.org/job/node-test-pull-request/17564/ seems to be green.
It spawnedhttps://ci.nodejs.org/job/node-test-commit/21944/
Which is newer then the one linked in the github reporthttps://ci.nodejs.org/job/node-test-commit/21942/
So this passed CI ✔️

@danbev
Copy link
Contributor

Landed in6696354.

@danbevdanbev closed thisOct 4, 2018
danbev pushed a commit that referenced this pull requestOct 4, 2018
Building on Mac OS/X as follows:```./configure --sharedmake -j4 test```Results in:```dyld: Library not loaded: @rpath/libnode.67.dylib  Referenced from: /Users/rubys/git/node-shared/out/Release/cctest  Reason: image not foundmake: *** [cctest] Abort trap: 6```This change adds the loader path to the runtime path for the `cctest` executable.PR-URL:#23168Reviewed-By: Richard Lau <riclau@uk.ibm.com>Reviewed-By: Refael Ackermann <refack@gmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull requestOct 5, 2018
Building on Mac OS/X as follows:```./configure --sharedmake -j4 test```Results in:```dyld: Library not loaded: @rpath/libnode.67.dylib  Referenced from: /Users/rubys/git/node-shared/out/Release/cctest  Reason: image not foundmake: *** [cctest] Abort trap: 6```This change adds the loader path to the runtime path for the `cctest` executable.PR-URL:#23168Reviewed-By: Richard Lau <riclau@uk.ibm.com>Reviewed-By: Refael Ackermann <refack@gmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>
@targostargos mentioned this pull requestOct 7, 2018
jasnell pushed a commit that referenced this pull requestOct 17, 2018
Building on Mac OS/X as follows:```./configure --sharedmake -j4 test```Results in:```dyld: Library not loaded: @rpath/libnode.67.dylib  Referenced from: /Users/rubys/git/node-shared/out/Release/cctest  Reason: image not foundmake: *** [cctest] Abort trap: 6```This change adds the loader path to the runtime path for the `cctest` executable.PR-URL:#23168Reviewed-By: Richard Lau <riclau@uk.ibm.com>Reviewed-By: Refael Ackermann <refack@gmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>
BethGriggs pushed a commit to BethGriggs/node that referenced this pull requestMar 20, 2019
Building on Mac OS/X as follows:```./configure --sharedmake -j4 test```Results in:```dyld: Library not loaded: @rpath/libnode.67.dylib  Referenced from: /Users/rubys/git/node-shared/out/Release/cctest  Reason: image not foundmake: *** [cctest] Abort trap: 6```This change adds the loader path to the runtime path for the `cctest` executable.PR-URL:nodejs#23168Reviewed-By: Richard Lau <riclau@uk.ibm.com>Reviewed-By: Refael Ackermann <refack@gmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>
BethGriggs pushed a commit that referenced this pull requestMar 20, 2019
Building on Mac OS/X as follows:```./configure --sharedmake -j4 test```Results in:```dyld: Library not loaded: @rpath/libnode.67.dylib  Referenced from: /Users/rubys/git/node-shared/out/Release/cctest  Reason: image not foundmake: *** [cctest] Abort trap: 6```This change adds the loader path to the runtime path for the `cctest` executable.Backport-PR-URL:#25681PR-URL:#23168Reviewed-By: Richard Lau <riclau@uk.ibm.com>Reviewed-By: Refael Ackermann <refack@gmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorinsMylesBorins mentioned this pull requestMar 26, 2019
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@jasnelljasnelljasnell approved these changes

@richardlaurichardlaurichardlau approved these changes

+1 more reviewer

@refackrefackrefack approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

buildIssues and PRs related to build files or the CI.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

9 participants

@rubys@nodejs-github-bot@addaleax@mcollina@mhdawson@refack@danbev@jasnell@richardlau

[8]ページ先頭

©2009-2025 Movatter.jp