Sie sind nicht angemeldet.

1

05.12.2016, 11:23

app-pda/libplist baut nicht

Hi,
seit einigen Tagen, ca. seit den news bezüglich python, schlägt app-pda/libplist fehll.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
configure: Cython executable is '/usr/bin/cython'
checking for python3.4... /usr/bin/python3.4
checking for a version of Python >= '2.1.0'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python3.4m
checking for Python library path... -L/usr/lib64/python3.4 -lpython3.4
checking for Python site-packages path... /usr/lib64/python3.4/site-packages
checking python extra libraries...  -lpthread -ldl  -lutil
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... no
configure: error: 
  Could not link test program to Python. Maybe the main Python library has been
  installed in some non-standard library path. If so, pass it to configure,
  via the LDFLAGS environment variable.
  Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
  ============================================================================
   ERROR!
   You probably have to install the development version of the Python package
   for your distribution.  The exact name of this package varies among them.
  ============================================================================


Ich habe (wissentlich) nichts an python gedreht.

Was mache ich, damit das wieder läuft? Bislang ist das das einzige Paket, das nicht baut.

Rüdiger
»Regidür« hat folgende Datei angehängt:

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Regidür« (14.12.2016, 23:35)


2

10.12.2016, 17:47

Hallöchen

Hast du schon mal den Befehl

Quellcode

1
python-updater

gestartet ?

Was man auch noch durchlaufen lassen könnte wäre

Quellcode

1
2
emerge -av @changed-deps
emerge -av @preserved-rebuild


schatti
''''''''''''''''''''''''''''''''''''''''''''''''
Gentoo-Linux
der G-Punkt eines Pc´s

''''''''''''''''''''''''''''''''''''''''''''''''

3

10.12.2016, 20:00

es baut ja gerade bei @preserved-rebuild nicht...

Ich dachte, python-updater wäre obsolet. Kann mich aber gerade nicht erinnern, warum ich das glaube.

Rüdiger

4

13.12.2016, 17:10

es geht immer noch nicht...
»Regidür« hat folgende Datei angehängt:

5

14.12.2016, 23:34

Ich habe libplist gekeyworded (in package.acept_keywords) dann hat's gebaut.

Rüdiger