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 796684 - openssl: build on Architecture.ARMv7 and Platform.LINUX fails
openssl: build on Architecture.ARMv7 and Platform.LINUX fails
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal normal
: 1.14.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-06-26 18:39 UTC by vincenzo.bono
Modified: 2018-06-30 13:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cerbero: openssl.recipe patch (1.02 KB, patch)
2018-06-26 18:50 UTC, vincenzo.bono
committed Details | Review

Description vincenzo.bono 2018-06-26 18:39:55 UTC
Looking openssl.recipe, -D__ARM_MAX_ARCH__=7 was added only for Platform.ANDROID, but not Platform.Linux.

This lead a build running on a Raspberry Pi 3 to fail on OpenSSL.
Comment 1 vincenzo.bono 2018-06-26 18:50:50 UTC
Created attachment 372836 [details] [review]
cerbero: openssl.recipe patch
Comment 2 Nirbheek Chauhan 2018-06-30 13:30:41 UTC
Pushed as:

commit ee85f44c7f5faf4b0479ac7427d4be617d4b6726
Author: Vincenzo Bono <vincenzo.bono@gmail.com>
Date:   Tue Jun 26 20:43:29 2018 +0200

    cerbero: openssl.recipe patch
    
    Added Platform.Linux in or to Platform.android, before the check for Architecture.ARMv7.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=796684
Comment 3 Nirbheek Chauhan 2018-06-30 13:32:04 UTC
Also pushed as 31031e14ecc152f798e401fed3ea7f3e0cecb0bb to the 1.14 stable branch.