Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 881197 - app-crypt/jacksum-3.4.0 - src/.../CRC32C.java:35: error: cannot find symbol
Summary: app-crypt/jacksum-3.4.0 - src/.../CRC32C.java:35: error: cannot find symbol
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-11-13 16:31 UTC by Toralf Förster
Modified: 2022-12-01 07:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.22 KB, text/plain)
2022-11-13 16:31 UTC, Toralf Förster
Details
app-crypt:jacksum-3.4.0:20221113-045739.log (app-crypt:jacksum-3.4.0:20221113-045739.log,4.69 KB, text/plain)
2022-11-13 16:31 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,226.25 KB, text/plain)
2022-11-13 16:31 UTC, Toralf Förster
Details
environment (environment,89.44 KB, text/plain)
2022-11-13 16:31 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,33.84 KB, application/x-bzip)
2022-11-13 16:31 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,21.21 KB, application/x-bzip)
2022-11-13 16:31 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-11-13 16:31:14 UTC
>>> Configuring source in /var/tmp/portage/app-crypt/jacksum-3.4.0/work/jacksum-3.4.0 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-crypt/jacksum-3.4.0/work/jacksum-3.4.0 ...
javac -source 1.8 -target 1.8 -d target/classes -encoding UTF-8 @sources.lst
src/main/java/net/jacksum/algorithms/crcs/CRC32C.java:35: error: cannot find symbol
    private final java.util.zip.CRC32C crc32c;
                               ^

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4-20221112-000004

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
Python 3.10.8
Available Rust versions:
  [1]   rust-bin-1.65.0 *
GENTOO_VM=openjdk-bin-8  CLASSPATH="" JAVA_HOME="/opt/openjdk-bin-8.352_p08"
JAVACFLAGS="-source 1.8 -target 1.8" COMPILER=""
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.17_p8 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):

  HEAD of ::gentoo
commit 88432f9d753d9280e9a528b6f99582b95c6fd3e8
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Nov 13 03:16:51 2022 +0000

    2022-11-13 03:16:50 UTC

emerge -qpvO app-crypt/jacksum
[ebuild  N    ] app-crypt/jacksum-3.4.0
Comment 1 Toralf Förster gentoo-dev 2022-11-13 16:31:15 UTC
Created attachment 832241 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-13 16:31:16 UTC
Created attachment 832243 [details]
app-crypt:jacksum-3.4.0:20221113-045739.log
Comment 3 Toralf Förster gentoo-dev 2022-11-13 16:31:17 UTC
Created attachment 832245 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-11-13 16:31:19 UTC
Created attachment 832247 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-11-13 16:31:20 UTC
Created attachment 832249 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-13 16:31:21 UTC
Created attachment 832251 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-12-01 07:54:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e854015d56e0d19d12da746405da35c84e5a2321

commit e854015d56e0d19d12da746405da35c84e5a2321
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2022-11-20 08:45:32 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2022-12-01 07:54:22 +0000

    app-crypt/jacksum: min. java 11
    
    Closes: https://bugs.gentoo.org/881197
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/28346
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 app-crypt/jacksum/{jacksum-3.4.0.ebuild => jacksum-3.4.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)