Bug 1706207 - libpreludedb FTBFS with Python 3.8
Summary: libpreludedb FTBFS with Python 3.8
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libpreludedb
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Thomas Andrejak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON38
TreeView+ depends on / blocked
 
Reported: 2019-05-03 19:27 UTC by Charalampos Stratakis
Modified: 2019-07-13 12:09 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-07-13 12:09:18 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Full log from Copr (255.42 KB, text/plain)
2019-05-03 19:27 UTC, Charalampos Stratakis
no flags Details

Description Charalampos Stratakis 2019-05-03 19:27:53 UTC
Created attachment 1562702 [details]
Full log from Copr

libpreludedb fails to build with Python 3.8 with:

setup.py:34: SyntaxWarning: invalid escape sequence \s
  return re.split("\s+", s.strip())

which is this [0] line in the upstream template for setup.py

This is due to this [1] which makes the invalid escape sequences (the \s in this case) a syntax warning.

[0] https://www.prelude-siem.org/projects/libpreludedb/repository/revisions/master/entry/bindings/python/setup.py.in#L34

[1] https://bugs.python.org/issue32912

Full log attached

Comment 1 Miro Hrončok 2019-07-10 11:10:01 UTC
Thomas, please also look at this one.

Comment 2 Thomas Andrejak 2019-07-10 11:22:52 UTC
OK, noted

Comment 3 Thomas Andrejak 2019-07-13 09:22:52 UTC
Hello

This should now be OK : https://koji.fedoraproject.org/koji/taskinfo?taskID=36220724

Regards

Comment 4 Miro Hrončok 2019-07-13 12:09:18 UTC
Thanks


Note You need to log in before you can comment on or make changes to this bug.