Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Packages: Evolution-DecSync and libdecsync #34731

Closed
wants to merge 2 commits into from

Conversation

eoli3n
Copy link
Contributor

@eoli3n eoli3n commented Dec 28, 2021

Testing the changes

  • I tested the changes in this PR: YES

New package

Local build testing

  • I built this PR locally for my native architecture, x86_64-glibc

@eoli3n
Copy link
Contributor Author

eoli3n commented Dec 28, 2021

When I check build log

BUILD SUCCESSFUL in 2m 19s
2 actionable tasks: 2 executed
=> ERROR: libdecsync-2.2.1_1: do_build: '${make_cmd} CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" CPP="$CPP" AS="$AS" OBJCOPY="$OBJCOPY" OBJDUMP="$OBJDUMP" CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/gnu-makefile.sh:9
Error: Process completed with exit code 1.

From https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=libdecsync#n17

build() {
    cd "$srcdir/$pkgname-$pkgver"
    # For some reason, make exits with status 2 even if the build succeeded.
    env -u _JAVA_OPTIONS JAVA_HOME=/usr/lib/jvm/java-8-openjdk/jre make || :
}

What's the best way to handle this ?

@Chocimier Chocimier added the new-package This PR adds a new package label Dec 28, 2021
@eoli3n
Copy link
Contributor Author

eoli3n commented Jan 7, 2022

@github-actions
Copy link

Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-package This PR adds a new package Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants