| Summary: | [abrt] dnf: config.py:91:__set__:ValueError: Error parsing "baseurl = repodata": URL must be http, ftp, file or https not "" | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Gnatenko <ignatenko> | ||||||||||
| Component: | dnf | Assignee: | rpm-software-management | ||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 24 | CC: | jsilhan, mluscon, packaging-team-maint, pnemade, vmukhame | ||||||||||
| Target Milestone: | --- | Keywords: | Reopened | ||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | x86_64 | ||||||||||||
| OS: | Unspecified | ||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/33b3a4fde6e21cf51dd22dc31c362f0328139610 | ||||||||||||
| Whiteboard: | abrt_hash:672246000ff9ed50a02185dad782f08c4317bc61;VARIANT_ID=workstation; | ||||||||||||
| Fixed In Version: | dnf-1.1.10-1.fc24 dnf-1.1.10-1.fc23 dnf-1.1.10-1.fc25 | Doc Type: | Bug Fix | ||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2016-08-19 19:51:37 UTC | Type: | --- | ||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||
| Documentation: | --- | CRM: | |||||||||||
| Verified Versions: | Category: | --- | |||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
| Attachments: |
|
||||||||||||
Created attachment 1145938 [details]
File: _var_log_dnf.log
Created attachment 1145939 [details]
File: backtrace
Created attachment 1145940 [details]
File: dnf-makecache.log
Created attachment 1145941 [details]
File: environ
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. Merged for DNF 2.0 and will be available withing DNF 2.0 release. dnf-1.1.10-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-267f843cda dnf-1.1.10-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-8caa619a9e dnf-1.1.10-1.fc24 dnf-plugins-core-0.1.21-3.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-878284e0d3 dnf-1.1.10-1.fc25, dnf-plugins-core-0.1.21-4.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-8caa619a9e dnf-1.1.10-1.fc23, dnf-plugins-core-0.1.21-3.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-267f843cda dnf-1.1.10-1.fc24, dnf-plugins-core-0.1.21-3.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-878284e0d3 dnf-1.1.10-1.fc24, dnf-plugins-core-0.1.21-3.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. dnf-1.1.10-1.fc23, dnf-plugins-core-0.1.21-3.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. dnf-1.1.10-1.fc25, dnf-plugins-core-0.1.21-4.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: sudo dnf --repofrompath test,repodata makecache Version-Release number of selected component: dnf-1.1.8-1.fc24 Additional info: reporter: libreport-2.6.4 cmdline: /usr/bin/python3 /bin/dnf --repofrompath test,repodata makecache executable: /bin/dnf kernel: 4.5.0-302.fc24.x86_64 runlevel: N 5 type: Python3 uid: 0 Truncated backtrace: config.py:91:__set__:ValueError: Error parsing "baseurl = repodata": URL must be http, ftp, file or https not "" Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/dnf/yum/config.py", line 88, in __set__ value = self.parse(value) File "/usr/lib/python3.5/site-packages/dnf/yum/config.py", line 280, in parse out.append(self._urloption.parse(url)) File "/usr/lib/python3.5/site-packages/dnf/yum/config.py", line 234, in parse raise ValueError('URL must be %s not "%s"' % (self._schemelist(), s)) ValueError: URL must be http, ftp, file or https not "" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/bin/dnf", line 58, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 174, in user_main errcode = main(args) File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 60, in main return _main(base, args) File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 93, in _main cli.configure(list(map(ucd, args))) File "/usr/lib/python3.5/site-packages/dnf/cli/cli.py", line 1000, in configure self._configure_repos(opts) File "/usr/lib/python3.5/site-packages/dnf/cli/cli.py", line 744, in _configure_repos repofp.baseurl = path File "/usr/lib/python3.5/site-packages/dnf/repo.py", line 582, in __setattr__ super(Repo, self).__setattr__(name, value) File "/usr/lib/python3.5/site-packages/dnf/yum/config.py", line 91, in __set__ value, str(e))) ValueError: Error parsing "baseurl = repodata": URL must be http, ftp, file or https not "" Local variables in innermost frame: self: <dnf.yum.config.UrlListOption object at 0x7f9ba573c860> obj: <Repo test> value: 'repodata'