[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#824064: marked as done (configure: error: Package requirements (pthread-stubs) were not met)



Your message dated Wed, 11 May 2016 21:41:04 +0200
with message-id <87bn4cidrj.fsf@turtle.gmx.de>
and subject line Re: Bug#824064: configure: error: Package requirements (pthread-stubs) were not met
has caused the Debian Bug report #824064,
regarding configure: error: Package requirements (pthread-stubs) were not met
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
824064: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824064
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libdrm2
Version: 2.4.58-2
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

Fail a simple ./configure from source (jessie)
I triyed to install pkg-config from soure/git repo
with the same result.
...
checking pkg-config is at least version 0.9.0... yes
checking for PTHREADSTUBS... no
configure: error: Package requirements (pthread-stubs) were not met:

No package 'pthread-stubs' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PTHREADSTUBS_CFLAGS
and PTHREADSTUBS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
helio$ reportbug libdrm2
Warning: no reportbug configuration found.  Proceeding in novice mode.
Detected character set: UTF-8
Please change your locale if this is incorrect.
...

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libdrm2 depends on:
ii  libc6              2.19-18+deb8u4
ii  multiarch-support  2.19-18+deb8u4

libdrm2 recommends no packages.

libdrm2 suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
On 2016-05-11 20:12 +0200, Heliogabalo wrote:

> Package: libdrm2
> Version: 2.4.58-2
> Severity: normal
>
> Dear Maintainer,
>
> *** Reporter, please consider answering these questions, where appropriate ***
>
> Fail a simple ./configure from source (jessie)
> I triyed to install pkg-config from soure/git repo
> with the same result.

This is most likely your problem.  Move any locally installed pkg-config
binaries out of the ways and use the Debian-provided pkg-config instead.

> checking pkg-config is at least version 0.9.0... yes
> checking for PTHREADSTUBS... no
> configure: error: Package requirements (pthread-stubs) were not met:
>
> No package 'pthread-stubs' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables PTHREADSTUBS_CFLAGS
> and PTHREADSTUBS_LIBS to avoid the need to call pkg-config.

The pthread-stubs .pc file is located in the directory
/usr/lib/i386-linux-gnu/pkgconfig, a place where Debian's pkg-config
looks, but your self-built pkg-config probably does not.  If you insist
on building pkg-config yourself, use the --with-pc-path build-time
option to include the multiarch dirs, as in [1].

Cheers,
       Sven


1. https://sources.debian.net/src/pkg-config/0.29-4/debian/rules/

--- End Message ---

Reply to: