The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: "J.A. Magallon" <jamagallon@able.es>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.11-mm4
Date: Wed, 16 Mar 2005 15:03:29 -0800	[thread overview]
Message-ID: <20050316150329.6469ce45.akpm@osdl.org> (raw)
In-Reply-To: <1111012757l.17756l.0l@werewolf.able.es>

"J.A. Magallon" <jamagallon@able.es> wrote:
>
>  On 03.16, Andrew Morton wrote:
>  > "J.A. Magallon" <jamagallon@able.es> wrote:
>  > >
>  > > On 03.16, Andrew Morton wrote:
>  > >  > 
>  > >  > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11/2.6.11-mm4/
>  > >  > 
>  > >  ...
>  > >  >
>  > >  > +revert-gconfig-changes.patch
>  > >  > 
>  > >  >  Back out a recent change which broke gconfig.
>  > >  > 
>  > > 
>  > >  What was broken ?
>  > 
>  > hm.  I emailed you twice, and had a feeling that things weren't getting
>  > through.
>  > 
>  > The patch caused those little pixmap buttons across the top of the main
>  > window to vanish when using gtk+-1.2.10-28.1.  See
>  > http://www.zip.com.au/~akpm/linux/patches/stuff/x.jpg.
>  > 
>  > I now note that scripts/kconfig/gconf.c doesn't compile at all with the
>  > above backout patch.  Drat.
>  > 
> 
>  But gconf is not supposed to build with gtk-1.2, it needs 2.x,

I was probably looking at the wrong thing.  This is a Fedora Core 1 system.


bix:/usr/src/25> ldd scripts/kconfig/gconf
        linux-gate.so.1 =>  (0xffffe000)
        libglade-2.0.so.0 => /usr/lib/libglade-2.0.so.0 (0x4d1cf000)
        libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x4cd14000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0x4d6f4000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4c6aa000)
        libz.so.1 => /usr/lib/libz.so.1 (0x4c687000)
        libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x4cc62000)
        libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x4cb4d000)
        libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x4cc4d000)
        libm.so.6 => /lib/tls/libm.so.6 (0x4c57e000)
        libpangoxft-1.0.so.0 => /usr/lib/libpangoxft-1.0.so.0 (0x4cf64000)
        libpangox-1.0.so.0 => /usr/lib/libpangox-1.0.so.0 (0x4cd05000)
        libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x4ccd1000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x4cc12000)
        libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x4cc47000)
        libdl.so.2 => /lib/libdl.so.2 (0x4c5a2000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x4cba7000)
        libc.so.6 => /lib/tls/libc.so.6 (0x4c443000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4c5a7000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4c42b000)
        libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x4c900000)
        libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x4ca28000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4c69a000)
        libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x4c826000)
        libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x4c7bb000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x4c7e5000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x4c6f3000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0x4c799000)

  reply	other threads:[~2005-03-16 23:08 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-16 12:06 2.6.11-mm4 Andrew Morton
2005-03-16 14:22 ` 2.6.11-mm4 Benoit Boissinot
2005-03-16 17:31   ` 2.6.11-mm4 Adrian Bunk
2005-03-16 14:33 ` 2.6.11-mm4 Brice Goglin
2005-03-16 15:07 ` 2.6.11-mm4 J.A. Magallon
2005-03-16 18:22   ` 2.6.11-mm4 Sam Ravnborg
2005-03-16 18:33     ` 2.6.11-mm4 Sam Ravnborg
2005-03-16 21:26   ` 2.6.11-mm4 Andrew Morton
2005-03-16 22:39     ` 2.6.11-mm4 J.A. Magallon
2005-03-16 23:03       ` Andrew Morton [this message]
2005-03-17 21:47       ` 2.6.11-mm4 Sam Ravnborg
2005-03-16 22:57     ` [PATCH] make gconfig build again J.A. Magallon
2005-03-16 23:09       ` Andrew Morton
2005-03-16 16:15 ` 2.6.11-mm4 maximilian attems
2005-03-16 22:50 ` 2.6.11-mm4 Sean Neakums
2005-03-16 23:06   ` 2.6.11-mm4 Andrew Morton
2005-03-16 23:22     ` 2.6.11-mm4 Sean Neakums
2005-03-17  8:19 ` 2.6.11-mm4 Paul Mundt
2005-03-17  8:42 ` 2.6.11-mm4 Borislav Petkov
2005-03-17  9:18   ` 2.6.11-mm4 Andrew Morton
2005-03-17  9:42     ` 2.6.11-mm4 Borislav Petkov
2005-03-17 11:07       ` 2.6.11-mm4 Borislav Petkov
2005-03-17 13:41         ` 2.6.11-mm4 Barry K. Nathan
2005-03-17 14:07           ` 2.6.11-mm4 Borislav Petkov
2005-03-23  9:42     ` 2.6.11-mm4 and 2.6.12-rc1-mm1 Borislav Petkov
2005-03-23 10:17       ` Andrew Morton
2005-03-24  7:09         ` Borislav Petkov
2005-03-19 13:39 ` 2.6.11-mm4: drivers/scsi/arcmsr/arcmsr.c: enormous stack usage Adrian Bunk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050316150329.6469ce45.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=jamagallon@able.es \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox