Package Details: python-blist 1.3.6-6

Git Clone URL: https://aur.archlinux.org/python-blist.git (read-only, click to copy)
Package Base: python-blist
Description: A list-like type with better asymptotic performance
Upstream URL: https://pypi.org/project/blist/
Licenses: GPL
Submitter: Midov
Maintainer: Midov
Last Packager: Midov
Votes: 1
Popularity: 0.000000
First Submitted: 2021-12-09 12:56 (UTC)
Last Updated: 2021-12-14 18:51 (UTC)

Latest Comments

dreieck commented on 2023-05-05 18:54 (UTC)

Build fails for me with _blist.c:6592:25: error: lvalue required as left operand of assignment:

gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -g0 -march=x86-64 -mtune=native -O3 -flto -ffat-lto-objects -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC -fPIC -DBLIST_FLOAT_RADIX_SORT=1 -I/usr/include/python3.11 -c blist/_blist.c -o build/temp.linux-x86_64-cpython-311/blist/_blist.o
blist/_blist.c: In function ‘py_blist_dealloc’:
blist/_blist.c:5790:9: warning: ‘UsingDeprecatedTrashcanMacro’ is deprecated [-Wdeprecated-declarations]
 5790 |         Py_TRASHCAN_SAFE_BEGIN(self)
      |         ^~~~~~~~~~~~~~~~~~~~~~
blist/_blist.c: In function ‘py_blist_sort’:
blist/_blist.c:6592:25: error: lvalue required as left operand of assignment
 6592 |         Py_TYPE(&saved) = &PyRootBList_Type;
      |                         ^
blist/_blist.c: In function ‘init_blist_types1’:
blist/_blist.c:7379:32: error: lvalue required as left operand of assignment
 7379 |         Py_TYPE(&PyBList_Type) = &PyType_Type;
      |                                ^
blist/_blist.c:7380:36: error: lvalue required as left operand of assignment
 7380 |         Py_TYPE(&PyRootBList_Type) = &PyType_Type;
      |                                    ^
blist/_blist.c:7381:36: error: lvalue required as left operand of assignment
 7381 |         Py_TYPE(&PyBListIter_Type) = &PyType_Type;
      |                                    ^
blist/_blist.c:7382:43: error: lvalue required as left operand of assignment
 7382 |         Py_TYPE(&PyBListReverseIter_Type) = &PyType_Type;
      |                                           ^
error: command '/usr/bin/gcc' failed with exit code 1

Regards!

DrRac27 commented on 2022-02-04 23:00 (UTC)

Could you please add aarch64 to arch? I can confirm it builds.