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 633418 - Missing Dependency on Fedora
Missing Dependency on Fedora
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-29 01:51 UTC by Jon Kristensen
Modified: 2010-11-01 15:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The log of the failing build process. (6.42 KB, text/plain)
2010-10-29 01:54 UTC, Jon Kristensen
  Details
gnome-shell-build-setup.sh: add libcanberra-devel for volume control (2.58 KB, patch)
2010-10-29 12:31 UTC, Dan Winship
accepted-commit_now Details | Review
gnome-shell.modules: add libcanberra (3.31 KB, patch)
2010-11-01 14:54 UTC, Dan Winship
none Details | Review
gnome-shell.modules: add libcanberra (1.89 KB, patch)
2010-11-01 15:14 UTC, Dan Winship
committed Details | Review

Description Jon Kristensen 2010-10-29 01:51:45 UTC
When I try to build gnome-shell on Fedora I get the attached error. Installing libcanberra-devel resolves the problem, so I think it should be added to build-setup.sh. Apparantly the volume indicator uses libcanberra to play the pings.
Comment 1 Jon Kristensen 2010-10-29 01:54:19 UTC
Created attachment 173451 [details]
The log of the failing build process.

I forgot to attach the log. :)
Comment 2 Dan Winship 2010-10-29 12:31:27 UTC
Created attachment 173474 [details] [review]
gnome-shell-build-setup.sh: add libcanberra-devel for volume control

my bad. mutter uses canberra so I assumed we were already pulling it in
somehow, but apparently mutter only uses it *optionally*

(ftr, from a quick check there don't appear to be any more optional
dependencies left in mutter that we aren't explicitly requiring)
Comment 3 Owen Taylor 2010-10-29 14:29:35 UTC
Review of attachment 173474 [details] [review]:

Looks fine, I've been sort of trying to keep things alphabetized in the deps lists, but since they already are not alphabetized, it's sort of a weak "try".

If the canberra dep in mutter wasn't optional, we'd need to build libcanberra, since what we need there is libcanbera-gtk3
Comment 4 Dan Winship 2010-10-29 15:25:01 UTC
Comment on attachment 173474 [details] [review]
gnome-shell-build-setup.sh: add libcanberra-devel for volume control

we're going to need git libcanberra-gtk3 for the deps of the new status icons anyway
Comment 5 Dan Winship 2010-11-01 14:54:46 UTC
Created attachment 173637 [details] [review]
gnome-shell.modules: add libcanberra

The volume status icon requires libcanberra; we could get by with
packages so far, but we will need a very very recent libcanberra soon
anyway, so just require that.

(Extracted from a patch from Giovanni Campagna in bug 622451.)
Comment 6 Dan Winship 2010-11-01 15:14:28 UTC
Created attachment 173638 [details] [review]
gnome-shell.modules: add libcanberra

use libcanberra 0.26
Comment 7 Owen Taylor 2010-11-01 15:23:35 UTC
Review of attachment 173638 [details] [review]:

Assuming that you've tested that it builds, looks good. (I ask only because I have a poor track record of detecting issues with moduleset additions by inspection.)
Comment 8 Dan Winship 2010-11-01 15:34:03 UTC
Attachment 173638 [details] pushed as 79a33fa - gnome-shell.modules: add libcanberra