- Status Unconfirmed
- Percent Complete
- Task Type Bug Report
- Category Packages
- Assigned To No-one
- Operating System i686
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#91 - [python2]: segfault
i am trying to build calibre for i686 - using the arch PKGBUILD for v3.48.0, and also the latest 4.1.0 - python2 segfults immediately in build()
possibly related to #20 https://bugs.archlinux32.org/index.php?do=details&task_id=20
"line 86" below depends on the PKGBUILD - it is the command:
LANG='en_US.UTF-8' python2 setup.py build
$ makepkg -sr
....
==> Starting build()...
*
* Running build
*
/home/auser/calibre/PKGBUILD: line 86: 7793 Segmentation fault (core dumped) LANG='en_US.UTF-8' python2 setup.py build
==> ERROR: A failure occurred in build().
Aborting...
$ cd src/calibre-3.48.0/
$ LANG='en_US.UTF-8' python2 setup.py build
*
* Running build
*
Segmentation fault (core dumped)