FS#23502 - [pylorcon] pkg include architecture dependent files (.so files)
Attached to Project:
Community Packages
Opened by Kazuo Teramoto (kazuo) - Tuesday, 29 March 2011, 17:04 GMT
Last edited by Brad Fanella (cesura) - Tuesday, 29 March 2011, 19:01 GMT
Opened by Kazuo Teramoto (kazuo) - Tuesday, 29 March 2011, 17:04 GMT
Last edited by Brad Fanella (cesura) - Tuesday, 29 March 2011, 19:01 GMT
|
Details
Hi.
The pylorcon PKGBUILD have arch=("any"), but the pkg include an ELF file. Some extra info: $ pacman -Qi pylorcon|grep Architecture Architecture : any $ pacman -Ql pylorcon|grep '\.so' pylorcon /usr/lib/python2.7/site-packages/pylorcon.so $ file /usr/lib/python2.7/site-packages/pylorcon.so /usr/lib/python2.7/site-packages/pylorcon.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped $ uname -m x86_64 Changing the arch to arch=("i686" "x86_64") solve the problem. Thanks! |
This task depends upon
Closed by Brad Fanella (cesura)
Tuesday, 29 March 2011, 19:01 GMT
Reason for closing: Fixed
Additional comments about closing: pylorcon-3-4
Tuesday, 29 March 2011, 19:01 GMT
Reason for closing: Fixed
Additional comments about closing: pylorcon-3-4
Comment by Brad Fanella (cesura) -
Tuesday, 29 March 2011, 19:01 GMT
Thanks for bringing this to my attention! I've got everything
up-to-date in pylorcon-3-4.