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 334628 - NAUTILUS_BURN_CHECK_VERSION broken in release 2.14.0.1
NAUTILUS_BURN_CHECK_VERSION broken in release 2.14.0.1
Status: RESOLVED FIXED
Product: nautilus-cd-burner
Classification: Deprecated
Component: cd-burner
2.14.x
Other Linux
: Normal major
: ---
Assigned To: Nautilus CD Burner Maintainers
Nautilus CD Burner Maintainers
: 334962 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-03-15 09:10 UTC by Christophe Fergeau
Modified: 2006-03-18 09:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.22 KB, patch)
2006-03-15 14:20 UTC, William Jon McCann
committed Details | Review

Description Christophe Fergeau 2006-03-15 09:10:45 UTC
In that release, the minor version number is defined to:
#define NAUTILUS_BURN_VERSION_MICRO     (0.1)

NAUTILUS_BURN_CHECK_VERSION tests:
NAUTILUS_BURN_VERSION_MICRO >= (micro)

which fails with:
rb-playlist-source-recorder.c:307:40: error: floating constant in preprocessor expression

when an application tries to use it. Not sure about the appropriate severity to use, but this seems pretty important to me.
Comment 1 William Jon McCann 2006-03-15 14:20:46 UTC
Created attachment 61297 [details] [review]
patch

Damn.  This should fix it.

I agree this is somewhat serious.  Any suggestions on the appropriate course of action?

I'll make a new 2.14.0.2 release.  Perhaps giving a heads up to some people at main distros is enough?
Comment 2 Christophe Fergeau 2006-03-15 14:27:52 UTC
I'd say a new release and an annoucement on gnome-announce explaining the problem should be enough.
Comment 3 William Jon McCann 2006-03-15 15:00:07 UTC
Thanks so much for catching this.  I may not have since I had already bumped the version number in CVS.  Thanks!
Comment 4 Jonathan Matthew 2006-03-18 09:59:21 UTC
*** Bug 334962 has been marked as a duplicate of this bug. ***