Adding -i switch to autoreconf fix the problem. in line 37 PKGBUILD, like this :
autoreconf -fi
Search Criteria
Package Details: fontconfig-ubuntu 2.15.0-1
Package Actions
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.007878 |
First Submitted: | 2008-07-28 18:25 (UTC) |
Last Updated: | 2024-02-26 14:21 (UTC) |
Dependencies (16)
- expat (expat-gitAUR)
- libfreetype.so (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR, freetype2, lib32-freetype2)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- docbook-sgml (make)
- docbook-utils (make)
- expat (expat-gitAUR) (make)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR) (make)
- gperf (gperf-gitAUR) (make)
- json-c (json-c-gitAUR) (make)
- lynx (lynx-gitAUR, lynx-currentAUR) (make)
- perl-sgmls (make)
- python-lxml (make)
- python-six (make)
- texlive-formatsextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- texlive-latexrecommended (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (check)
Required by (1535)
- 3270-fonts (requires fontconfig)
- 4l (requires fontconfig)
- 64gram-desktop-bin (requires fontconfig)
- ab-download-manager (requires fontconfig)
- ab-download-manager-git (requires fontconfig)
- abdownloadmanager-bin (requires fontconfig)
- abiword-git (requires fontconfig)
- activinspire (requires fontconfig)
- aegisub-arch1t3cht (requires fontconfig)
- aegisub-arch1t3cht-git (requires fontconfig)
- aegisub-arch1t3cht-qt5-git (requires fontconfig)
- aegisub-git (requires fontconfig)
- aegisub-japan7-git (requires fontconfig)
- aegisub-ttools-meson-git (requires fontconfig)
- aegisub-wangqr-git (requires fontconfig)
- aerzte_sans (requires fontconfig)
- aftershotpro2 (requires fontconfig)
- agar (requires fontconfig) (optional)
- aide-bin (requires fontconfig)
- ajour (requires fontconfig)
- Show 1515 more...
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 19 Next › Last »
fzerorubigd commented on 2013-01-12 10:37 (UTC)
vasconunes commented on 2013-01-10 18:42 (UTC)
Same problem here.
<deleted-account> commented on 2013-01-10 00:07 (UTC)
Confirming same issue as th0th.
mityukov commented on 2013-01-09 15:03 (UTC)
Same issue here as th0th. Cannot build.
<deleted-account> commented on 2013-01-06 06:56 (UTC)
Same issue here as th0th. Cannot build.
th0th commented on 2013-01-05 17:18 (UTC)
Building failed with following error:
configure.ac:37: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.ac:37: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation
parallel-tests: error: required file './test-driver' not found
parallel-tests: 'automake --add-missing' can install 'test-driver'
fc-cache/Makefile.am:39: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
fc-case/Makefile.am:26: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
fc-cat/Makefile.am:30: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
fc-glyphname/Makefile.am:26: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
fc-lang/Makefile.am:26: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
fc-list/Makefile.am:32: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
fc-match/Makefile.am:32: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
fc-pattern/Makefile.am:32: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
fc-query/Makefile.am:32: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
fc-scan/Makefile.am:32: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/Makefile.am:70: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
autoreconf: automake failed with exit status: 1
rumpelsepp commented on 2012-10-14 14:33 (UTC)
@NZ_NZ
Your modification seems to work. I haven't found any ugly fonts on websites yet.
<deleted-account> commented on 2012-09-29 11:22 (UTC)
@ ububtubanf & step-2
I changed /etc/fonts/conf.d/53-monospace-lcd-filter.conf as follows
[quote]
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- conf.d/monospace-lcd-filter.conf -->
<fontconfig>
<!-- Use legacy LCD filter on smaller Monospace fonts -->
<match target="font">
<test name="family">
<string>DejaVu Sans Mono</string>
</test>
<test name="family">
<string>Bitstream Vera Sans Mono</string>
</test>
<test name="pixelsize" compare="less_eq">
<double>12.0</double>
</test>
<edit name="lcd_filter" mode="assign">
<const>lcdlegacy</const>
</edit>
<edit name="hintstyle" mode="assign">
<const>hintfull</const>
</edit>
</match>
</fontconfig>
[/quote]
Now no more warnings when running "fc-cache -f" but I don't know if this is a right solution
In any case fonts are still very ugly in some web sites....
<deleted-account> commented on 2012-09-29 07:04 (UTC)
tevin
thanks
NZ_NZ
same issue here
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.