Re: [PATCH] btrfs-progs: fix missing __error symbol in libbtrfs.so.0

2017-03-28 Thread David Sterba
On Mon, Mar 27, 2017 at 10:07:20PM +0100, sly...@gmail.com wrote: > From: Sergei Trofimovich > > The easiest way to reproduce the error is to try to build > btrfs-progs with > $ make LDFLAGS=-Wl,--no-undefined > > btrfs-list.o: In function `lookup_ino_path': > btrfs-list.c:(.text+0x7

[PATCH] btrfs-progs: fix missing __error symbol in libbtrfs.so.0

2017-03-27 Thread slyich
From: Sergei Trofimovich The easiest way to reproduce the error is to try to build btrfs-progs with $ make LDFLAGS=-Wl,--no-undefined btrfs-list.o: In function `lookup_ino_path': btrfs-list.c:(.text+0x7d2): undefined reference to `__error' Noticed by Denis Descheneaux when snapper t