<div dir="ltr">On 10/11/17 6:28 PM, Guy Harris wrote:> On Oct 11, 2017, at 4:37 PM, pgndev <<a href="mailto:pgnet.dev@gmail.com">pgnet.dev@gmail.com</a>> wrote:<br>> <br>>>          Unsupported ioctl: cmd=0xffffffff80046601 (4)<br>>>          0x80086601      ->      FS_IOC_GETFLAGS (8)<br>>>          Unsupported ioctl: cmd=0xffffffff80046601 (4)<br>>>          0x80086601      ->      FS_IOC_GETFLAGS (8)<br>>>          ... ( 300 + repetitions ) ...<br>>>          0x80086601      ->      FS_IOC_GETFLAGS (8)<br>>>          Unsupported ioctl: cmd=0xffffffff80046601 (4)<br>>>          0x80086601      ->      FS_IOC_GETFLAGS (8)<br>>>          CPack: - package: /usr/local/src/pvr.iptvsimple/build/addon-pvr.iptvsimple-3.3.1.zip generated.<br>> <br>> ...<br>> <br>>> running in a Raspbian9 chroot.<br>> <br>> ...under QEMU's ARM emulator, on some other box, right?<br><br>Yep.<br><br>chroot launched as<br><br>QEMU_CPU=cortex-a15<br>LC_ALL=C<br>/usr/sbin/qemu-binfmt-conf.sh<br>chroot ${CHROOT} /bin/bash<br><br>ps ax | grep qemu | grep pts<br>15193 pts/1    Sl+    0:09 /usr/bin/qemu-arm -0 /bin/bash /bin/bash<br><br>on<br>lsb_release -rd<br>Description:    openSUSE Leap 42.3<br>Release:        42.3<br>uname -m<br>x86_64<br>uname -rm<br>4.13.5-4.g7034d64-default x86_64 <br><br>where<br><br>rpm -q --whatprovides /usr/bin/qemu-arm<br>qemu-linux-user-2.10.1-407.2.x86_64<br><br><br>> That's a QEMU error message, it appears.  QEMU 2.9.1 *looks* as if it supports FS_IOC_GETFLAGS, so maybe you need a newer version of QEMU on which to run Raspbian8.<br><br>As per above, I *do* have a newer version ... 2.10.1<br><br>> What's happening is probably that whatever program is building the zip file is making FS_IOC_GETFLAGS ioctls to get additional file flags for the files it's putting into the zipball.  That program probably has no problem with FS_IOC_GETFLAGS being unsupported, as it's not supported by all file systems on Linux, so it *has* to be able to handle not being able to get those additional file flags.<br>> <br>>> What's causing these messages?<br>> <br>> Probably an older version of QEMU that doesn't support FS_IOC_GETFLAGS.<br>> <br>>> Some missing dependency?<br>> <br>> Yes, you depend on having a newer version of QEMU. :-)<br>> <br>>> Is there a fix/workaround?<br>> <br>> Get a newer version of QEMU?<br><br>Considering that 2.10.1 is, per <a href="https://www.qemu.org/">https://www.qemu.org/</a>, the latest release as of Oct 2nd 2017, options for newer are a bit thin atm ...</div>