Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
libpng-update ;)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
kriz
Apprentice
Apprentice


Joined: 22 Jan 2003
Posts: 231

PostPosted: Wed Jul 21, 2010 1:30 pm    Post subject: libpng-update ;) Reply with quote

Seit diesem Update gibt es wirklich viele Diskussionen im Forum(Unterforen).
Was ich an der ganzen Story nicht versteh ist, dreht es sich wirklich nur um dieses Script welches nach der Installation nicht ausgeführt wird?

/usr/sbin/libpng-1.4.x-update.sh
Code:

#!/bin/bash

. "/etc/init.d/functions.sh"

if ! type -p qfile >/dev/null; then
        einfo "Please install app-portage/portage-utils."
        exit 1
fi

einfo "Fixing broken libtool archives (.la)"
for i in $(qlist -a | grep "\.la$"); do
        sed -i \
                -e '/^dependency_libs/s:-lpng12:-lpng14:g' \
                -e '/^dependency_libs/s:libpng12.la:libpng14.la:g' \
                "${i}" 2>/dev/null
done


Hatte mit den fehlenden Links viel Spaß. :D

cc
Back to top
View user's profile Send private message
ChrisJumper
Advocate
Advocate


Joined: 12 Mar 2005
Posts: 2390
Location: Germany

PostPosted: Thu Jul 22, 2010 3:35 pm    Post subject: Reply with quote

Oh ja damit hatte ich auch sehr viel Spaß.

Trotzdem hilft das nicht 100%. Auch der Tipp von AM088 mit einem weiteren emerge libpng:1.2 brachte mir keine sorgenfreie png-Zukunft.

Vielleicht wäre dieser Vorschlag (Blogpost: stable-users-libpng-update) besser gewesen?

Das Kompilieren von x11-libs/pango oder x11-libs/gtk+ beschwerten sich noch über eine fehlende libpng. Aber es ging wieder nachdem ich wie an anderer Stelle im Forum folgende emerge-Reihenfolge beachtete:

Code:
# emerge  cairo pango gtk+


Grüße

Chris
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum