Package Details: libpthread-stubs 0.5-1

Git Clone URL: https://aur.archlinux.org/libpthread-stubs.git (read-only, click to copy)
Package Base: libpthread-stubs
Description: This library provides weak aliases for pthread functions not provided in libc or otherwise available by default.
Upstream URL: https://gitlab.freedesktop.org/xorg/lib/pthread-stubs
Licenses: MIT
Submitter: wikro
Maintainer: izzqz
Last Packager: izzqz
Votes: 177
Popularity: 0.87
First Submitted: 2009-12-16 19:38 (UTC)
Last Updated: 2024-10-14 17:25 (UTC)

Dependencies (0)

Required by (2)

Sources (1)

Latest Comments

1 2 Next › Last »

izzqz commented on 2024-10-14 17:28 (UTC)

@micwoj92 Update it. Thanks!

micwoj92 commented on 2024-10-14 17:09 (UTC)

Hi @izzqz,

Thx for picking up, arch should be set to any.

hacker1024 commented on 2020-05-06 11:24 (UTC)

This works on aarch64 also, but that's not included in the PKGBUILD

bidulock commented on 2016-03-05 14:13 (UTC)

source url works... I can even click on the link abouve and download the source. Sorry, you must have some other problem.

A.J commented on 2016-02-24 07:36 (UTC)

can't download the source ?!

bidulock commented on 2015-01-21 15:58 (UTC)

Strange. I don't get any error. Must be something in your environment?

InfernoZeus commented on 2015-01-21 15:30 (UTC)

I had to add modify the PKGBUILD, replacing the make install in package() with this: make INSTALL=/usr/bin/install DESTDIR="${pkgdir}/" install otherwise I get this error: 0 -m 644 pthread-stubs.pc '/tmp/aur-libpthread-stubs/pkg/libpthread-stubs//usr/lib/pkgconfig' /bin/sh: line 7: 0: command not found Makefile:356: recipe for target 'install-pkgconfigDATA' failed make[1]: *** [install-pkgconfigDATA] Error 127 make[1]: Leaving directory '/tmp/aur-libpthread-stubs/src/libpthread-stubs-0.3' Makefile:587: recipe for target 'install-am' failed make: *** [install-am] Error 2

carstene1ns commented on 2013-12-24 02:28 (UTC)

PKBUILD cleaned up, made compatible with pacman 4.1 and dropped again. Please note, that you will only get a package-config file, because libpthread provides all necessary functions and that packages depending on this lib should be fixed to use proper libpthread.

wikro commented on 2010-06-22 21:48 (UTC)

@Erik: Fixed.