fatal error: 'third_party/fp16/src/include/fp16.h' file not found

20 views
Skip to first unread message

Andreas Beil

unread,
May 7, 2024, 2:36:51 AMMay 7
to v8-dev
Hello community,

i try to build 12.4-lkgr on Windows. Building 12.3-lkgr worked at least for the "monolith" configuration.

The build shows the following error:

../../../../../../src/objects/elements.cc(28,10): fatal error: 'third_party/fp16/src/include/fp16.h' file not found
28 | #include "third_party/fp16/src/include/fp16.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Either on the build machine and also in the online view of the repository, the mentioned file is not available.

I wonder how the code can be build at all. Do i miss anything?
Any hint how to handle this?

Regards,
  Andreas


Andreas Haas

unread,
May 7, 2024, 2:38:36 AMMay 7
to v8-...@googlegroups.com
Hi Andreas,

Did you try to run `gclient sync`? I don't know anything about this file, but such problems often get solved with a `gclient sync`.

Regards,
Andreas

--
--
v8-dev mailing list
v8-...@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-dev+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/78cb3fa5-f403-427d-9a27-4a31939f04e7n%40googlegroups.com.


--

Andreas Haas

Software Engineer

ah...@google.com


Google Germany GmbH

Erika-Mann-Straße 33

80636 München


Geschäftsführer: Paul Manicle, Liana Sebastian

Registergericht und -nummer: Hamburg, HRB 86891

Sitz der Gesellschaft: Hamburg


Diese E-Mail ist vertraulich. Falls sie diese fälschlicherweise erhalten haben sollten, leiten Sie diese bitte nicht an jemand anderes weiter, löschen Sie alle Kopien und Anhänge davon und lassen Sie mich bitte wissen, dass die E-Mail an die falsche Person gesendet wurde.

    

This e-mail is confidential. If you received this communication by mistake, please don't forward it to anyone else, please erase all copies and attachments, and please let me know that it has gone to the wrong person.


Andreas Beil

unread,
May 7, 2024, 2:42:26 AMMay 7
to v8-dev
Hi Andreas,

in fact i cleaned the whole repository and retrieved it from scratch. I can do this again ...

But as described, the file is also not available in the chromium git repository:
- Andreas

Andreas Haas

unread,
May 7, 2024, 2:50:17 AMMay 7
to v8-...@googlegroups.com
Hi Andreas,

I assume that the file gets loaded with the DEPS rule in [1], so I would assume a `gclient sync` would fetch it. I have the file in my checkout. You can also download the file manually from the repository mentioned in [1].

Regards,
Andreas


Andreas Beil

unread,
May 7, 2024, 11:09:38 AMMay 7
to v8-dev
Hi Andreas,

i think you are right :-)

I'm building v8 using a special script, which is not using 'gclient' (and i was not aware that that's the case :-( ). After your hint i checked how the script works and found the reason.
At least this is a "Takeaway" for myself.

Thank you very much for your response!

- Andreas

Reply all
Reply to author
Forward
0 new messages