Discussion:
[chromium-dev] how to resolve this problems
jeanba wenceslas
2016-12-30 13:47:35 UTC
Permalink
hi all,
***@chromium:~/chromium/src$ ninja -C out/Default chrome
ninja: Entering directory `out/Default'
ninja: error:
'../../native_client/toolchain/linux_x86/pnacl_newlib/bin/x86_64-nacl-objcopy',
needed by
'irt_x64/obj/ppapi/native_client/nacl_irt_debuglink.inputdeps.stamp',
missing and no known rule to make it
***@chromium:~/chromium/src$
please i need help from us!!!!!
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
jeanba wenceslas
2016-12-30 13:51:22 UTC
Permalink
ninja -C out/Default chrome
ninja: Entering directory `out/Default'
[1/1] Regenerating ninja files
ninja: error:
'../../native_client/toolchain/linux_x86/pnacl_newlib/bin/x86_64-nacl-objcopy',
needed by
'irt_x64/obj/ppapi/native_client/nacl_irt_debuglink.inputdeps.stamp',
missing and no known rule to make it
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
PhistucK
2016-12-30 14:43:16 UTC
Permalink
I am not sure how to fix the underlying issue, but a workaround that may
work is to just disable building Native Client.
See the section about disabling it here -
http://sites.google.com/a/chromium.org/dev/developers/gn-build-configuration


☆*PhistucK*
Post by jeanba wenceslas
ninja -C out/Default chrome
ninja: Entering directory `out/Default'
[1/1] Regenerating ninja files
ninja: error: '../../native_client/toolchain/linux_x86/pnacl_newlib/bin/x86_64-nacl-objcopy',
needed by 'irt_x64/obj/ppapi/native_client/nacl_irt_debuglink.inputdeps.stamp',
missing and no known rule to make it
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
Peter Mayo
2017-01-03 00:20:52 UTC
Permalink
There are some binaries brought in by gclient runhooks - did that run
successfully since you updated your source last?

https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md#Run-the-hooks
Post by PhistucK
I am not sure how to fix the underlying issue, but a workaround that may
work is to just disable building Native Client.
See the section about disabling it here -
http://sites.google.com/a/chromium.org/dev/developers/gn-build-configuration
<http://www.google.com/url?q=http%3A%2F%2Fsites.google.com%2Fa%2Fchromium.org%2Fdev%2Fdevelopers%2Fgn-build-configuration&sa=D&sntz=1&usg=AFQjCNHk3UeOy3QuoCSYskbHhM9IG0HFGw>
☆*Phistuc*
Post by jeanba wenceslas
ninja -C out/Default chrome
ninja: Entering directory `out/Default'
[1/1] Regenerating ninja files
'../../native_client/toolchain/linux_x86/pnacl_newlib/bin/x86_64-nacl-objcopy',
needed by
'irt_x64/obj/ppapi/native_client/nacl_irt_debuglink.inputdeps.stamp',
missing and no known rule to make it
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
jeanba wenceslas
2017-01-05 13:01:55 UTC
Permalink
where is the code to disable?
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
Paweł Hajdan, Jr.
2017-01-10 16:15:31 UTC
Permalink
PhistucK gave you the link. Please read instructions there.

More specifically,
https://sites.google.com/a/chromium.org/dev/developers/gn-build-configuration#TOC-Disable-Native-Client
(and read the beginning for context).

Paweł
Post by jeanba wenceslas
where is the code to disable?
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
Carlo Wood
2018-11-24 23:49:48 UTC
Permalink
I had the same error. I didn't have the native client disabled through GN,
but I still had an environment variable GYP_DEFINES that contained
'disable_nacl=1' which prevented 'gclient runhooks' from installing the
necessary things. Seems that GYP and GN don't work well together.
Post by jeanba wenceslas
ninja: Entering directory `out/Default'
'../../native_client/toolchain/linux_x86/pnacl_newlib/bin/x86_64-nacl-objcopy',
needed by
'irt_x64/obj/ppapi/native_client/nacl_irt_debuglink.inputdeps.stamp',
missing and no known rule to make it
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/1713acd6-8f66-4af9-9a97-33ee454931f0%40chromium.org.
Nico Weber
2018-11-25 16:03:02 UTC
Permalink
Here's a CL to fix this particular issue:
https://chromium-review.googlesource.com/c/chromium/src/+/1350200/ Thanks
for the report!
Post by Carlo Wood
I had the same error. I didn't have the native client disabled through GN,
but I still had an environment variable GYP_DEFINES that contained
'disable_nacl=1' which prevented 'gclient runhooks' from installing the
necessary things. Seems that GYP and GN don't work well together.
Post by jeanba wenceslas
ninja: Entering directory `out/Default'
'../../native_client/toolchain/linux_x86/pnacl_newlib/bin/x86_64-nacl-objcopy',
needed by
'irt_x64/obj/ppapi/native_client/nacl_irt_debuglink.inputdeps.stamp',
missing and no known rule to make it
--
--
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups
"Chromium-dev" group.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/1713acd6-8f66-4af9-9a97-33ee454931f0%40chromium.org
<https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/1713acd6-8f66-4af9-9a97-33ee454931f0%40chromium.org?utm_medium=email&utm_source=footer>
.
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAMGbLiEiL%3D7xBgsDKZE10B4RrzzwRjLczL%3DicJ1dYd_anBYg5A%40mail.gmail.com.
Loading...