Title: FreeBSD Build --with-dtrace fails · Issue #461 · nodejs/node · GitHub
Open Graph Title: FreeBSD Build --with-dtrace fails · Issue #461 · nodejs/node
X Title: FreeBSD Build --with-dtrace fails · Issue #461 · nodejs/node
Description: Apologies if this is a known issue as I seem to recall from a nodeup that there was some significant changes for DTrace going into 0.12. Anyway I hope this is useful The same issue presents on node v0.11.14 on the same system. But on the...
Open Graph Description: Apologies if this is a known issue as I seem to recall from a nodeup that there was some significant changes for DTrace going into 0.12. Anyway I hope this is useful The same issue presents on node...
X Description: Apologies if this is a known issue as I seem to recall from a nodeup that there was some significant changes for DTrace going into 0.12. Anyway I hope this is useful The same issue presents on node...
Opengraph URL: https://github.com/nodejs/node/issues/461
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"FreeBSD Build --with-dtrace fails","articleBody":"Apologies if this is a known issue as I seem to recall from a nodeup that there was some significant changes for DTrace going into 0.12. \n\nAnyway I hope this is useful\n\nThe same issue presents on node v0.11.14 on the same system.\nBut on the same system v0.10.35 compiles OK \n(But has the post compilation problem highlighted here\nhttps://gist.github.com/indutny/d3fee964995eea206fb3)\n\nOn a digital ocean droplet.. \nFull info on all the ENV config I did here:\nhttp://venshare.com/2015/01/16/dtrace-with-iojs-on-freebsd-10-1-using-digital-ocean/ \n\nSo the following: \n\n```\n\u003e sudo ./configure --with-dtrace --dest-cpu=x64\n\u003e sudo gmake\n```\n\nFails with\n\n```\nfockf /usr/home/freebsd/io.js/out/Release/linker.lock g++ -pthread -rdynamic -m64 -Wl,--export-dynamic -Wl,--whole-archive /usr/home/freebsd/io.js/out/Release/libopenssl.a -Wl,--no-whole-archive -Wl,-z,noexecstack -Wl,--whole-archive /usr/home/freebsd/io.js/out/Release/obj.target/deps/v8/tools/gyp/libv8_base.a -Wl,--no-whole-archive -pthread -o /usr/home/freebsd/io.js/out/Release/iojs -Wl,--start-group /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/debug-agent.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/async-wrap.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/fs_event_wrap.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/cares_wrap.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/handle_wrap.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_buffer.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_constants.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_contextify.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_file.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_http_parser.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_javascript.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_main.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_os.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_v8.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_v8_platform.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_stat_watcher.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_watchdog.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_zlib.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_i18n.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/pipe_wrap.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/signal_wrap.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/smalloc.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/spawn_sync.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/string_bytes.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/stream_wrap.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/tcp_wrap.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/timer_wrap.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/tty_wrap.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/process_wrap.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/udp_wrap.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/uv.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/util.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_crypto.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_crypto_bio.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_crypto_clienthello.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/tls_wrap.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_dtrace.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_dtrace_ustack.o /usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_dtrace_provider.o /usr/home/freebsd/io.js/out/Release/obj.target/deps/cares/libcares.a /usr/home/freebsd/io.js/out/Release/obj.target/deps/openssl/libopenssl.a /usr/home/freebsd/io.js/out/Release/obj.target/deps/zlib/libzlib.a /usr/home/freebsd/io.js/out/Release/obj.target/deps/http_parser/libhttp_parser.a /usr/home/freebsd/io.js/out/Release/obj.target/deps/uv/libuv.a /usr/home/freebsd/io.js/out/Release/obj.target/deps/v8/tools/gyp/libv8_base.a /usr/home/freebsd/io.js/out/Release/obj.target/deps/v8/tools/gyp/libv8_libbase.a /usr/home/freebsd/io.js/out/Release/obj.target/deps/v8/tools/gyp/libv8_snapshot.a -Wl,--end-group -lelf -lutil -lkvm -L/usr/local/lib -lexecinfo -lm\nclang++: error: no such file or directory: '/usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_dtrace_ustack.o'\nclang++: error: no such file or directory: '/usr/home/freebsd/io.js/out/Release/obj.target/iojs/src/node_dtrace_provider.o'\niojs.target.mk:198: recipe for target '/usr/home/freebsd/io.js/out/Release/iojs' failed\ngmake[1]: *** [/usr/home/freebsd/io.js/out/Release/iojs] Error 1\ngmake[1]: Leaving directory '/usr/home/freebsd/io.js/out'\nMakefile:52: recipe for target 'iojs' failed\ngmake: *** [iojs] Error 2\n```\n","author":{"url":"https://github.com/No9","@type":"Person","name":"No9"},"datePublished":"2015-01-16T01:44:13.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":23},"url":"https://github.com/461/node/issues/461"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:dfbcb384-e148-5b55-afcc-c5d007a4e7ce |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8008:3A03DF:295CA75:3880BB3:6A544B34 |
| html-safe-nonce | f33838a1a91153fd21e73fe2ce1468800cafe76aeeecd63450a98406cb10220d |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MDA4OjNBMDNERjoyOTVDQTc1OjM4ODBCQjM6NkE1NDRCMzQiLCJ2aXNpdG9yX2lkIjoiODM3MDczNjcwMjk5NDc5NTMxNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | bde035ec8f632b8f540a3b9348c5c0ed26c93d4526a95304062347706d459d64 |
| hovercard-subject-tag | issue:54530377 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodejs/node/461/issue_layout |
| twitter:image | https://opengraph.githubassets.com/b1e848391116d52d5f646565b6fefa3b14d004be428d7fdc8445fd1967b85367/nodejs/node/issues/461 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/b1e848391116d52d5f646565b6fefa3b14d004be428d7fdc8445fd1967b85367/nodejs/node/issues/461 |
| og:image:alt | Apologies if this is a known issue as I seem to recall from a nodeup that there was some significant changes for DTrace going into 0.12. Anyway I hope this is useful The same issue presents on node... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | No9 |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/nodejs/node git https://github.com/nodejs/node.git |
| octolytics-dimension-user_id | 9950313 |
| octolytics-dimension-user_login | nodejs |
| octolytics-dimension-repository_id | 27193779 |
| octolytics-dimension-repository_nwo | nodejs/node |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 27193779 |
| octolytics-dimension-repository_network_root_nwo | nodejs/node |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width