GNOME Bugzilla – Bug 617748
missing file in 2.31.1 tarball
Last modified: 2010-06-08 22:02:40 UTC
The gnome-settings-daemon 2.31.1 tarball release is missing plugins/smartcard/smartcard.gnome-settings-plugin The build error is: make: *** No rule to make target `smartcard.gnome-settings-plugin', needed by `all-am'. Stop.
Should be all set: commit 4b334ddf6c53ce795063d44746a9a2d90fea85ff Author: Ray Strode <rstrode@redhat.com> Date: Wed May 5 14:14:00 2010 -0400 Always dist smartcard.gnome-settings-plugin Before if the person who rolled the tarball lacked smartcard support on their system, then the build would break for someone with smartcard support enabled. https://bugzilla.gnome.org/show_bug.cgi?id=617748
Created attachment 161103 [details] [review] patch The other fix seems to break building with --disable-smartcard-support
*** Bug 619539 has been marked as a duplicate of this bug. ***
I just tried to build 2.31.3. Looks like the fix didn't make the tarball.
Comment on attachment 161103 [details] [review] patch Sorry, I missed the patch fly by in my bug mail. Should be all set now: Fix build for --disable-smartcard-supportmaster commit 4b334ddf6c53ce795063d44746a9a2d90fea85ff broke the build for --disable-smartcard-users. This commit fixes that. Based on a patch from William Jon McCann <william.jon.mccann@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=617748 Sorry about all the build goo issues.