imake-4 fails to install
Chris Pressey
cpressey at catseye.mine.nu
Sat Aug 21 17:48:27 PDT 2004
On Sat, 21 Aug 2004 10:59:00 +0200
"CrAsH" <danielolsson14 at xxxxxxxxxxx> wrote:
> ** Listing the failed packages (*:skipped / !:failed)
> ! sysutils/dfuife_cgi (dfuife_cgi-2004.0711) (port
> directory
> error)
> ! sysutils/dfuife_curses (dfuife_curses-2004.0711) (port
> directory error)
> ! www/thttpd-notimeout (thttpd-notimeout-2.24) (port
> directory
> error)
> ! sysutils/libdfui (libdfui-2004.0711) (port directory error)
> ! sysutils/dfuibe_installer (dfuibe_installer-1.0.1) (port
> directory error)
Portupgrade (and the FreeBSD ports system in general) can't (gracefully)
handle dfports (or packages built from them) that don't have an
underlying FreeBSD port. The installer packages (listed above) are an
example of such. To make portupgrade ignore them, you can add the
following to the HOLD_PKGS section of your pkgtools.conf file:
HOLD_PKGS = [
'libdfui-*',
'dfuibe_installer-*',
'dfuife_curses-*',
'dfuife_cgi-*',
'thttpd-notimeout-*',
]
Hopefully we'll handle this a better way in an upcoming release of the
installer packages.
Sorry CrAsH, I don't know what your imake/X-windows error is about,
though :/
-Chris
More information about the Bugs
mailing list