wont build program but i have built it localy

Asked by Bitten2up

I used debuild -b -uc -us to compile a .deb locally of srb2 but the build bot is giving errors that make no sense

https://launchpadlibrarian.net/553312987/buildlog_ubuntu-focal-amd64.srb2_2.2.0-20210812174142_BUILDING.txt.gz

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Colin Watson (cjwatson) said :
#1

debuild doesn't build in a clean environment with only your package's build-dependencies installed; you'd need pbuilder or sbuild for that.

In your build log, I see a good deal of this:

Package libgme was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgme.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgme' found

That suggests to me that you're missing (at least) libgme-dev in your Build-Depends.

Revision history for this message
Bitten2up (bitten2up) said :
#2

ok ill try that

Can you help with this problem?

Provide an answer of your own, or ask Bitten2up for more information if necessary.

To post a message you must log in.