Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2018 15:58:44 +1000
From:      Dima Panov <fluffy@FreeBSD.org>
To:        Marius Strobl <marius@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   Re: svn commit: r341266 - in releng/12.0: . sys/modules/iavf
Message-ID:  <31493546-f2a6-8ad4-5c6e-5e8d835debeb@FreeBSD.org>
In-Reply-To: <201811292159.wATLx9Bb099604@repo.freebsd.org>
References:  <201811292159.wATLx9Bb099604@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello!

Marius Strobl wrote on 30/11/2018 07:59:
> Author: marius
> Date: Thu Nov 29 21:59:09 2018
> New Revision: 341266
> URL: https://svnweb.freebsd.org/changeset/base/341266
> 
> Log:
>    MFC: r341016, MF12: r341261
>    
>    - Add a belated UPDATING entry for the ixlv(4) -> iavf(4) rename in r339338.
>    - Likewise, add ixlv.4.gz to OLD_FILES,
>    - and link if_ixlv.ko to if_iavf.ko in order to aid a bit in the transition.
>    
[cut]
> 
> Modified: releng/12.0/sys/modules/iavf/Makefile
> ==============================================================================
> --- releng/12.0/sys/modules/iavf/Makefile	Thu Nov 29 21:20:53 2018	(r341265)
> +++ releng/12.0/sys/modules/iavf/Makefile	Thu Nov 29 21:59:09 2018	(r341266)
> @@ -15,4 +15,6 @@ SRCS    += i40e_common.c i40e_nvm.c i40e_adminq.c
>   # Enable asserts and other debugging facilities
>   # CFLAGS += -DINVARIANTS -DINVARIANTS_SUPPORT -DWITNESS
>   
> +LINKS=	${KMODDIR}/${KMOD}.ko ${KMODDIR}/if_ixlv.ko
> +
>   .include <bsd.kmod.mk>


And this broke poudriere jail upgrade due to missed kernel modules for 
build purpose

# poudriere jail -u -j fbsd12-test -t 12.0-RC3
[skip]
/usr/src/usr.sbin/newsyslog/newsyslog.c
To install the downloaded upgrades, run "/usr/sbin/freebsd-update.fixed 
install".
Installing updates...ln: ///boot/kernel/if_iavf.ko: No such file or 
directory
chflags: ///boot/kernel/if_ixlv.ko: No such file or directory
[00:20:27] Error: Fail to upgrade system
#


-- 
Dima Panov (fluffy@FreeBSD.org)
(X11, KDE, Office)@FreeBSD team

Facebook: http://www.facebook.com/fluffy.khv
twitter: fluffy_khv | skype: dima.panov | telegram: @dima_panov
IRC: fluffy@EFNet, fluffykhv@FreeNode



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31493546-f2a6-8ad4-5c6e-5e8d835debeb>