https://bugs.documentfoundation.org/show_bug.cgi?id=147801
Bug ID: 147801
Summary: Build fails when specific bsdtar.exe version is in
PATH
Product: LibreOffice
Version: 7.4.0.0 alpha0+ Master
Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Description:
When building LibreOffice using LODE, build fails when specific bsdtar.exe is
in PATH that for some reason can not handle the tar.xz files
Steps to Reproduce:
1. Install Anaconda, make sure that bsdtar.exe is in the Cygwin PATH
2. Configure LibreOffice build (./autogen.sh)
3. Try building LibreOffice (make)
Actual Results:
Build error: (provided by Vansh)
[build UPK] boost_1_78_0.tar.xz
[build UPK] dragonbox-1.1.0.tar.gz
[build UPK] dtoa-20180411.tgz
[build UPK] zlib-1.2.11.tar.xz
bsdtar.exe: Error opening archive: Failed to open
'/cygdrive/d/lode/ext_tar/dtoa-20180411.tgz'
bsdtar.exe: Error opening archive: Failed to open
'/cygdrive/d/lode/ext_tar/zlib-1.2.11.tar.xz'
bsdtar.exe: Error opening archive: Failed to open
'/cygdrive/d/lode/ext_tar/dragonbox-1.1.0.tar.gz'
bsdtar.exe: Error opening archive: Failed to open
'/cygdrive/d/lode/ext_tar/boost_1_78_0.tar.xz'
LODE resides on the D:
Cygwin is in C:
autogen.input:
--with-visual-studio=2022
--enable-dbgutil
--without-java
Expected Results:
The build should pass, and the $GNUTAR utility should be a able to extract the
tar.xz files.
Reproducible: Always
User Profile Reset: No
Additional Info:
$ anaconda --version
anaconda Command line client (version 1.9.0)
$ bsdtar.exe --version
bsdtar 3.4.2 - libarchive 3.4.2 zlib/1.2.11 liblzma/5.2.5 bz2lib/1.0.8
liblz4/1.9.2 libzstd/1.4.4
--
You are receiving this mail because:
You are the assignee for the bug.