Re: FreeBSD 12 kernel broken

2019-03-24 Thread Rozhuk Ivan
On Mon, 25 Mar 2019 06:13:28 +1100
Peter Jeremy  wrote:

> On 2019-Mar-22 19:08:18 +0300, Rozhuk Ivan 
> wrote:
> >ld: error: undefined symbol: xz_dec_init  
>  referenced by g_uzip_lzma.c:106
>  (/usr/src/sys/geom/uzip/g_uzip_lzma.c:106)
>  g_uzip_lzma.o:(g_uzip_lzma_ctor)  
> >
> >ld: error: undefined symbol: xz_dec_run  
>  referenced by g_uzip_lzma.c:81
>  (/usr/src/sys/geom/uzip/g_uzip_lzma.c:81)
>  g_uzip_lzma.o:(g_uzip_lzma_decompress)  
> >
> >ld: error: undefined symbol: xz_dec_end  
>  referenced by g_uzip_lzma.c:60
>  (/usr/src/sys/geom/uzip/g_uzip_lzma.c:60)
>  g_uzip_lzma.o:(g_uzip_lzma_free)  
> >--- kernel.full ---
> >*** [kernel.full] Error code 1  
> 
> Are you talking about FreeBSD 12 or FreeBSD 13?
> 

12
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: FreeBSD 12 kernel broken

2019-03-24 Thread Peter Jeremy
On 2019-Mar-22 19:08:18 +0300, Rozhuk Ivan  wrote:
>ld: error: undefined symbol: xz_dec_init
 referenced by g_uzip_lzma.c:106 (/usr/src/sys/geom/uzip/g_uzip_lzma.c:106)
   g_uzip_lzma.o:(g_uzip_lzma_ctor)
>
>ld: error: undefined symbol: xz_dec_run
 referenced by g_uzip_lzma.c:81 (/usr/src/sys/geom/uzip/g_uzip_lzma.c:81)
   g_uzip_lzma.o:(g_uzip_lzma_decompress)
>
>ld: error: undefined symbol: xz_dec_end
 referenced by g_uzip_lzma.c:60 (/usr/src/sys/geom/uzip/g_uzip_lzma.c:60)
   g_uzip_lzma.o:(g_uzip_lzma_free)
>--- kernel.full ---
>*** [kernel.full] Error code 1

Are you talking about FreeBSD 12 or FreeBSD 13?

-- 
Peter Jeremy


signature.asc
Description: PGP signature


Re: FreeBSD 12 kernel broken

2019-03-23 Thread Konstantin Belousov
On Sat, Mar 23, 2019 at 01:23:58AM +0300, Rozhuk Ivan wrote:
> On Fri, 22 Mar 2019 12:12:44 -0700
> Maxim Sobolev  wrote:
> 
> > src/UPDATING entry perhaps in order?
> > 
> > > Read the updated man page for geom_uzip.  Add
> > > device xz
> > > to your kernel config.
> 
> 
> https://www.freebsd.org/cgi/man.cgi?query=geom_uzip=0=0=FreeBSD+13-current=default=html
> https://www.freebsd.org/cgi/man.cgi?query=geom_uzip=0=0=FreeBSD+12.0-stable=default=html
> 
> I see nothing about xz.
Because you are looking at outdated man pages.

Did you tried to look at the page from the same checkout as you build
the kernel from ?

> src/UPDATING - nothing.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: FreeBSD 12 kernel broken

2019-03-22 Thread Rozhuk Ivan
On Fri, 22 Mar 2019 12:12:44 -0700
Maxim Sobolev  wrote:

> src/UPDATING entry perhaps in order?
> 
> > Read the updated man page for geom_uzip.  Add
> > device xz
> > to your kernel config.


https://www.freebsd.org/cgi/man.cgi?query=geom_uzip=0=0=FreeBSD+13-current=default=html
https://www.freebsd.org/cgi/man.cgi?query=geom_uzip=0=0=FreeBSD+12.0-stable=default=html

I see nothing about xz.
src/UPDATING - nothing.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: FreeBSD 12 kernel broken

2019-03-22 Thread Maxim Sobolev
src/UPDATING entry perhaps in order?

-Max

On Fri, Mar 22, 2019, 11:39 AM Konstantin Belousov  wrote:

> On Fri, Mar 22, 2019 at 07:08:18PM +0300, Rozhuk Ivan wrote:
> >
> >
> > ld: error: undefined symbol: xz_dec_init
> > >>> referenced by g_uzip_lzma.c:106
> (/usr/src/sys/geom/uzip/g_uzip_lzma.c:106)
> > >>>   g_uzip_lzma.o:(g_uzip_lzma_ctor)
> >
> > ld: error: undefined symbol: xz_dec_run
> > >>> referenced by g_uzip_lzma.c:81
> (/usr/src/sys/geom/uzip/g_uzip_lzma.c:81)
> > >>>   g_uzip_lzma.o:(g_uzip_lzma_decompress)
> >
> > ld: error: undefined symbol: xz_dec_end
> > >>> referenced by g_uzip_lzma.c:60
> (/usr/src/sys/geom/uzip/g_uzip_lzma.c:60)
> > >>>   g_uzip_lzma.o:(g_uzip_lzma_free)
> > --- kernel.full ---
> > *** [kernel.full] Error code 1
> >
> Read the updated man page for geom_uzip.  Add
> device xz
> to your kernel config.
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>
>
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: FreeBSD 12 kernel broken

2019-03-22 Thread Konstantin Belousov
On Fri, Mar 22, 2019 at 07:08:18PM +0300, Rozhuk Ivan wrote:
> 
> 
> ld: error: undefined symbol: xz_dec_init
> >>> referenced by g_uzip_lzma.c:106 (/usr/src/sys/geom/uzip/g_uzip_lzma.c:106)
> >>>   g_uzip_lzma.o:(g_uzip_lzma_ctor)
> 
> ld: error: undefined symbol: xz_dec_run
> >>> referenced by g_uzip_lzma.c:81 (/usr/src/sys/geom/uzip/g_uzip_lzma.c:81)
> >>>   g_uzip_lzma.o:(g_uzip_lzma_decompress)
> 
> ld: error: undefined symbol: xz_dec_end
> >>> referenced by g_uzip_lzma.c:60 (/usr/src/sys/geom/uzip/g_uzip_lzma.c:60)
> >>>   g_uzip_lzma.o:(g_uzip_lzma_free)
> --- kernel.full ---
> *** [kernel.full] Error code 1
> 
Read the updated man page for geom_uzip.  Add
device xz
to your kernel config.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


FreeBSD 12 kernel broken

2019-03-22 Thread Rozhuk Ivan



ld: error: undefined symbol: xz_dec_init
>>> referenced by g_uzip_lzma.c:106 (/usr/src/sys/geom/uzip/g_uzip_lzma.c:106)
>>>   g_uzip_lzma.o:(g_uzip_lzma_ctor)

ld: error: undefined symbol: xz_dec_run
>>> referenced by g_uzip_lzma.c:81 (/usr/src/sys/geom/uzip/g_uzip_lzma.c:81)
>>>   g_uzip_lzma.o:(g_uzip_lzma_decompress)

ld: error: undefined symbol: xz_dec_end
>>> referenced by g_uzip_lzma.c:60 (/usr/src/sys/geom/uzip/g_uzip_lzma.c:60)
>>>   g_uzip_lzma.o:(g_uzip_lzma_free)
--- kernel.full ---
*** [kernel.full] Error code 1

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"