Bug 1841640
| Summary: | mailman3 IsADirectoryError: [Errno 21] Is a directory: '/builddir/build/BUILD/mailman-3.2.2/src/mailman/templates' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Raits <igor.raits> |
| Component: | mailman3 | Assignee: | Aurelien Bompard <aurelien> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | aurelien, mhroncok, thrnciar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | mailman3-3.2.2-3.fc33 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-06-23 15:10:36 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1785415, 1803234, 1803235 | ||
|
Description
Igor Raits
2020-05-29 14:34:02 UTC
Hello, This is the first reminder (step 3 from https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs). If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. Many tests failing with same error.
Traceback (most recent call last):
File "/builddir/build/BUILD/mailman-3.2.2/src/mailman/rest/tests/test_preferences.py", line 41, in setUp
self._member = self._mlist.subscribe(anne)
File "/builddir/build/BUILD/mailman-3.2.2/src/mailman/database/transaction.py", line 85, in wrapper
return function(args[0], config.db.store, *args[1:], **kws)
File "/builddir/build/BUILD/mailman-3.2.2/src/mailman/model/mailinglist.py", line 494, in subscribe
notify(SubscriptionEvent(self, member))
File "/usr/lib/python3.9/site-packages/zope/event/__init__.py", line 31, in notify
subscriber(event)
File "/builddir/build/BUILD/mailman-3.2.2/src/mailman/app/membership.py", line 169, in handle_SubscriptionEvent
send_welcome_message(mlist, member, member.preferred_language)
File "/builddir/build/BUILD/mailman-3.2.2/src/mailman/app/notifications.py", line 51, in send_welcome_message
welcome_message = wrap(getUtility(ITemplateLoader).get(
File "/builddir/build/BUILD/mailman-3.2.2/src/mailman/model/template.py", line 207, in get
path, fp = find(default_uri, mlist, code)
File "/builddir/build/BUILD/mailman-3.2.2/src/mailman/utilities/i18n.py", line 156, in find
for search_path in raw_search_order:
File "/builddir/build/BUILD/mailman-3.2.2/src/mailman/utilities/i18n.py", line 117, in search
templates_dir = str(resources.enter_context(path('mailman', 'templates')))
File "/usr/lib64/python3.9/contextlib.py", line 429, in enter_context
result = _cm_type.__enter__(cm)
File "/usr/lib64/python3.9/contextlib.py", line 117, in __enter__
return next(self.gen)
File "/usr/lib64/python3.9/importlib/resources.py", line 175, in _path_from_reader
opener_reader = reader.open_resource(norm_resource)
File "<frozen importlib._bootstrap_external>", line 995, in open_resource
IsADirectoryError: [Errno 21] Is a directory: '/builddir/build/BUILD/mailman-3.2.2/src/mailman/templates'
|