Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284157 - Missing LibHalFunction in hal/libhal.h
Summary: Missing LibHalFunction in hal/libhal.h
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-08 11:20 UTC by Sérgio
Modified: 2009-09-08 11:31 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.