progs bug(ish?) report

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



   Hi, Dave,

   Not sure if it really counts as a bug, mostly just an
inconvenience, but ./configure completes happily, and then make fails
with:

btrfs-convert.c:27:21: fatal error: sys/acl.h: No such file or directory

so I guess it needs an additional check for libacl1. I can't see a
pkg-config entry for it on my system. OTOH, I don't see where there's
any linkage with libacl in the makefile, and it's clearly finding the
include files successfully.

   Maybe something like this?

AC_CHECK_LIB([acl1], [acl_init], [], 
             [AC_MSG_ERROR([cannot find acl1 library])])

   Hugo.

-- 
Hugo Mills             | The Creature from the Black Logon
hugo@... carfax.org.uk |
http://carfax.org.uk/  |
PGP: E2AB1DE4          |

Attachment: signature.asc
Description: Digital signature


[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux