sekikn commented on PR #1182:
URL: https://github.com/apache/bigtop/pull/1182#issuecomment-1763396210

   The current PR doesn't work, as follows:
   
   ```
   $ curl -sL https://github.com/apache/bigtop/pull/1182.diff | git apply
   $ git diff
   diff --git a/bigtop.bom b/bigtop.bom
   index 01fbdd74..bf51e049 100644
   --- a/bigtop.bom
   +++ b/bigtop.bom
   @@ -162,7 +162,7 @@ bigtop {
          name    = 'hbase'
          rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_")
          relNotes = 'Apache HBase'
   -      version { base = '2.4.17'; pkg = base; release = 1 }
   +      version { base = '2.5.3'; pkg = base; release = 1 }
          tarball { destination = "${name}-${version.base}.tar.gz"
                    source      = "${name}-${version.base}-src.tar.gz" }
          url     { download_path = "/$name/${version.base}/"
   $ ./gradlew hbase-clean hbase-pkg
   
   ...
   
   dpkg-source: error: LC_ALL=C patch -t -F 0 -N -p1 -u -V never -E -b -B 
.pc/patch0-HBASE-27065-2.4.13.diff/ --reject-file=- < 
hbase-2.5.3.orig._x04bj/debian/patches/patch0-HBASE-27065-2.4.13.diff 
subprocess returned exit status 1
   patching file pom.xml
   Reversed (or previously applied) patch detected!  Skipping patch.
   13 out of 13 hunks ignored
   dpkg-source: info: the patch has fuzz which is not allowed, or is malformed
   dpkg-source: info: if patch 'patch0-HBASE-27065-2.4.13.diff' is correctly 
applied by quilt, use 'quilt refresh' to update it
   dpkg-source: info: if the file is present in the unpacked source, make sure 
it is also present in the orig tarball
   dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
   
   > Task :hbase-sdeb FAILED
   
   FAILURE: Build failed with an exception.
   ```
   
   > On removing the patch, able to successfully upgrade hbase version.
   
   If so, please include that deletion in your PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to