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 644876 - [PATCH] Fix `gmake test` on FreeBSD
[PATCH] Fix `gmake test` on FreeBSD
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: general
0.11.x
Other FreeBSD
: Normal normal
: ---
Assigned To: Alexander Kojevnikov
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-16 05:39 UTC by Alexander Kojevnikov
Modified: 2011-05-20 20:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.66 KB, patch)
2011-03-16 05:41 UTC, Alexander Kojevnikov
none Details | Review

Description Alexander Kojevnikov 2011-03-16 05:39:05 UTC
The patch is coming...
Comment 1 Alexander Kojevnikov 2011-03-16 05:41:32 UTC
Created attachment 183486 [details] [review]
Proposed patch
Comment 2 Jürg Billeter 2011-05-20 20:57:12 UTC
Thanks for the patch. For further patches, please make sure not to do multiple independent changes in the same commit. I've applied the bash change but I'm not applying the -O option as this interferes with debugging. As far as I know, gcc complains about this only in versions earlier than 4.4. If you're really still using gcc versions that are 3 release series back to build recent Vala versions, it should be easy to apply a local patch until you upgrade gcc.

commit 50812dd18e036ad5fc25049fce262662f57be441
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Wed Mar 16 13:34:40 2011 +0800

    tests: Search path for bash
    
    Bash on BSDs is not in /bin.
    
    Fixes bug 644876.