https://bugs.kde.org/show_bug.cgi?id=484877
Bug ID: 484877 Summary: DEBUGINFOD_URLS environment variable is incorrectly set Classification: KDE Neon Product: neon Version: unspecified Platform: Neon OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: neon-b...@kde.org Reporter: br...@oikei.net CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org Target Milestone: --- SUMMARY DEBUGINFOD_URLS environment variable is incorrectly set. STEPS TO REPRODUCE 1. Fire up a new shell 2. Run "echo $DEBUGINFOD_URLS" OBSERVED RESULT The output is "https://debuginfod.neon.kde.org/:". Note the colon (:) at the end, usually used as a separator for multiple URLs but wrong in this case where we only have a single URL. Since it's at the end of the string, it's interpreted as a part of the URL and makes all debuginfod downloads broken since it tries to fetch them all from https://debuginfod.neon.kde.org/:/ instead of just https://debuginfod.neon.kde.org/ . EXPECTED RESULT The output is "https://debuginfod.neon.kde.org/" Note the lack of colon (:) at the end. SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE neon 6.0.3 KDE Plasma Version: 6.0.3 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 ADDITIONAL INFORMATION / -- You are receiving this mail because: You are watching all bug changes.