FS#55873 - [dbeaver] downloads quite some stuff during build()
Attached to Project:
Community Packages
Opened by Erich Eckner (deepthought) - Thursday, 05 October 2017, 07:40 GMT
Last edited by Muflone (muflone) - Saturday, 14 December 2019, 20:32 GMT
Opened by Erich Eckner (deepthought) - Thursday, 05 October 2017, 07:40 GMT
Last edited by Muflone (muflone) - Saturday, 14 December 2019, 20:32 GMT
|
Details
Description:
IMHO, sources needed to build the package should be entered in the source-array, so the package can be built offline. However, dbeaver downloads some files at the beginning of build(): ==> Starting build()... [INFO] Scanning for projects... [INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/1.0.0/tycho-maven-plugin-1.0.0.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/1.0.0/tycho-maven-plugin-1.0.0.pom (2.1 kB at 6.3 kB/s) [INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom ... Additional info: * package version(s) dbeaver 4.2.1-1 (git revision cb5a44ac70fd012e72988850791c7f2f9a59d664) Steps to reproduce: > makepkg --allsource install dependencies, then disconnect internet > tar -xzf dbeaver-4.2.1-1.src.tar.gz > cd dbeaver > makepkg |
This task depends upon
Closed by Muflone (muflone)
Saturday, 14 December 2019, 20:32 GMT
Reason for closing: Fixed
Additional comments about closing: partially fixed in dbeaver 6.3.0-2
Saturday, 14 December 2019, 20:32 GMT
Reason for closing: Fixed
Additional comments about closing: partially fixed in dbeaver 6.3.0-2
I really don't think the build process should list all those libraries in the PKGBUILD.
Some dependencies are not properly downloaded during the prepare phase, how to fix is out of my knowledge