Package Details: osmembrane 1.2.0-3

Git Clone URL: https://aur.archlinux.org/osmembrane.git (read-only, click to copy)
Package Base: osmembrane
Description: OSMembrane is a frontend to the Osmosis data processing tool
Upstream URL: https://github.com/openstreetmap/OSMembrane
Keywords: OSM
Licenses: GPL3
Conflicts: osmembrane-git
Provides: osmembrane
Submitter: sikmir
Maintainer: None
Last Packager: sikmir
Votes: 1
Popularity: 0.000001
First Submitted: 2018-07-10 21:18 (UTC)
Last Updated: 2019-12-20 08:26 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2022-01-10 11:31 (UTC)

Build now fails for me with different errors:

==> Starting build()...
./gradlew build
Downloading https://services.gradle.org/distributions/gradle-4.8-bin.zip
........................................................................

Welcome to Gradle 4.8!

Here are the highlights of this release:
 - Dependency locking
 - Maven Publish and Ivy Publish plugins improved and marked stable
 - Incremental annotation processing enhancements
 - APIs to configure tasks at creation time

For more details see https://docs.gradle.org/4.8/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* What went wrong:
Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
> Could not create service of type PluginResolutionStrategyInternal using BuildScopeServices.createPluginResolutionStrategy().

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 28s
make: *** [Makefile:5: build] Error 1
==> ERROR: A failure occurred in build().

Thanks for maintaining!

dreieck commented on 2021-05-29 09:38 (UTC)

Build fails for me:

==> Starting build()...
./gradlew build
Downloading https://services.gradle.org/distributions/gradle-4.8-bin.zip
........................................................................

Welcome to Gradle 4.8!

Here are the highlights of this release:
 - Dependency locking
 - Maven Publish and Ivy Publish plugins improved and marked stable
 - Incremental annotation processing enhancements
 - APIs to configure tasks at creation time

For more details see https://docs.gradle.org/4.8/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* Where:
Build file '/[...]/osmembrane/src/osmembrane-1.2.0/build.gradle' line: 28

* What went wrong:
Could not determine the dependencies of task ':jar'.
> Could not resolve all files for configuration ':compile'.
   > Could not resolve org.jxmapviewer:jxmapviewer2:2.4.
     Required by:
         project :
      > Could not resolve org.jxmapviewer:jxmapviewer2:2.4.
         > Could not get resource 'http://repo.maven.apache.org/maven2/org/jxmapviewer/jxmapviewer2/2.4/jxmapviewer2-2.4.pom'.
            > Could not GET 'http://repo.maven.apache.org/maven2/org/jxmapviewer/jxmapviewer2/2.4/jxmapviewer2-2.4.pom'. Received status code 501 from server: HTTPS Required
   > Could not resolve javax.xml.bind:jaxb-api:2.3.0.
     Required by:
         project :
      > Could not resolve javax.xml.bind:jaxb-api:2.3.0.
         > Could not get resource 'http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom'.
            > Could not GET 'http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom'. Received status code 501 from server: HTTPS Required
   > Could not resolve com.sun.xml.bind:jaxb-core:2.3.0.1.
     Required by:
         project :
      > Could not resolve com.sun.xml.bind:jaxb-core:2.3.0.1.
         > Could not get resource 'http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/2.3.0.1/jaxb-core-2.3.0.1.pom'.
            > Could not GET 'http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/2.3.0.1/jaxb-core-2.3.0.1.pom'. Received status code 501 from server: HTTPS Required
   > Could not resolve com.sun.xml.bind:jaxb-impl:2.3.0.1.
     Required by:
         project :
      > Could not resolve com.sun.xml.bind:jaxb-impl:2.3.0.1.
         > Could not get resource 'http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.0.1/jaxb-impl-2.3.0.1.pom'.
            > Could not GET 'http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.0.1/jaxb-impl-2.3.0.1.pom'. Received status code 501 from server: HTTPS Required
   > Could not resolve javax.activation:activation:1.1.1.
     Required by:
         project :
      > Skipped due to earlier error

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 48s
make: *** [Makefile:5: build] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

Thanks for maintaining!