Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921323 - dev-lang/julia-1.8.5-r1 error: failed to decompress '.debug_aranges', zlib is not available
Summary: dev-lang/julia-1.8.5-r1 error: failed to decompress '.debug_aranges', zlib is...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-04 02:26 UTC by William Throwe
Modified: 2024-01-22 09:48 UTC (History)
2 users (show)

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


Attachments
build.log.gz (julia-1.8.5-r1:20240102-004100.log.gz,349.57 KB, application/gzip)
2024-01-04 02:26 UTC, William Throwe
Details
emerge --info dev-lang/julia && emerge --info sys-libs/zlib (julia.info,13.99 KB, text/plain)
2024-01-08 20:43 UTC, William Throwe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description William Throwe 2024-01-04 02:26:04 UTC
Created attachment 881439 [details]
build.log.gz

Any runtime error produces a slew of "zlib is not available" errors.  Obviously, zlib is installed.

$ julia
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.8.5 (2023-01-08)
 _/ |\__'_|_|_|\__'_|  |  
|__/                   |

julia> undefined_variable
error: failed to decompress '.debug_aranges', zlib is not available
error: failed to decompress '.debug_info', zlib is not available
error: failed to decompress '.debug_abbrev', zlib is not available
error: failed to decompress '.debug_line', zlib is not available
error: failed to decompress '.debug_str', zlib is not available
error: failed to decompress '.debug_line_str', zlib is not available
error: failed to decompress '.debug_loclists', zlib is not available
error: failed to decompress '.debug_rnglists', zlib is not available
error: failed to decompress '.debug_info', zlib is not available
error: failed to decompress '.debug_abbrev', zlib is not available
error: failed to decompress '.debug_line', zlib is not available
error: failed to decompress '.debug_str', zlib is not available
error: failed to decompress '.debug_ranges', zlib is not available
error: failed to decompress '.debug_gnu_pubnames', zlib is not available
error: failed to decompress '.debug_gnu_pubtypes', zlib is not available
error: failed to decompress '.debug_aranges', zlib is not available
error: failed to decompress '.debug_info', zlib is not available
error: failed to decompress '.debug_abbrev', zlib is not available
error: failed to decompress '.debug_line', zlib is not available
error: failed to decompress '.debug_str', zlib is not available
error: failed to decompress '.debug_line_str', zlib is not available
error: failed to decompress '.debug_loclists', zlib is not available
error: failed to decompress '.debug_rnglists', zlib is not available
ERROR: UndefVarError: undefined_variable not defined
Comment 1 Maciej Barć gentoo-dev 2024-01-07 01:04:37 UTC
William Throwe, please upload emerge --info dev-lang/julia && emerge --info sys-libs/zlib. Is this still occuring on the masked version "1.9.4"?
Comment 2 Maciej Barć gentoo-dev 2024-01-07 01:05:58 UTC
> Is this still occuring on the masked version "1.9.4"?

Fro me it woks on that latest version.
Comment 3 William Throwe 2024-01-08 20:43:43 UTC
Created attachment 881686 [details]
emerge --info dev-lang/julia && emerge --info sys-libs/zlib

Same errors with 1.9.4
Comment 4 Maciej Barć gentoo-dev 2024-01-08 21:36:03 UTC
(In reply to William Throwe from comment #3)
> Created attachment 881686 [details]
> emerge --info dev-lang/julia && emerge --info sys-libs/zlib
> 
> Same errors with 1.9.4

Wow, that is really weird, since you are running r2 which is stable, same version is on my system.
Comment 5 Igor Krivenko 2024-01-22 09:48:24 UTC
I can confirm this problem with dev-lang/julia-1.9.4 and sys-libs/zlib-1.3-r2. I was also experiencing it with dev-lang/julia-1.8.5-r1 and a few previous versions (don't remember when exactly it began).