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

   I'm afraid I can't give any meaningful advice from your last two comments, 
because it only describes your maven options and a part of the build results. 
Please provide your environment, branch/revision you're working on, code 
modification and executed commands. See the following examples.
   
   Environment information:
   
   ```
   $ facter os
   {
     architecture => "amd64",
     distro => {
       codename => "jammy",
       description => "Ubuntu 22.04.3 LTS",
       id => "Ubuntu",
       release => {
         full => "22.04",
         major => "22.04"
       }
     },
     family => "Debian",
     hardware => "x86_64",
     name => "Ubuntu",
     release => {
       full => "22.04",
       major => "22.04"
     },
     selinux => {
       enabled => false
     }
   }
   ```
   
   Base branch/revision and code modification:
   
   ```
   $ git rev-parse HEAD
   f4d65ae97b484c8e01efa936948ed01574f149d2
   $ git status 
   On branch master
   Your branch is ahead of 'origin/master' by 59 commits.
     (use "git push" to publish your local commits)
   
   Changes not staged for commit:
     (use "git add <file>..." to update what will be committed)
     (use "git restore <file>..." to discard changes in working directory)
        modified:   bigtop.bom
   
   no changes added to commit (use "git add" and/or "git commit -a")
   $ git diff
   diff --git a/bigtop.bom b/bigtop.bom
   index 70ff2c1d..34ded091 100644
   --- a/bigtop.bom
   +++ b/bigtop.bom
   @@ -247,7 +247,7 @@ bigtop {
        'phoenix' {
          name    = 'phoenix'
          relNotes = 'Apache Phoenix: A SQL skin over HBase'
   -      version { base = "5.1.2"; pkg = base; release = 1 }
   +      version { base = "5.1.3"; pkg = base; release = 1 }
          tarball { destination = "$name-${version.base}-src.tar.gz"
                    source      = destination }
          url     { download_path = "/$name/$name-${version.base}"
   ```
   
   Executed command and its result containing error messages:
   
   ```
   $ ./gradlew phoenix-clean phoenix-pkg
   
   ...
   
   dpkg-source: error: LC_ALL=C patch -t -F 0 -N -p1 -u -V never -E -b -B 
.pc/patch0-PHOENIX-6766-branch-5.1.diff/ --reject-file=- < 
phoenix-5.1.3.orig.abmmQO/debian/patches/patch0-PHOENIX-6766-branch-5.1.diff 
subprocess returned exit status 1
   patching file pom.xml
   Reversed (or previously applied) patch detected!  Skipping patch.
   1 out of 1 hunk ignored
   dpkg-source: info: the patch has fuzz which is not allowed, or is malformed
   dpkg-source: info: if patch 'patch0-PHOENIX-6766-branch-5.1.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
   
   FAILURE: Build failed with an exception.
   
   * Where:
   Script '/home/sekikn/repos/bigtop/packages.gradle' line: 456
   
   * What went wrong:
   Execution failed for task ':phoenix-sdeb'.
   > Process 'command 'dpkg-buildpackage'' finished with non-zero exit value 2
   
   * 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 7s
   5 actionable tasks: 5 executed
   ```


-- 
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