Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 235243

Summary: app-cdr/xfburn-0.3.* hal problem
Product: Gentoo Linux Reporter: Adam Penser <apense>
Component: Current packagesAssignee: XFCE Team <xfce>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: app-cdr/xfburn-0.3.* hal patch

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