Search Criteria
Package Details: lib32-talloc 2.3.1-1
Git Clone URL: | https://aur.archlinux.org/lib32-talloc.git (read-only, click to copy) |
---|---|
Package Base: | lib32-talloc |
Description: | A hierarchical pool based memory allocator with destructors |
Upstream URL: | http://talloc.samba.org/ |
Licenses: | |
Submitter: | bluewind |
Maintainer: | DarkShadow44 |
Last Packager: | DarkShadow44 |
Votes: | 40 |
Popularity: | 0.000058 |
First Submitted: | 2011-12-05 15:22 |
Last Updated: | 2020-05-12 15:50 |
Latest Comments
1 2 Next › Last »
DarkShadow44 commented on 2019-11-17 14:13
@rodrigo21 I updated to 2.3.0, is that enough?
rodrigo21 commented on 2019-11-17 12:37
Needs the patch that's in the repos to build with python 3.8.
DarkShadow44 commented on 2019-04-11 15:26
The build needs python3 to work properly, I've added a make dependency.
rafaelff commented on 2019-04-11 14:51
When building in a clean chroot:
DarkShadow44 commented on 2019-04-10 17:22
Disabled python support for the time being, if you need it please let me know.
DarkShadow44 commented on 2019-03-20 19:38
Adoped the package since I maintain lib32-smbclient now as well.
rafaelff commented on 2019-01-12 12:43
I'm disowning this package because I maintained due to lib32-smbclient, which I just disowned.
rafaelff commented on 2018-12-18 09:52
@zaplo: I was not able to reproduce. I suggest checking your configurations and to build in a clear chroot (https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot).
zaplo commented on 2018-12-11 18:41
ImportError: No module named _collections
any idea how to solve this? i tried setting PYTHONPATH and PYTHONHOME to 2.7 and 3.7 but no luck with either one. python itself works elsewhere, just not in waf script.
rafaelff commented on 2018-11-10 20:07
@dozerminatorn: It seems to be requiring 'lib32-libnsl' to be installed. That's probably because you have 'libnsl' installed, but not 'lib32-libnsl' so talloc found the headers in /usr/include but not the expected 32-bit library at /usr/lib32.
I'll try to disable this dependency via PKGBUILD.
For now, consider (1) installing 'lib32-libnsl', or (2) building this package in a clean chroot[1] to achieve a build more close to the 'talloc' (i.e. to not have '-lnsl' automatically included)
[1] https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot