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 636268 - configure test fails on FreeBSD
configure test fails on FreeBSD
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.31
Other FreeBSD
: Normal normal
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-02 01:28 UTC by Koop Mast (kwm)
Modified: 2010-12-04 13:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replace " == " with " = " to make it work with FreeBSD's /bin/sh. (511 bytes, patch)
2010-12-02 01:29 UTC, Koop Mast (kwm)
committed Details | Review

Description Koop Mast (kwm) 2010-12-02 01:28:46 UTC
Configure outputs:
------------------------------------
configure: working c++ compiler found: yes
test: xyes: unexpected operator
------------------------------------
Comment 1 Koop Mast (kwm) 2010-12-02 01:29:34 UTC
Created attachment 175692 [details] [review]
Replace " == " with " = " to make it work with FreeBSD's /bin/sh.
Comment 2 Tim-Philipp Müller 2010-12-04 13:22:02 UTC
Would be great if you could test the pre-releases as well in future, then we can catch these kind of things before the release :)

Thanks for the patch, committed:

commit d569bf420d5f915c6a3901b193b69757991f4da8
Author: Koop Mast <kwm@FreeBSD.org>
Date:   Sat Dec 4 13:14:39 2010 +0000

    configure: fix test so it works with FreeBSD's /bin/sh
    
    Use '=' instead of '=='. Fixes:
    
    configure: working c++ compiler found: yes
    test: xyes: unexpected operator
    
    http://bugzilla-attachments.gnome.org/attachment.cgi?id=175692