update of ncursrses

Dagobert Michelsen dam at opencsw.org
Thu May 14 22:25:26 CEST 2020


Hi Riccardo,

Am 14.05.2020 um 21:35 schrieb Riccardo Mottola via buildfarm <buildfarm at lists.opencsw.org>:
> while building, I get this error on unstable9s
> 
> RUNTIME_DEP_PKGS_CSWlynx += CSWlibncurses5
> If any of the reported errors were false positives, you can override them
> pasting the lines below to the GAR recipe.
> CHECKPKG_OVERRIDES_CSWlynx +=
> dependency-on-nonexistent-package|CSWlibncurses6
> CHECKPKG_OVERRIDES_CSWlynx += missing-dependency|CSWlibncurses5
> CHECKPKG_OVERRIDES_CSWlynx += surplus-dependency|CSWlibncurses6
> 
> could you please check that unstable9x and unstable9s have the latest
> ncurses available?

The latest ncurses has only been built for Solaris 10+.
The best way to handle this is

RUNTIME_DEP_PKGS_CSWlynx-5.9 += CSWlibncurses5
RUNTIME_DEP_PKGS_CSWlynx-5.10 += CSWlibncurses6
RUNTIME_DEP_PKGS_CSWlynx += $(RUNTIME_DEP_PKGS_CSWlynx-$(GARCH))

Best regards

  — Dago

-- 
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896



More information about the buildfarm mailing list