Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235243 - app-cdr/xfburn-0.3.* hal problem
Summary: app-cdr/xfburn-0.3.* hal problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-20 01:09 UTC by Adam Penser
Modified: 2008-09-21 21:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
app-cdr/xfburn-0.3.* hal patch (xfburn-blank-dialog.patch,355 bytes, patch)
2008-08-20 01:15 UTC, Adam Penser
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Penser 2008-08-20 01:09:06 UTC
Linking fails with an
undefined reference to `xfburn_hal_manager_send_volume_changed'
error.
I'm posting a patch to fix it.  It is just a reproduction of preprocessor directives as used in the xfburn-blank-dialog.c's previous function.

Reproducible: Always

Steps to Reproduce:
1. Compile xfburn-0.3.*.  Any version causes the error with my setup.
Note that I am not using the "hal" USE flag, which most likely (or so I guess) would fix the error.  I am using the "dbus" and "xfce" USE flags.
Actual Results:  
Linking fails with an
undefined reference to `xfburn_hal_manager_send_volume_changed'
error.

Expected Results:  
The linking should continue normally, so adding the directives from the patch seems like a good idea.
Comment 1 Adam Penser 2008-08-20 01:15:32 UTC
Created attachment 163338 [details, diff]
app-cdr/xfburn-0.3.* hal patch

Fixes the linking bug (when not using the "hal" USE flag) for xfburn.
Comment 2 Christoph Mende (RETIRED) gentoo-dev 2008-09-21 21:43:45 UTC
thanks, fixed