Closed issue by Mirodin on void-packages repository https://github.com/void-linux/void-packages/issues/2133 Description: ### System * system: *LXQT version *kernel: 4.17.19_1 * package: *openjdk-jre 8u182b00_1 ### Expected behavior Install succeeds. ### Actual behavior Installation of openjdk works fine but it seems to create an empty `bin` inside `usr/lib/jvm/openjdk` which causes openjdk-jre installattion to fail: ``` ERROR: openjdk-jre-8u182b00_1: [unpack] failed to extract file `./usr/lib/jvm/openjdk': Directory not empty ERROR: openjdk-jre-8u182b00_1: [unpack] failed to extract files: Directory not empty ERROR: openjdk-jre-8u182b00_1: [unpack] failed to unpack files from archive: Directory not empty ``` ### Steps to reproduce the behavior 1. Fresh install of void lxqt version 2. Run `xbps-install -uS` and restart to get up to date 3. Run `xbps-install -S openjdk openjdk-jre`