[Bug 201779] PORTS_MODULES does not support make reinstallkernel

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 23 01:11:26 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201779

            Bug ID: 201779
           Summary: PORTS_MODULES does not support make reinstallkernel
           Product: Base System
           Version: 10.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: rkoberman at gmail.com

If a system defines "PORTS_MODULES in /etc/src.conf, doing a a "make
reinstallkernel" fails as bsd.port.mk does not define a target for
"redeinstall".

===> Ports module emulators/virtualbox-ose-kmod (reinstall)
cd ${PORTSDIR:-/usr/ports}/emulators/virtualbox-ose-kmod;
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin
 SRC_BASE=/usr/src  OSVERSION=1001519  WRKDIRPREFIX=/usr/obj/usr/src/sys/ make
-B redeinstall deinstall reinstall
make[3]: don't know how to make redeinstall. Stop

It looks to me like redeinstall can simply be defined as "reinstall deinstall"

It is not super-significant, but it would be nice if it worked.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list