Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#31033 - [python2-sqlobject] misdependency - ImportError: No module named formencode
Attached to Project:
Community Packages
Opened by Tomoya Kose (mitsuse) - Monday, 06 August 2012, 16:02 GMT
Last edited by Alexander F. Rødseth (xyproto) - Thursday, 09 August 2012, 23:24 GMT
Opened by Tomoya Kose (mitsuse) - Monday, 06 August 2012, 16:02 GMT
Last edited by Alexander F. Rødseth (xyproto) - Thursday, 09 August 2012, 23:24 GMT
|
DetailsDescription:
python2-sqlobject[1] should require python-formencode[2], but do not. Following the dependency of package[1], could not find package[2]. This may be not upstream's bug. Additional info: * package versions [1]community/python2-sqlobject http://www.archlinux.org/packages/community/any/python2-sqlobject/ [2]extra/python-formen http://www.archlinux.org/packages/extra/any/python-formencode/ Steps to reproduce: - install python2-sqlobject - launch python interpreter and import sqlobject - obtain below Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/sqlobject/__init__.py", line 4, in <module> from col import * File "/usr/lib/python2.7/site-packages/sqlobject/col.py", line 30, in <module> from formencode import compound, validators ImportError: No module named formencode |
This task depends upon
Closed by Alexander F. Rødseth (xyproto)
Thursday, 09 August 2012, 23:24 GMT
Reason for closing: Fixed
Thursday, 09 August 2012, 23:24 GMT
Reason for closing: Fixed
However, I wish that you add "python-formencode"[2] as a depedendency of "python2-sqlobject"[1].
# Written again
[1]community/python2-sqlobject
http://www.archlinux.org/packages/community/any/python2-sqlobject/
[2]extra/python-formen (for python2)
http://www.archlinux.org/packages/extra/any/python-formencode/
# - I got updated PKGBUILD with abs.
# - The problem was solved. Thank you!!
I attached the fixed version of PKGBUILD.