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 583938 - Unportable test(1) construct in configure script
Unportable test(1) construct in configure script
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
0.12.x
Other NetBSD
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-26 20:22 UTC by Thomas Klausner
Modified: 2009-05-26 23:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch against rhythmbox-0.12.1 fixing the problem (420 bytes, patch)
2009-05-26 20:22 UTC, Thomas Klausner
committed Details | Review

Description Thomas Klausner 2009-05-26 20:22:09 UTC
The configure script uses the unportable bash "==" comparison operator for
test(1). It is not supported by most other shells or even test(1) from GNU
coreutils. Please use "=" instead.
Comment 1 Thomas Klausner 2009-05-26 20:22:45 UTC
Created attachment 135403 [details] [review]
Patch against rhythmbox-0.12.1 fixing the problem
Comment 2 Jonathan Matthew 2009-05-26 23:08:32 UTC
committed as afb7c6e38a2deb059783484b2080ee96037590a9, thanks.