Opensuse Tumbleweed build fail #286
Closed
b3n-h4il
started this conversation in
Hacking Pulsar
Replies: 1 comment
-
Turns out that I never configured pkgconf on my system. I usually go for the prepackaged tools, like the ones from homebrew; and the build system I use for my C++ projects (Build2) can find .pc files on it's own. After I searched where Tumbleweed keeps the .pc files, and added that to the PKG_CONFIG_PATH environment variable, the build completed successfully. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to build Pulsar on OpenSUSE Tumbleweed. I've set up Python 3.10, the node version that the build system enables when we run
nvm install
, and also enabled yarn with corepack. But I always get an error about libsecret, which I have installed (thelibsecret-devel
package):"Package libsecret-1 was not found in the pkg-config search path. Perhaps you should add the directory containing libsecret-1.pc' to the PKG_CONFIG_PATH environment variable."
. Indeed, the Ubuntu equivalent package is calledlibsecret-1-dev
, the Tumbleweed's name is different, justlibsecret-devel
. Is that meaningful?It's also true that the Pulsar rpm installation package doesn't work on OpenSUSE, is there a connection?
Beta Was this translation helpful? Give feedback.
All reactions