pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/57282: Package audio/mp3blaster compile fails if ncurses package installed
The following reply was made to PR pkg/57282; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/57282: Package audio/mp3blaster compile fails if ncurses
package installed
Date: Wed, 10 May 2023 23:44:36 +0000
On Tue, Mar 21, 2023 at 09:50:00PM +0000, jspath55%gmail.com@localhost wrote:
> main.cc:(.text+0x1ee3): undefined reference to `_acs_char'
This is caused by compiling against headers from base curses and
linking against ncurses, which obviously can't be expected to work.
I cannot reproduce the problem though. If it's still happening:
- please check what config.status reports for the various
curses/ncurses tests;
- after "make configure" please check in work/.work.log whether the
transformed commands (the ones marked with <.> rather than [*])
contain references into your installed package tree (they should not,
instead they should refer to work/.buildlink);
- make sure your installed package tree (/usr/pkg or whatever) isn't
symlinked; that breaks the buildlink logic and that can cause failures
of this type;
- if none of the above applies check that work/.buildlink links to
the right curses (base curses headers and libraries, and not ncurses,
and definitely not a mixture).
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index