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.
-
TCH68k
- New to the forum

- Posts: 2
- Joined: 2025-01-18, 14:54
Unread post
by TCH68k » 2025-01-19, 15:51
Operating system: Debian 11
Browser version: 33.5.1
32-bit or 64-bit browser?: 64
Problem URL:
https://repo.palemoon.org/MoonchildProductions/UXP/issues/2679
Browser theme (if not default): Irrelevant
Installed add-ons: Irrelevant
Installed plugins: (about:plugins): Irrelevant
If possible, please include the output of help->troubleshooting information (as text):
I was told in the linked bugticket to ask help here.
-
TCH68k
- New to the forum

- Posts: 2
- Joined: 2025-01-18, 14:54
Unread post
by TCH68k » 2025-01-20, 23:28
I found the culprit.
~/.bashrc contained this line:
Code: Select all
export PKG_CONFIG_PATH="/usr/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib/i386-linux-gnu/pkgconfig/mit-krb5:/usr/lib/pkgconfig:/usr/lib/pkgconfig/python2.7:/usr/lib/x86_64-linux-gnu/openmpi/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig/mit-krb5:/usr/lib/xpra/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/local/share/pkgconfig:/usr/share/pkgconfig:/usr/share/xemacs21/xemacs-packages/pkginfo"
I do not remember when and why did i put this there (probably because the building of QEmu), but by commenting it out, PaleMoon builds again.