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

Bug 284157

Summary: Missing LibHalFunction in hal/libhal.h
Product: Gentoo Linux Reporter: Sérgio <smfaraujo>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sérgio 2009-09-08 11:20:04 UTC
i just have a declaraation in a program that is not recognized by the compilator. The compilator returns this error message:

/home/Indian/Programas/NetManager/Teste/src/teste.c:424: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'hal_functions'

the declaration is

static LibHalFunctions hal_functions =
{
nm_hal_mainloop_integration,
nm_hal_device_added,
nm_hal_device_removed,
nm_hal_device_new_capability,
nm_hal_device_lost_capability,
nm_hal_device_property_modified,
NULL
};

the scenario here is that LibHalFunctions isn't declared anywere in the program even in the hal/libhal.h included in the program. I have made as a root grep -r LibHalFunctions * but it did'nt find nothing.
i have the packages hal, hal-devel, hal-libs installed but the LIbHalFunctions isn't anywhere
Comment 1 Alex Legler (RETIRED) archtester gentoo-dev Security 2009-09-08 11:31:09 UTC
Developer account issues? Please file your bugs in the Gentoo Linux component, like everyone else.

(In reply to comment #0)
> i have the packages hal, hal-devel, hal-libs installed but the LIbHalFunctions
> isn't anywhere
> 

We do not have "hal-devel" or "hal-libs" packages. Welcome to Gentoo. Reopen the bug *if* you have substantial information, code examples, build logs, emerge --info and the like.