Excellent job....
Removing 'bubblewrap' with
sudo pacman -Rdd bubblewrap
And then confirming the replacement of 'fontconfig' with 'fontconfig-ubuntu' made the build and installation complete without errors
Git Clone URL: | https://aur.archlinux.org/fontconfig-ubuntu.git (read-only, click to copy) |
---|---|
Package Base: | fontconfig-ubuntu |
Description: | A library for configuring and customizing font access (with Ubuntu patches) |
Upstream URL: | https://launchpad.net/ubuntu/+source/fontconfig |
Licenses: | LicenseRef-custom |
Conflicts: | fontconfig |
Provides: | fontconfig, libfontconfig.so |
Submitter: | wonder |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 353 |
Popularity: | 0.008382 |
First Submitted: | 2008-07-28 18:25 (UTC) |
Last Updated: | 2024-02-26 14:21 (UTC) |
Excellent job....
Removing 'bubblewrap' with
sudo pacman -Rdd bubblewrap
And then confirming the replacement of 'fontconfig' with 'fontconfig-ubuntu' made the build and installation complete without errors
@eimis Mine is, yes.
@everyone who have bubblewrap
installed and fail compilation: is your root on NVME?
@adev did you remove bubblewrap prior to installing fontconfig-ubuntu? I did and it fixed the error as @eimis predicted.
still error for me.. not working.
FAIL: run-test.sh
PASS: test-bz89617
PASS: test-bz131804
PASS: test-bz96676
PASS: test-name-parse
PASS: run-test-conf.sh
PASS: test-hash
PASS: test-bz106632
============================================================================
Testsuite summary for fontconfig 2.13.1
============================================================================
# TOTAL: 8
# PASS: 7
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See test/test-suite.log
Please report to https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new
============================================================================
make[4]: *** [Makefile:953: test-suite.log] Error 1
make[4]: Leaving directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1/test'
make[3]: *** [Makefile:1061: check-TESTS] Error 2
make[3]: Leaving directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1/test'
make[2]: *** [Makefile:1170: check-am] Error 2
make[2]: Leaving directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1/test'
make[1]: *** [Makefile:1172: check] Error 2
make[1]: Leaving directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1/test'
Making check in doc
make[1]: Entering directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1/doc'
make check-am
make[2]: Entering directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1/doc'
make check-missing-doc
make[3]: Entering directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1/doc'
make[3]: Nothing to be done for 'check-missing-doc'.
make[3]: Leaving directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1/doc'
make check-TESTS
make[3]: Entering directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1/doc'
make[4]: Entering directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1/doc'
PASS: check-missing-doc
============================================================================
Testsuite summary for fontconfig 2.13.1
============================================================================
# TOTAL: 1
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1/doc'
make[3]: Leaving directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1/doc'
make[2]: Leaving directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1/doc'
make[1]: Leaving directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1/doc'
make[1]: Entering directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1'
make[1]: Leaving directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1'
make: *** [Makefile:601: check-recursive] Error 1
make: Target 'check' not remade because of errors.
make: Leaving directory '/home/android/.cache/yay/fontconfig-ubuntu/src/fontconfig-2.13.1'
==> ERROR: A failure occurred in check().
Aborting...
error making: fontconfig-ubuntu
@eimis @theokonos This is not a packaging issue. Either uninstall bubblewrap or build the package in a clean chroot with devtools.
no worries mate
if this were my package I'd hold the contrary opinion though
FAIL: run-test.sh
PASS: test-bz89617
PASS: test-bz131804
PASS: test-bz96676
PASS: test-name-parse
PASS: run-test-conf.sh
PASS: test-hash
PASS: test-bz106632
============================================================================
Testsuite summary for fontconfig 2.13.1
============================================================================
# TOTAL: 8
# PASS: 7
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
@eimis @theokonos This is not a packaging issue. Either uninstall bubblewrap or build the package in a clean chroot with devtools.
@dbermond @eimis Can confirm, my system is failing the build at the same point and for the same reason.
in my case build fails, because run-test.sh
test fails with "Basic functionality with the bind-mounted cache dir", if bwrap
is available from extra/bubblewrap
or extra/bubblewrap-suid
...because cmp
in run-test.sh
fails comparing:
total 8
-rw-r--r-- 1 eimis users 3600 Jul 22 22:23 9111d988-6c5c-4ff0-90d7-338452ec0b02-le64.cache-7
-rw-r--r-- 1 eimis users 200 Jul 22 22:23 CACHEDIR.TAG
with
total 8
-rw-r--r-- 1 eimis users 3456 Jul 22 22:23 9111d988-6c5c-4ff0-90d7-338452ec0b02-le64.cache-7
-rw-r--r-- 1 eimis users 200 Jul 22 22:23 CACHEDIR.TAG
out1 out2 differ: byte 35, line 2
Pinned Comments
dbermond commented on 2021-07-27 15:23 (UTC)
@eimis @theokonos This is not a packaging issue. Either uninstall bubblewrap or build the package in a clean chroot with devtools.