Kengo Seki created BIGTOP-3338:
----------------------------------
Summary: Fix `./gradlew repo` to work with GPDB and QFS on Ubuntu
18.04
Key: BIGTOP-3338
URL: https://issues.apache.org/jira/browse/BIGTOP-3338
Project: Bigtop
Issue Type: Bug
Components: build
Reporter: Kengo Seki
Assignee: Kengo Seki
GPDB and QFS have the same problem as BIGTOP-3296.
{code}
$ cat /etc/issue
Ubuntu 18.04.4 LTS \n \l
{code}
{code}
$ ./gradlew gpdb-clean gpdb-pkg repo
(snip)
Exporting indices...
Unknown file type: '50b87e01e745c83337a5576eabd803df 24433228 debug optional
gpdb-dbgsym_5.10.0-1_amd64.ddeb', assuming source format...
Warning: File 'gpdb-dbgsym_5.10.0-1_amd64.ddeb' looks like source but does not
start with 'gpdb_'!
Ignoring buildinfo file: 'gpdb_5.10.0-1_amd64.buildinfo'!
'gpdb-dbgsym_5.10.0-1_amd64.ddeb' looks like part of an source package, but no
dsc file listed in the .changes file!
There have been errors!
> Task :apt FAILED
FAILURE: Build failed with an exception.
{code}
{code}
$ ./gradlew qfs-clean qfs-pkg repo
(snip)
Exporting indices...
Unknown file type: '44810f50ca23469621b2e40b59fdcb0e 12682112 debug optional
qfs-chunkserver-dbgsym_2.0.0-1_amd64.ddeb', assuming source format...
Warning: File 'qfs-chunkserver-dbgsym_2.0.0-1_amd64.ddeb' looks like source but
does not start with 'qfs_'!
Unknown file type: 'b3bbb3ca7e61b13795d9575beb71ce67 98096416 debug optional
qfs-client-dbgsym_2.0.0-1_amd64.ddeb', assuming source format...
Warning: File 'qfs-client-dbgsym_2.0.0-1_amd64.ddeb' looks like source but does
not start with 'qfs_'!
Unknown file type: '11fb1e0057479c0d200520ce091fa891 62356384 debug optional
qfs-dev-dbgsym_2.0.0-1_amd64.ddeb', assuming source format...
Warning: File 'qfs-dev-dbgsym_2.0.0-1_amd64.ddeb' looks like source but does
not start with 'qfs_'!
Unknown file type: 'fba0632818228d498cc790ba012a924f 5086568 debug optional
qfs-fuse-dbgsym_2.0.0-1_amd64.ddeb', assuming source format...
Warning: File 'qfs-fuse-dbgsym_2.0.0-1_amd64.ddeb' looks like source but does
not start with 'qfs_'!
Unknown file type: '0d92ce59c7c3b9cf40fab4bbf4c9621a 52617260 debug optional
qfs-metaserver-dbgsym_2.0.0-1_amd64.ddeb', assuming source format...
Warning: File 'qfs-metaserver-dbgsym_2.0.0-1_amd64.ddeb' looks like source but
does not start with 'qfs_'!
Unknown file type: '62b2179f8ec1480963d3ca73d8eda1c3 100192 debug optional
qfs-python-dbgsym_2.0.0-1_amd64.ddeb', assuming source format...
Warning: File 'qfs-python-dbgsym_2.0.0-1_amd64.ddeb' looks like source but does
not start with 'qfs_'!
Ignoring buildinfo file: 'qfs_2.0.0-1_amd64.buildinfo'!
'qfs-chunkserver-dbgsym_2.0.0-1_amd64.ddeb' looks like part of an source
package, but no dsc file listed in the .changes file!
There have been errors!
> Task :apt FAILED
FAILURE: Build failed with an exception.
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)