Date: Mon, 22 Mar 2010 09:15:31 +0100 From: Torfinn Ingolfsen <tingox@gmail.com> To: freebsd-ports@freebsd.org, x11@freebsd.org Subject: Re: [Call for Testing] X.org 7.5 for FreeBSD Message-ID: <ef8c8a881003220115n48473cb5vd4ae061211401e85@mail.gmail.com> In-Reply-To: <201003212055.34473.tijl@coosemans.org> References: <20100311134413.GH19740@bsdcrew.de> <ef8c8a881003210747l21395b32j98e5589f3a6028b4@mail.gmail.com> <ef8c8a881003211016r57b184bagb65e5a2dd1038952@mail.gmail.com> <201003212055.34473.tijl@coosemans.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, On Sun, Mar 21, 2010 at 8:55 PM, Tijl Coosemans <tijl@coosemans.org> wrote: > On Sunday 21 March 2010 18:16:05 Torfinn Ingolfsen wrote: > > About the problems with xfce 4.6.1 and Xorg 7.5 > > Further "evidence" that the problen is somehow connected to > > xfce4-session; > > 1) I deinstalled xfce4-sessioin > > 2) I can now use 'startxfce4' again, so far without any problems. It > > works both as root and as my normal user. > > > > As before, I am using the 'vesa' driver in /etc/X11/xorg.conf. > > Anything else I should test? > > Since several other people have already reported success with xfce, I > suspect something went wrong during the Xorg upgrade on your machine. > Some port(s) might have been built with old headers, old libraries or > linked with both old and new libraries. If you don't want to spend any > time trying to figure out the exact cause, the one sure-fire way to > resolve this is to delete all your packages, then delete everything > under /usr/local (backup what you still need!) and reinstall > everything. > If you do want to figure it out you could look at the > output of "ldd /usr/local/bin/xfce4-session" and see if it links to > different versions of the same library. > I want to figure out the cause of this. 1) installed xfce4-session again 2) verified that the problem still exists (using 'startxfce4') 3) did a ldd on the xfce4-session binary: root@kg-v7# ldd /usr/local/bin/xfce4-session /usr/local/bin/xfce4-session: libxfsm-4.6.so.0 => /usr/local/lib/libxfsm-4.6.so.0 (0x800663000) libxfcegui4.so.7 => /usr/local/lib/libxfcegui4.so.7 (0x800767000) libxfce4util.so.5 => /usr/local/lib/libxfce4util.so.5 (0x8008bc000) libwnck-1.so.22 => /usr/local/lib/libwnck-1.so.22 (0x8009cb000) libstartup-notification-1.so.0 => /usr/local/lib/libstartup-notification-1.so.0 (0x800b0a000) libxcb-aux.so.0 => /usr/local/lib/libxcb-aux.so.0 (0x800c13000) libxcb-event.so.1 => /usr/local/lib/libxcb-event.so.1 (0x800d16000) libxcb-atom.so.1 => /usr/local/lib/libxcb-atom.so.1 (0x800e1a000) libSM.so.6 => /usr/local/lib/libSM.so.6 (0x800f1e000) libICE.so.6 => /usr/local/lib/libICE.so.6 (0x801026000) libXRes.so.1 => /usr/local/lib/libXRes.so.1 (0x801140000) libgtk-x11-2.0.so.0 => /usr/local/lib/libgtk-x11-2.0.so.0 (0x801242000) libgdk-x11-2.0.so.0 => /usr/local/lib/libgdk-x11-2.0.so.0 (0x80172a000) libatk-1.0.so.0 => /usr/local/lib/libatk-1.0.so.0 (0x8018d5000) libgdk_pixbuf-2.0.so.0 => /usr/local/lib/libgdk_pixbuf-2.0.so.0 (0x8019f4000) libpangocairo-1.0.so.0 => /usr/local/lib/libpangocairo-1.0.so.0 (0x801b0e000) libgio-2.0.so.0 => /usr/local/lib/libgio-2.0.so.0 (0x801c1a000) libXinerama.so.1 => /usr/local/lib/libXinerama.so.1 (0x801db7000) libXi.so.6 => /usr/local/lib/libXi.so.6 (0x801eb9000) libXrandr.so.2 => /usr/local/lib/libXrandr.so.2 (0x801fc7000) libXcursor.so.1 => /usr/local/lib/libXcursor.so.1 (0x8020cf000) libXcomposite.so.1 => /usr/local/lib/libXcomposite.so.1 (0x8021d9000) libXext.so.6 => /usr/local/lib/libXext.so.6 (0x8022dc000) libXdamage.so.1 => /usr/local/lib/libXdamage.so.1 (0x8023ed000) libpangoft2-1.0.so.0 => /usr/local/lib/libpangoft2-1.0.so.0 (0x8024ef000) libXfixes.so.3 => /usr/local/lib/libXfixes.so.3 (0x802621000) libcairo.so.2 => /usr/local/lib/libcairo.so.2 (0x802726000) libpixman-1.so.9 => /usr/local/lib/libpixman-1.so.9 (0x8028a3000) libglitz.so.1 => /usr/local/lib/libglitz.so.1 (0x8029f6000) libpng.so.5 => /usr/local/lib/libpng.so.5 (0x802b1f000) libxcb-render-util.so.0 => /usr/local/lib/libxcb-render-util.so.0 (0x802c46000) libxcb-render.so.0 => /usr/local/lib/libxcb-render.so.0 (0x802d49000) libXrender.so.1 => /usr/local/lib/libXrender.so.1 (0x802e51000) libX11.so.6 => /usr/local/lib/libX11.so.6 (0x802f5a000) libxcb.so.2 => /usr/local/lib/libxcb.so.2 (0x803189000) libXau.so.6 => /usr/local/lib/libXau.so.6 (0x8032a3000) libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x8033a6000) libpthread-stubs.so.0 => /usr/local/lib/libpthread-stubs.so.0 (0x8034ab000) librpcsvc.so.5 => /usr/lib/librpcsvc.so.5 (0x8035ac000) libpango-1.0.so.0 => /usr/local/lib/libpango-1.0.so.0 (0x8036b5000) libm.so.5 => /lib/libm.so.5 (0x8037fc000) libfontconfig.so.1 => /usr/local/lib/libfontconfig.so.1 (0x80391b000) libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x803a4d000) libz.so.5 => /lib/libz.so.5 (0x803bce000) libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x803ce3000) libgmodule-2.0.so.0 => /usr/local/lib/libgmodule-2.0.so.0 (0x803e06000) libxfconf-0.so.2 => /usr/local/lib/libxfconf-0.so.2 (0x803f09000) libdbus-glib-1.so.2 => /usr/local/lib/libdbus-glib-1.so.2 (0x804017000) libdbus-1.so.3 => /usr/local/lib/libdbus-1.so.3 (0x804138000) libgobject-2.0.so.0 => /usr/local/lib/libgobject-2.0.so.0 (0x804281000) libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x8043c3000) libintl.so.8 => /usr/local/lib/libintl.so.8 (0x80457f000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x804688000) libpcre.so.0 => /usr/local/lib/libpcre.so.0 (0x804882000) libthr.so.3 => /lib/libthr.so.3 (0x8049b2000) libc.so.7 => /lib/libc.so.7 (0x804aca000) root@kg-v7# To me, the output looks ok. Does anyone else see anything suspicious here? -- Regards, Torfinn Ingolfsen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ef8c8a881003220115n48473cb5vd4ae061211401e85>