Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.
This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.
Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
-
Moonchild
- Pale Moon guru

- Posts: 34555
- Joined: 2011-08-28, 17:27
- Location: Motala, SE
-
Contact:
Unread post
by Moonchild » 2023-06-08, 07:52
You can use the code cross reference
https://xref.palemoon.org/goanna-central/ to find code lines.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
bmelo
- Hobby Astronomer

- Posts: 18
- Joined: 2023-02-13, 02:10
Unread post
by bmelo » 2023-06-10, 04:41
Now I'm getting the error below. I think this is related to architecture in NetBSD be represented as amd64 instead x86_64, but not sure, and not sure where this error is coming from (I mean, the place where the architecure definition is missing)
Code: Select all
21:26.24 libmozavutil.so.symbols
21:26.52 libunicharutil_external_s.a.desc
21:26.54 certdata.c
21:26.54 out.nssckbi.def
21:26.56 libmozavutil.so
21:26.76 out.nssutil.def
21:26.84 Error: unhandled OS_ARCH NetBSD
21:26.86 gmake[5]: *** [backend.mk:16: out.nssckbi.def] Error 1
21:26.86 gmake[5]: *** Deleting file 'out.nssckbi.def'
21:26.86 gmake[5]: *** Waiting for unfinished jobs....
21:27.10 Error: unhandled OS_ARCH NetBSD
21:27.10 gmake[5]: *** [backend.mk:9: out.nssutil.def] Error 1
21:27.10 gmake[5]: *** Deleting file 'out.nssutil.def'
21:27.10 gmake[4]: *** [/home/bruno/Pale-Moon/platform/config/recurse.mk:71: sec urity/nss/lib/util/util_nssutil3/target] Error 2
21:27.10 gmake[4]: *** Waiting for unfinished jobs....
21:27.14 gmake[4]: *** [/home/bruno/Pale-Moon/platform/config/recurse.mk:71: sec urity/nss/lib/ckfw/builtins/builtins_nssckbi/target] Error 2
21:31.30 libsecurity_manager_ssl.a.desc
I accept any suggestion.
Thanks.
-
hexagonwin
- Newbie

- Posts: 5
- Joined: 2023-04-30, 16:18
Unread post
by hexagonwin » 2023-06-10, 05:34
I see Arctic Fox, a Palemoon fork listed on NetBSD pkgsrc at www/arcticfox, maybe you can take a look at it to see how they made it build?
-
bmelo
- Hobby Astronomer

- Posts: 18
- Joined: 2023-02-13, 02:10
Unread post
by bmelo » 2023-06-16, 11:30
hexagonwin wrote: ↑2023-06-10, 05:34
I see Arctic Fox, a Palemoon fork listed on NetBSD pkgsrc at www/arcticfox, maybe you can take a look at it to see how they made it build?
Yes, I included the patches from pkgsrc's Arctic Fox but still same error.