Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114220 - apcupsd-3.10.18-r1 not finding curses.h from ncurses-5.4-r6
Summary: apcupsd-3.10.18-r1 not finding curses.h from ncurses-5.4-r6
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Highest normal (vote)
Assignee: Michael Imhof (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-01 20:04 UTC by Scott
Modified: 2006-12-19 14:09 UTC (History)
1 user (show)

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 Scott 2005-12-01 20:04:15 UTC
Attempts to emerge apcupsd-3.10.18-r1 fails during configure as follows:

   checking ncurses/curses.h usability... no
   checking ncurses/curses.h presence... no
   checking for ncurses/curses.h... no
   configure: error: ncurses headers not found

   !!! ERROR: sys-power/apcupsd-3.10.18-r1 failed.
   !!! Function src_compile, Line 64, Exitcode 1
   !!! (no error message)

ncurses-5.4-r6 is installed.  curses.h is present in /usr/include

Reproducible: Always
Steps to Reproduce:
1. emerge ncurses (f not already installed)
2. emerge apcupsd

Actual Results:  
See details above

Expected Results:  
Installed apcupsd

See above
Comment 1 Scott 2006-03-26 14:24:32 UTC
Any word on this bug?  It's been awhile and I still haven't gotten apcupsd to compile properly on AMD64.
Comment 2 Michael Imhof (RETIRED) gentoo-dev 2006-08-27 03:06:23 UTC
Have you tried any newer version?
Comment 3 Scott 2006-11-27 20:06:12 UTC
(In reply to comment #2)
> Have you tried any newer version?
> 

apcupsd is still at 3.10.18-r1; I don't think ncurses has changed either.

The problem seems to be that apcupsd is looking for /usr/include/ncurses/curses.h but the actual include file installed to /usr/include/ncursesw/curses.h

I can symlink a fix on my system, but we really should fix the package.


Comment 4 SpanKY gentoo-dev 2006-12-19 14:09:06 UTC
no, you should have both /usr/include/ncurses/curses.h and /usr/include/ncursesw/curses.h