[Reproducible-builds] Bug#828144: tiles: FTBFS: Could not resolve dependencies for project org.apache.tiles:tiles-freemarker:jar
Chris Lamb
lamby at debian.org
Sat Jun 25 11:24:06 UTC 2016
Source: tiles
Version: 3.0.5-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Dear Maintainer,
tiles fails to build from source in unstable/amd64:
[..]
QUILT_PATCHES=debian/patches
QUILT_NO_DIFF_INDEX=1
QUILT_REFRESH_ARGS=-p ab --no-timestamps --no-index
DEBEMAIL=lamby at debian.org
DEBFULLNAME=Chris Lamb
EDITOR=vim
LESS=-cgiFx4M
BLASTER=A220 I5 D1 H5 P330 T6
_=/usr/bin/env
**************************************************************************************
** Building tiles 3.0.5-1 on amd64 **
**************************************************************************************
dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: info: source package tiles
dpkg-buildpackage: info: source version 3.0.5-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Emmanuel Bourg <ebourg at apache.org>
dpkg-source --before-build tiles-3.0.5
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean --buildsystem=maven
dh_testdir -O--buildsystem=maven
debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5'
dh_auto_clean
"for dir in \$(find . -name target -type d); do if [ -f \$(echo \$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done"
mh_unpatchpoms -plibtiles-java
rm -f src/tiles-test-pom/pom.xml
make[1]: Leaving directory '/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5'
dh_clean -O--buildsystem=maven
debian/rules build
dh build --buildsystem=maven
dh_testdir -O--buildsystem=maven
dh_update_autotools_config -O--buildsystem=maven
debian/rules override_dh_auto_configure
make[1]: Entering directory '/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5'
dh_auto_configure
find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compiler/*/*.jar': No such file or directory
find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compilers/*/*.jar': No such file or directory
find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-containers/*/*.jar': No such file or directory
mh_patchpoms -plibtiles-java --debian-build --keep-pom-version --maven-repo=/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/debian/maven-repo
mkdir -p src/tiles-test-pom
echo '<project><modelVersion>4.0.0</modelVersion><groupId>org.apache.tiles</groupId><artifactId>tiles-test-pom</artifactId><version>2.2.2</version><packaging>pom</packaging></project>' > src/tiles-test-pom/pom.xml
make[1]: Leaving directory '/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5'
debian/rules override_dh_auto_build
make[1]: Entering directory '/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5'
dh_auto_build -- --file src/pom.xml package javadoc:aggregate
/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5 -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/debian -Dmaven.repo.local=/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/debian/maven-repo --file src/pom.xml package javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.tiles:tiles-servlet:jar:3.0.5
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 66, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.tiles:tiles-jsp:jar:3.0.5
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 67, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.tiles:tiles-el:jar:3.0.5
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 59, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.tiles:tiles-mvel:jar:3.0.5
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 66, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.apache.tiles:tiles-ognl:jar:3.0.5
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 66, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Tiles 3
[INFO] Tiles - API
[INFO] Tiles - Core Library
[INFO] Tiles - Template Technologies Support
[INFO] Tiles - Servlet support
[INFO] Tiles - JSP support
[INFO] Tiles - FreeMarker Support
[INFO] Tiles - Velocity Support
[INFO] Tiles - EL support
[INFO] Tiles - MVEL support
[INFO] Tiles - OGNL support
[INFO] Tiles - Compatibility
[INFO] Tiles - Extras
[INFO] tiles-test-pom
[WARNING] The POM for org.apache.maven.plugins:maven-deploy-plugin:jar:2.7 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin:2.7: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.7 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-deploy-plugin:jar:2.7 has not been downloaded from it before.
[WARNING] The POM for org.apache.maven.plugins:maven-site-plugin:jar:3.3 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-site-plugin:3.3: Plugin org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-site-plugin:jar:3.3 has not been downloaded from it before.
[WARNING] The POM for org.apache.maven.plugins:maven-antrun-plugin:jar:1.7 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-antrun-plugin:1.7: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.7 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-antrun-plugin:jar:1.7 has not been downloaded from it before.
[WARNING] The POM for org.apache.maven.plugins:maven-assembly-plugin:jar:2.4.1 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-assembly-plugin:2.4.1: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.4.1 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-assembly-plugin:jar:2.4.1 has not been downloaded from it before.
[WARNING] The POM for org.apache.maven.plugins:maven-dependency-plugin:jar:2.8 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-dependency-plugin:2.8: Plugin org.apache.maven.plugins:maven-dependency-plugin:2.8 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-dependency-plugin:jar:2.8 has not been downloaded from it before.
[WARNING] The POM for org.apache.maven.plugins:maven-release-plugin:jar:2.3.2 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-release-plugin:2.3.2: Plugin org.apache.maven.plugins:maven-release-plugin:2.3.2 or one of its dependencies could not be resolved: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-release-plugin:jar:2.3.2 has not been downloaded from it before.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tiles 3 3.0.5
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-bundle-plugin:2.5.4:manifest (bundle-manifest) @ tiles-parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tiles - API 3.0.5
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tiles-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources to META-INF
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ tiles-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-api/target/classes
[INFO]
[INFO] --- maven-bundle-plugin:2.5.4:manifest (bundle-manifest) @ tiles-api ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tiles-api ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ tiles-api ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tiles-api ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tiles-api ---
[INFO] Building jar: /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-api/target/tiles-api-3.0.5.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tiles - Core Library 3.0.5
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tiles-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ tiles-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 73 source files to /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-core/target/classes
[INFO]
[INFO] --- maven-bundle-plugin:2.5.4:manifest (bundle-manifest) @ tiles-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tiles-core ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ tiles-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tiles-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tiles-core ---
[INFO] Building jar: /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-core/target/tiles-core-3.0.5.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tiles - Template Technologies Support 3.0.5
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-autotag-plugin:1.1.0:create-descriptor (default) @ tiles-template ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tiles-template ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ tiles-template ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-template/target/classes
[INFO]
[INFO] --- maven-bundle-plugin:2.5.4:manifest (bundle-manifest) @ tiles-template ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tiles-template ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ tiles-template ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tiles-template ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tiles-template ---
[INFO] Building jar: /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-template/target/tiles-template-3.0.5.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tiles - Servlet support 3.0.5
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tiles-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources to META-INF
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ tiles-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-servlet/target/classes
[INFO] /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-servlet/src/main/java/org/apache/tiles/web/startup/simple/SimpleTilesInitializerServlet.java: /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-servlet/src/main/java/org/apache/tiles/web/startup/simple/SimpleTilesInitializerServlet.java uses or overrides a deprecated API.
[INFO] /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-servlet/src/main/java/org/apache/tiles/web/startup/simple/SimpleTilesInitializerServlet.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-servlet/src/main/java/org/apache/tiles/web/util/ServletContextAdapter.java: /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-servlet/src/main/java/org/apache/tiles/web/util/ServletContextAdapter.java uses unchecked or unsafe operations.
[INFO] /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-servlet/src/main/java/org/apache/tiles/web/util/ServletContextAdapter.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-bundle-plugin:2.5.4:manifest (bundle-manifest) @ tiles-servlet ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tiles-servlet ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ tiles-servlet ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tiles-servlet ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tiles-servlet ---
[INFO] Building jar: /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-servlet/target/tiles-servlet-3.0.5.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tiles - JSP support 3.0.5
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-autotag-plugin:1.1.0:generate-jsp (default) @ tiles-jsp ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tiles-jsp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ tiles-jsp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-jsp/target/classes
[INFO]
[INFO] --- maven-bundle-plugin:2.5.4:manifest (bundle-manifest) @ tiles-jsp ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tiles-jsp ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ tiles-jsp ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tiles-jsp ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ tiles-jsp ---
[INFO] Building jar: /home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/src/tiles-jsp/target/tiles-jsp-3.0.5.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tiles - FreeMarker Support 3.0.5
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Tiles 3
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Tiles 3 ............................................ SUCCESS [ 1.426 s]
[INFO] Tiles - API ........................................ SUCCESS [ 3.779 s]
[INFO] Tiles - Core Library ............................... SUCCESS [ 2.058 s]
[INFO] Tiles - Template Technologies Support .............. SUCCESS [ 1.416 s]
[INFO] Tiles - Servlet support ............................ SUCCESS [ 0.543 s]
[INFO] Tiles - JSP support ................................ SUCCESS [ 1.207 s]
[INFO] Tiles - FreeMarker Support ......................... FAILURE [ 0.042 s]
[INFO] Tiles - Velocity Support ........................... SKIPPED
[INFO] Tiles - EL support ................................. SKIPPED
[INFO] Tiles - MVEL support ............................... SKIPPED
[INFO] Tiles - OGNL support ............................... SKIPPED
[INFO] Tiles - Compatibility .............................. SKIPPED
[INFO] Tiles - Extras ..................................... SKIPPED
[INFO] tiles-test-pom ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.421 s
[INFO] Finished at: 2016-06-25T13:22:35+02:00
[INFO] Final Memory: 23M/365M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project tiles-freemarker: Could not resolve dependencies for project org.apache.tiles:tiles-freemarker:jar:3.0.5: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.freemarker:freemarker:jar:debian has not been downloaded from it before. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :tiles-freemarker
dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5 -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/debian -Dmaven.repo.local=/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5/debian/maven-repo --file src/pom.xml package javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
debian/rules:12: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory '/home/lamby/temp/cdt.20160625131950.GtwKwgPlTZ.tiles/tiles-3.0.5'
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 2
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tiles.3.0.5-1.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 23264 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20160625/54a1c29a/attachment.obj>
More information about the Reproducible-builds
mailing list