After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 790250 - fails to cross-build from source on Debian
fails to cross-build from source on Debian
Status: RESOLVED OBSOLETE
Product: seahorse
Classification: Applications
Component: Nautilus
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Seahorse Maintainer
Seahorse Maintainer
https://bugs.debian.org/cgi-bin/bugre...
Depends on:
Blocks:
 
 
Reported: 2017-11-12 13:50 UTC by Clement Hermann (nodens)
Modified: 2017-12-04 13:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure $ac_tool_prefix when discovering pkg-config (738 bytes, patch)
2017-11-12 13:50 UTC, Clement Hermann (nodens)
needs-work Details | Review

Description Clement Hermann (nodens) 2017-11-12 13:50:12 UTC
Created attachment 363443 [details] [review]
configure $ac_tool_prefix when discovering pkg-config

Hi,

while giving some love to seahorse-nautilus in Debian (it was removed from testing, and it would affect Tails), we fixed some building issues.

seahorse-nautilus fails to cross build from source, because it uses the
build architecture pkg-config and thus fails to find some packages at
configure time. After switching configure.ac to use the upstream macro
PKG_PROG_PKG_CONFIG, it cross compiles successfully.

Please find a patch attached.

Cheers,

--
Debian Privacy Tools maintainers
Comment 1 Niels De Graef 2017-11-13 18:38:17 UTC
Review of attachment 363443 [details] [review]:

Hey Clement,

Thanks for patch again! However, when i try to apply it, I get the following error:

> error: corrupt patch at line 11

Looking at the raw patch, it seems like you're missing some leading whitespace
(maybe due to some rogue editor setting?). Anyway, would you mind re-submitting the patch with the necessary fixups?

Cheers,
Niels
Comment 2 Niels De Graef 2017-12-04 13:15:40 UTC
The build process was modernized to Meson, which fixes this.

Changing bug status to OBSOLETE.