public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] libpng flip-flops after xorg-x11 upgrade
@ 2006-07-02 10:59 Hans de Hartog
  2006-07-02 11:36 ` Bo Ørsted Andresen
  0 siblings, 1 reply; 6+ messages in thread
From: Hans de Hartog @ 2006-07-02 10:59 UTC (permalink / raw
  To: gentoo-user

After upgrading to xorg-x11-7.0-r1, every emerge -Du world
wants to downgrade from libpng-1.2.12 to libpng-1.2.8-r1 and
if I do that, any emerge after that wants to upgrade again to
libpng-1.2.12.
Everything seems to work fine with either version of libpng.
Here's my emerge --info:

Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4,
2.6.16.19 i686)
=================================================================
System uname: 2.6.16.19 i686 Intel(R) Celeron(R) CPU 2.66GHz
Gentoo Base System version 1.6.15
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-O2 -mtune=i686 -pipe"
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild
/etc/terminfo"
CXXFLAGS="-O2 -mtune=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://mirror.scarlet-internet.nl/pub/gentoo "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude='/distfiles' --exclude='/local'
--exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apache2 apm arts avi berkdb bitmap-fonts bluetooth
bzip2 cli crypt cups dri eds emboss encode esd firefox foomaticdb
fortran gdbm gif gkrellm gpm gstreamer gtk gtk2 imlib ipv6 irda isdnlog
jpeg libg++ libwww mad madwifi mikmod motif mp3 mpeg ncurses nls nptl
nptlonly ogg opengl oss pam pcmcia pcre pdflib perl png pppd python qt
qt3 qt4 quicktime readline reflection rtc samba sdl session sox spell
spl ssl tcltk tcpd truetype truetype-fonts type1-fonts udev urandom v4l
vnc vorbis wifi xml xmms xorg xv zlib elibc_glibc input_devices_keyboard
input_devices_mouse kernel_linux userland_GNU video_cards_radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] libpng flip-flops after xorg-x11 upgrade
  2006-07-02 10:59 [gentoo-user] libpng flip-flops after xorg-x11 upgrade Hans de Hartog
@ 2006-07-02 11:36 ` Bo Ørsted Andresen
  2006-07-02 12:45   ` Hans de Hartog
  0 siblings, 1 reply; 6+ messages in thread
From: Bo Ørsted Andresen @ 2006-07-02 11:36 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1309 bytes --]

On Sunday 02 July 2006 12:59, Hans de Hartog wrote:
> After upgrading to xorg-x11-7.0-r1, every emerge -Du world
> wants to downgrade from libpng-1.2.12 to libpng-1.2.8-r1 and
> if I do that, any emerge after that wants to upgrade again to
> libpng-1.2.12.

libpng-1.2.12 has been rapidly stabilized due to a buffer overflow in 
<libpng-1.2.12 [1]. A lot of packages in stable that depend on libpng are 
incompatible with libpng-1.2.12. In most if not all cases a newer version 
that is compatible exist in ~arch but it has not yet been stabilized. A 
tracker bug [2] has been created to get those packages that are compatible 
with libpng-1.2.12 rapidly stabilized but it probably will take some time.

Therefore the best solution seems to be to stick with libpng-1.2.12 and run 
`emerge -vtpDu world` to see which packages are pulling in the old version of 
libpng. In most cases there should be a newer version that needs the ~arch 
keyword in /etc/portage/package.keywords in order to be installed and thereby 
stop pulling in the old version of libpng. If you need help post the output 
of `emerge -vtpDu world` where it is trying to downgrade libpng...

[1] http://bugs.gentoo.org/show_bug.cgi?id=138433
[2] http://bugs.gentoo.org/show_bug.cgi?id=138736

HtH

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] libpng flip-flops after xorg-x11 upgrade
  2006-07-02 11:36 ` Bo Ørsted Andresen
@ 2006-07-02 12:45   ` Hans de Hartog
  2006-07-02 12:50     ` Bo Ørsted Andresen
  0 siblings, 1 reply; 6+ messages in thread
