JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
609 stars 251 forks source link

precompile verbose output #3622

Open xgdgsc opened 9 months ago

xgdgsc commented 9 months ago

There doesn' t seem a verbose mode for precompile, how do I debug why my Pacakge hangs forever in precompile REPL., while runs fine when using the julia process?

timholy commented 9 months ago

I'd like to turn on verbose mode on this issue 🙂. For starters, what's your Julia version and what's the package? Is there any kind of output?

xgdgsc commented 9 months ago

Julia 1.9.3. The package is a project with deps like

[deps]
Blosc = "a74b3585-a348-5f62-a45c-50e91977d574"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
CodecLz4 = "5ba52731-8f18-5e0d-9241-30f10d1ec561"
CodecZstd = "6b39b394-51ab-5f42-8807-6242bab2b4c2"
ConfParser = "88353bc9-fd38-507d-a820-d3b43837d6b9"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataFramesMeta = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
IterableTables = "1c8ee90f-4401-5389-894e-7a04a3dc0f4d"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LogRoller = "c41e01d8-14e5-11ea-185b-e7eabed7be4b"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"
NaNStatistics = "b946abbf-3ea7-4610-9019-9858bfdeaf2d"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Redis = "0cf705f9-a9e2-50d1-a699-2b372a39b750"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
ShiftedArrays = "1277b4bf-5013-50f5-be3d-901d8477a67a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
StrFs = "299745a8-1dd2-5813-967e-1153b019bdef"

Sorry the project source code cannot be shared. Hang on the last step of precompile MyPackage when doing up. No output other than the circling progress.