Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
u-gcc][aarch64-linux-gnu-glibc][aarch64-linux-gnu-linux-libre-api-headers] restore aarch64 cross-compiler for armv7h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
|
|
|
|
|
|
Remove fast-prng and useragent patches because they are not in the abslibre repo nor in the updstream PKGBUILD (AUR)
Also as I2P is a privacy program blending with the crowd is most likely preferred.
Left the i2p.init but that should probably be split out into its own openrc-i2p package so as to not polute systemd installs with openrc inits.
|
|
|
|
|
|
|
|
This reverts commit 647ba3ab648c010ad8c2e6d18a07c0e260381ca8.
This commit was not ready and was pushed accidentally
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
This reverts commit 273e12d3d706d58fca0a07227b523f109a98a60d.
This commit was not ready and was pushed accidentally
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
This reverts commit d98edd324aa77753bf2c1df59c17e873e1e21a5a.
This commit was not ready and was pushed accidentally
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
This commit was not ready and was pushed accidentally
This reverts commit da0f2620f74ece0808593d8eaabce84c9e1831d1.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
This commit was not ready and was pushed accidentally
This reverts commit e52a3170ec2f937c9e209dc1c5dd4598efdf7c17.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
While apiguardian uses Maven, there is no pom.xml but instead a
build.gradle.kts file.
I'm not sure if replacing the pom.xml with the build.gradle.kts is the
right fix, but before it did complain:
| ==> Starting package()...
| install: cannot stat 'pom.xml': No such file or directory
| ==> Tidying install...
and now it doesn't complain anymore.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
This currently fails with the following error:
==> Starting build()...
Buildfile: /home/gnutoo/work/projects/parabola/abslibre/libre/fop/src/fop-2.7/fop/build.xml
[tstamp] Honouring environment variable SOURCE_DATE_EPOCH which has been set to 1651520391
Trying to override old definition of task javac
Trying to override old definition of task junit
init-avail:
[echo] ------------------- Apache FOP 2.7 [1999-2022] ----------------
[echo] See build.properties and build-local.properties for additional build settings
[echo] Apache Ant(TM) version 1.10.9 compiled on December 22 1969
[echo] VM: 25.332-b09, Oracle Corporation
[echo] JAVA_HOME: ${env.JAVA_HOME}
[echo] JAI Support NOT Present
[echo] JCE Support PRESENT
[echo] JUnit Support PRESENT
[echo] XMLUnit Support NOT Present - you can get it from http://xmlunit.sourceforge.net
init:
codegen:
[echo] Generating the java files from xml resources
[xslt] Transforming into /home/gnutoo/work/projects/parabola/abslibre/libre/fop/src/fop-2.7/fop/build/gensrc/org/apache/fop/fonts/base14
compile-java:
[javac] Compiling 1580 source files to /home/gnutoo/work/projects/parabola/abslibre/libre/fop/src/fop-2.7/fop/build/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
[javac] /home/gnutoo/work/projects/parabola/abslibre/libre/fop/src/fop-2.7/fop-core/src/main/java/org/apache/fop/svg/SVGUtilities.java:32: error: package org.apache.batik.constants does not exist
[javac] import org.apache.batik.constants.XMLConstants;
[javac] ^
[javac] /home/gnutoo/work/projects/parabola/abslibre/libre/fop/src/fop-2.7/fop-core/src/main/java/org/apache/fop/fonts/LazyFont.java:106: warning: [deprecation] XMLFontMetricsReader in org.apache.fop.fonts has been deprecated
[javac] XMLFontMetricsReader reader = null;
[javac] ^
[javac] /home/gnutoo/work/projects/parabola/abslibre/libre/fop/src/fop-2.7/fop-core/src/main/java/org/apache/fop/fonts/LazyFont.java:110: warning: [deprecation] XMLFontMetricsReader in org.apache.fop.fonts has been deprecated
[javac] reader = new XMLFontMetricsReader(src, resourceResolver);
[javac] ^
[javac] /home/gnutoo/work/projects/parabola/abslibre/libre/fop/src/fop-2.7/fop-core/src/main/java/org/apache/fop/fonts/autodetect/FontFileFinder.java:74: warning: [deprecation] andFileFilter(IOFileFilter,IOFileFilter) in FileFilterUtils has been deprecated
[javac] return FileFilterUtils.andFileFilter(
[javac] ^
[javac] /home/gnutoo/work/projects/parabola/abslibre/libre/fop/src/fop-2.7/fop-core/src/main/java/org/apache/fop/fonts/autodetect/FontFileFinder.java:85: warning: [deprecation] andFileFilter(IOFileFilter,IOFileFilter) in FileFilterUtils has been deprecated
[javac] return FileFilterUtils.andFileFilter(
[javac] ^
[javac] /home/gnutoo/work/projects/parabola/abslibre/libre/fop/src/fop-2.7/fop-core/src/main/java/org/apache/fop/render/afp/AFPImageHandlerRawStream.java:47: error: cannot find symbol
[javac] ImageFlavor.RAW_PDF
[javac] ^
[javac] symbol: variable RAW_PDF
[javac] location: class ImageFlavor
[javac] /home/gnutoo/work/projects/parabola/abslibre/libre/fop/src/fop-2.7/fop-core/src/main/java/org/apache/fop/render/ps/PSDocumentHandler.java:166: error: cannot find symbol
[javac] this.gen.setAcrobatDownsample(psUtil.isAcrobatDownsample());
[javac] ^
[javac] symbol: method setAcrobatDownsample(boolean)
[javac] location: variable gen of type PSGenerator
[javac] /home/gnutoo/work/projects/parabola/abslibre/libre/fop/src/fop-2.7/fop-core/src/main/java/org/apache/fop/render/ps/PSFontUtils.java:917: error: cannot find symbol
[javac] painter.addFallbackFont(name, typeface);
[javac] ^
[javac] symbol: method addFallbackFont(String,Typeface)
[javac] location: variable painter of type GeneralGraphics2DImagePainter
[javac] /home/gnutoo/work/projects/parabola/abslibre/libre/fop/src/fop-2.7/fop-core/src/main/java/org/apache/fop/render/ps/ResourceHandler.java:153: error: cannot find symbol
[javac] gen.setAcrobatDownsample(psUtil.isAcrobatDownsample());
[javac] ^
[javac] symbol: method setAcrobatDownsample(boolean)
[javac] location: variable gen of type PSGenerator
[javac] /home/gnutoo/work/projects/parabola/abslibre/libre/fop/src/fop-2.7/fop-core/src/main/java/org/apache/fop/svg/SVGUtilities.java:226: error: cannot find symbol
[javac] border.setAttributeNS(XMLConstants.XLINK_NAMESPACE_URI, "href",
[javac] ^
[javac] symbol: variable XMLConstants
[javac] location: class SVGUtilities
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 6 errors
[javac] 5 warnings
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
This dependency is needed to update junit
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Without ldb we have the following error when running ./configure with
CC=afl-lto with source code that uses the autools build system:
clang-13: error: invalid linker name in argument
'--ld-path=/usr/bin/ld.lld'
And without clang we can't even build a simple hello world:
$ afl-lto ~/main.c
afl-cc++4.00c by Michal Zalewski, Laszlo Szekeres, Marc Heuse - mode: LLVM-LTO-PCGUARD
[-] PROGRAM ABORT : Oops, failed to execute '/usr/bin/clang' - check your PATH
Location : main(), src/afl-cc.c:2145
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|