From: Hans de Hartog @ 2006-07-02 12:45 UTC (permalink / raw
  To: gentoo-user

Bo Ørsted Andresen wrote:
> libpng-1.2.12 has been rapidly stabilized due to a buffer overflow in 
> <libpng-1.2.12 [1]. A lot of packages in stable that depend on libpng are 
> incompatible with libpng-1.2.12. In most if not all cases a newer version 
> that is compatible exist in ~arch but it has not yet been stabilized. A 
> tracker bug [2] has been created to get those packages that are compatible 
> with libpng-1.2.12 rapidly stabilized but it probably will take some time.
> 
> Therefore the best solution seems to be to stick with libpng-1.2.12 and run 
> `emerge -vtpDu world` to see which packages are pulling in the old version of 
> libpng. In most cases there should be a newer version that needs the ~arch 
> keyword in /etc/portage/package.keywords in order to be installed and thereby 
> stop pulling in the old version of libpng. If you need help post the output 
> of `emerge -vtpDu world` where it is trying to downgrade libpng...
> 
emerge -vtpDu world
These are the packages that would be merged, in reverse order:

Calculating world dependencies... done!
[nomerge      ] net-fs/samba-3.0.22  USE="cups doc pam python readline 
xml -acl -async -automount -examples -kerberos -ldap -ldapsam -libclamav 
-mysql -oav -postgres -quotas -swat -syslog -winbind"
[nomerge      ]  dev-libs/popt-1.7-r1  USE="nls"
[nomerge      ]      net-print/cups-1.1.23-r7  USE="nls pam samba ssl 
-gnutls -slp"
[ebuild     UD]       media-libs/libpng-1.2.8-r1 [1.2.12] USE="-doc" 0 kB

Total size of downloads: 0 kB


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] libpng flip-flops after xorg-x11 upgrade
  2006-07-02 12:45   ` Hans de Hartog
@ 2006-07-02 12:50     ` Bo Ørsted Andresen
  2006-07-02 13:37       ` Hans de Hartog
  0 siblings, 1 reply; 6+ messages in thread
From: Bo Ørsted Andresen @ 2006-07-02 12:50 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

On Sunday 02 July 2006 14:45, Hans de Hartog wrote:
> [nomerge      ]      net-print/cups-1.1.23-r7  USE="nls pam samba ssl [...]
> [ebuild     UD]       media-libs/libpng-1.2.8-r1 [1.2.12] USE="-doc" 0 kB

echo ~net-print/cups-1.2.1 ~x86 >> /etc/portage/package.keywords

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] libpng flip-flops after xorg-x11 upgrade
  2006-07-02 12:50     ` Bo Ørsted Andresen
@ 2006-07-02 13:37       ` Hans de Hartog
  2006-07-02 14:29         ` Bo Ørsted Andresen
  0 siblings, 1 reply; 6+ messages in thread
From: Hans de Hartog @ 2006-07-02 13:37 UTC (permalink / raw
  To: gentoo-user

Bo Ørsted Andresen wrote:
> On Sunday 02 July 2006 14:45, Hans de Hartog wrote:
>> [nomerge      ]      net-print/cups-1.1.23-r7  USE="nls pam samba ssl [...]
>> [ebuild     UD]       media-libs/libpng-1.2.8-r1 [1.2.12] USE="-doc" 0 kB
> 
> echo ~net-print/cups-1.2.1 ~x86 >> /etc/portage/package.keywords
> 

That did the trick!!! (together with
echo ~app-text/libpaper-1.1.14.8 ~x86 >> /etc/portage/package.keywords )

Thank you very much!
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] libpng flip-flops after xorg-x11 upgrade
  2006-07-02 13:37       ` Hans de Hartog
@ 2006-07-02 14:29         ` Bo Ørsted Andresen
  0 siblings, 0 replies; 6+ messages in thread
From: Bo Ørsted Andresen @ 2006-07-02 14:29 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

On Sunday 02 July 2006 15:37, Hans de Hartog wrote:
> > echo ~net-print/cups-1.2.1 ~x86 >> /etc/portage/package.keywords
>
> That did the trick!!! (together with
> echo ~app-text/libpaper-1.1.14.8 ~x86 >> /etc/portage/package.keywords )

You might consider filing bugs (if noone did before you) requesting that they 
be stabilized due to [1] and that those bugs block [2].

[1] http://bugs.gentoo.org/show_bug.cgi?id=138433
[2] http://bugs.gentoo.org/show_bug.cgi?id=138736

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-07-02 14:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-02 10:59 [gentoo-user] libpng flip-flops after xorg-x11 upgrade Hans de Hartog
2006-07-02 11:36 ` Bo Ørsted Andresen
2006-07-02 12:45   ` Hans de Hartog
2006-07-02 12:50     ` Bo Ørsted Andresen
2006-07-02 13:37       ` Hans de Hartog
2006-07-02 14:29         ` Bo Ørsted Andresen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox