| Summary: | sys-power/apcupsd-3.10.18-r1 fails to compile apcupsd | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | David Gardner [work] <david.gardner> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | emerge apcups output | ||
|
Description
David Gardner [work]
2007-08-21 16:47:35 UTC
Created attachment 128791 [details]
emerge apcups output
Shows compiler errors starting on line 560
I went back and looked at the gcc output from the emerge and found that the binary is failing to compile, which is somewhat confusing because emerge continues on and adds apcupsd to world as if the compile was successful: gcc -g -O apcupsd.o apcoptd.o apcnet.o apcreports.o apcaction.o apcnis.o apcdev ice.o /var/tmp/portage/sys-power/apcupsd-3.10.18-r1/work/apcupsd-3.10.18/src/dri vers/libdrivers.a /var/tmp/portage/sys-power/apcupsd-3.10.18-r1/work/apcupsd-3.1 0.18/src/lib/libapc.a -o apcupsd /var/tmp/portage/sys-power/apcupsd-3.10.18-r1/work/apcupsd-3.10.18/src/drivers/l ibdrivers.a(drivers.o):(.rodata+0x138): undefined reference to `net_ups_open' /var/tmp/portage/sys-power/apcupsd-3.10.18-r1/work/apcupsd-3.10.18/src/drivers/l ibdrivers.a(drivers.o):(.rodata+0x140): undefined reference to `net_ups_setup' /var/tmp/portage/sys-power/apcupsd-3.10.18-r1/work/apcupsd-3.10.18/src/drivers/l ibdrivers.a(drivers.o):(.rodata+0x148): undefined reference to `net_ups_close' /var/tmp/portage/sys-power/apcupsd-3.10.18-r1/work/apcupsd-3.10.18/src/drivers/l ibdrivers.a(drivers.o):(.rodata+0x150): undefined reference to `net_ups_kill_pow er' /var/tmp/portage/sys-power/apcupsd-3.10.18-r1/work/apcupsd-3.10.18/src/drivers/l ibdrivers.a(drivers.o):(.rodata+0x158): undefined reference to `net_ups_read_sta tic_data' /var/tmp/portage/sys-power/apcupsd-3.10.18-r1/work/apcupsd-3.10.18/src/drivers/l ibdrivers.a(drivers.o):(.rodata+0x160): undefined reference to `net_ups_read_vol atile_data' /var/tmp/portage/sys-power/apcupsd-3.10.18-r1/work/apcupsd-3.10.18/src/drivers/l ibdrivers.a(drivers.o):(.rodata+0x168): undefined reference to `net_ups_get_capa bilities' /var/tmp/portage/sys-power/apcupsd-3.10.18-r1/work/apcupsd-3.10.18/src/drivers/l ibdrivers.a(drivers.o):(.rodata+0x170): undefined reference to `net_ups_check_st ate' /var/tmp/portage/sys-power/apcupsd-3.10.18-r1/work/apcupsd-3.10.18/src/drivers/l ibdrivers.a(drivers.o):(.rodata+0x178): undefined reference to `net_ups_program_ eeprom' /var/tmp/portage/sys-power/apcupsd-3.10.18-r1/work/apcupsd-3.10.18/src/drivers/l ibdrivers.a(drivers.o):(.rodata+0x180): undefined reference to `net_ups_entry_po int' collect2: ld returned 1 exit status *** This bug has been marked as a duplicate of bug 176339 *** |