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 307368 - [PATCH] compile error
[PATCH] compile error
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
2.11.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
: 308121 310588 312478 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-06-12 12:19 UTC by YunSong Hwang
Modified: 2005-08-03 16:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
config.log (136.41 KB, text/plain)
2005-07-16 22:20 UTC, Bob Kashani
  Details
build-fixes.diff (5.90 KB, patch)
2005-07-16 22:39 UTC, Bob Kashani
none Details | Review

Description YunSong Hwang 2005-06-12 12:19:55 UTC
home/hys545/work/gnome/update/control-center-2.11.3/gnome-settings-daemon/
actions/acme-volume.c:118: undefined reference to `acme_volume_dummy_get_type'
collect2: ld returned 1 exit status
make[4]: *** [gnome-settings-daemon] 오류 1
make[4]: Leaving directory `/home/hys545/work/gnome/update/control-center-2.11.
3/gnome-settings-daemon'
make[3]: *** [all-recursive] 오류 1
make[3]: Leaving directory `/home/hys545/work/gnome/update/control-center-2.11.
3/gnome-settings-daemon'
make[2]: *** [all] 오류 2
make[2]: Leaving directory `/home/hys545/work/gnome/update/control-center-2.11.
3/gnome-settings-daemon'
make[1]: *** [all-recursive] 오류 1
make[1]: Leaving directory `/home/hys545/work/gnome/update/control-center-2.11.
3'
make: *** [all] 오류 2
[hys545@localhost control-center-2.11.3]$
Comment 1 Alex Duggan 2005-06-12 14:58:15 UTC
I just compiled the control-center-2.11.3 tarball from source without any problems.
Comment 2 YunSong Hwang 2005-07-06 08:50:21 UTC
I compile cvs version and 2.11.5
I don't compile
Comment 3 Sebastien Bacher 2005-07-07 19:36:58 UTC
what distribution/version of gcc are you using?
Comment 4 Sebastien Bacher 2005-07-07 20:37:55 UTC
*** Bug 308121 has been marked as a duplicate of this bug. ***
Comment 5 Stef van der Made 2005-07-07 20:46:41 UTC
I'm using gcc 4.0.0 on slackware 8.0 with heaps of updates
Comment 6 YunSong Hwang 2005-07-07 22:29:07 UTC
i'm using gcc 3.4.1 on haansoft 
Comment 7 Sebastien Bacher 2005-07-16 14:58:17 UTC
*** Bug 310588 has been marked as a duplicate of this bug. ***
Comment 8 Sebastien Bacher 2005-07-16 15:30:42 UTC
what configure output do you have for alsa/gstreamer/oss? 
Comment 9 christopher taylor 2005-07-16 21:15:07 UTC
I get exactly the same error but only having installed gstreamer-0.9. gstreamer-
0.8 works fine for me. Will Gnome 2.12 shift to gstreamer 0.9 or 0.10 or stick 
to gstreamer-0.8??
Comment 10 Sebastien Bacher 2005-07-16 22:12:45 UTC
0.8 for GNOME 2.12
Comment 11 Bob Kashani 2005-07-16 22:20:51 UTC
Created attachment 49304 [details]
config.log

I'm using 0.8.10 and I have this issue too. Attached is my config.log
Comment 12 Bob Kashani 2005-07-16 22:39:18 UTC
Created attachment 49305 [details] [review]
build-fixes.diff

Here is a patch from GARNOME that fixes the issue for me.
Comment 13 Sebastien Bacher 2005-07-16 22:58:33 UTC
Ronald, you made the changes, any opinion on the bug/patch?
Comment 14 Ronald Bultje 2005-07-17 06:42:13 UTC
The patch to Makefile.am looks good, I'd say go ahead and apply.
Comment 15 Bob Kashani 2005-07-17 07:27:36 UTC
Forgot to mention that he patch is by Paul Drain. :)
Comment 16 Paul Drain 2005-07-28 01:56:20 UTC
The bug is still present in 2.11.90, can we get this patch committed?
Comment 17 Sebastien Bacher 2005-08-03 16:29:05 UTC
*** Bug 312478 has been marked as a duplicate of this bug. ***
Comment 18 Sebastien Bacher 2005-08-03 16:38:50 UTC
I've commited the Makefile.am change, that fixes the issue:


2005-08-03  Sebastien Bacher  <seb128@debian.org>

        * actions/Makefile.am: fix the build without gstreamer and with alsa,
        patch by Paul Drain <pd@cipherfunk.org> (Closes: #307368).