Prev: xanim: Undefined symbol "__sF" on FreeBSD 8.0
Next: xf86-video-radeonhd: incorrect libpci dependency?
From: Torfinn Ingolfsen on 12 Mar 2010 17:07 Update: On Fri, Mar 12, 2010 at 7:42 PM, Torfinn Ingolfsen <tingox(a)gmail.com> wrote: > > > On Fri, Mar 12, 2010 at 1:43 AM, Garrett Cooper <yanefbsd(a)gmail.com>wrote: > >> >> Did you recompile everything like the instructions state, or at >> the very least libxcb dependent pieces (cairo, et all)? Memory serves >> me correctly cairo and libxcb links into xfce4, and it turns into a >> nasty mess if the ABI mismatches. >> > > Yep, I did portupgrade -a (twice, the first run had errors). Sorry for not > writing tha into my first post. > It was kindly pointed out to me that I didn't follow the instructions to the letter. Well, now I have done a 'portupgrade -af', and xfce4-session still crashes and core dumps when I do 'startxfce4'. From /var/log/messages: Mar 12 23:01:30 kg-v7 kernel: pid 18687 (xfce4-session), uid 0: exited on signal 6 (core dumped) It doesn't matter if I try as my normal user or 'root'. 'startx' works fine (as it did before, too). HTH -- Regards, Torfinn Ingolfsen _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Garrett Cooper on 12 Mar 2010 17:09 On Fri, Mar 12, 2010 at 2:07 PM, Torfinn Ingolfsen <tingox(a)gmail.com> wrote: > Update: > > On Fri, Mar 12, 2010 at 7:42 PM, Torfinn Ingolfsen <tingox(a)gmail.com> wrote: > >> >> >> On Fri, Mar 12, 2010 at 1:43 AM, Garrett Cooper <yanefbsd(a)gmail.com>wrote: >> >>> >>> Did you recompile everything like the instructions state, or at >>> the very least libxcb dependent pieces (cairo, et all)? Memory serves >>> me correctly cairo and libxcb links into xfce4, and it turns into a >>> nasty mess if the ABI mismatches. >>> >> >> Yep, I did portupgrade -a (twice, the first run had errors). Sorry for not >> writing tha into my first post. >> > > It was kindly pointed out to me that I didn't follow the instructions to the > letter. > Well, now I have done a 'portupgrade -af', and xfce4-session still crashes > and core dumps when I do 'startxfce4'. From /var/log/messages: > Mar 12 23:01:30 kg-v7 kernel: pid 18687 (xfce4-session), uid 0: exited on > signal 6 (core dumped) > > It doesn't matter if I try as my normal user or 'root'. > 'startx' works fine (as it did before, too). Something else that I recently got reminded of. XFCE4 uses a lot of the compositing effects in the window manager. Have you tried disabling them in xorg.conf and restart the X session? Thanks, -Garrett _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Robert Noland on 12 Mar 2010 17:24 On Fri, 2010-03-12 at 23:07 +0100, Torfinn Ingolfsen wrote: > Update: > > On Fri, Mar 12, 2010 at 7:42 PM, Torfinn Ingolfsen <tingox(a)gmail.com> wrote: > > > > > > > On Fri, Mar 12, 2010 at 1:43 AM, Garrett Cooper <yanefbsd(a)gmail.com>wrote: > > > >> > >> Did you recompile everything like the instructions state, or at > >> the very least libxcb dependent pieces (cairo, et all)? Memory serves > >> me correctly cairo and libxcb links into xfce4, and it turns into a > >> nasty mess if the ABI mismatches. > >> > > > > Yep, I did portupgrade -a (twice, the first run had errors). Sorry for not > > writing tha into my first post. > > > > It was kindly pointed out to me that I didn't follow the instructions to the > letter. > Well, now I have done a 'portupgrade -af', and xfce4-session still crashes > and core dumps when I do 'startxfce4'. From /var/log/messages: > Mar 12 23:01:30 kg-v7 kernel: pid 18687 (xfce4-session), uid 0: exited on > signal 6 (core dumped) signal 6 is an abort, can you get a backtrace? Does the server exit, or just xfce? robert. > It doesn't matter if I try as my normal user or 'root'. > 'startx' works fine (as it did before, too). > > HTH -- Robert Noland <rnoland(a)FreeBSD.org> FreeBSD _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Robert Noland on 12 Mar 2010 17:33 On Fri, 2010-03-12 at 14:09 -0800, Garrett Cooper wrote: > On Fri, Mar 12, 2010 at 2:07 PM, Torfinn Ingolfsen <tingox(a)gmail.com> wrote: > > Update: > > > > On Fri, Mar 12, 2010 at 7:42 PM, Torfinn Ingolfsen <tingox(a)gmail.com> wrote: > > > >> > >> > >> On Fri, Mar 12, 2010 at 1:43 AM, Garrett Cooper <yanefbsd(a)gmail.com>wrote: > >> > >>> > >>> Did you recompile everything like the instructions state, or at > >>> the very least libxcb dependent pieces (cairo, et all)? Memory serves > >>> me correctly cairo and libxcb links into xfce4, and it turns into a > >>> nasty mess if the ABI mismatches. > >>> > >> > >> Yep, I did portupgrade -a (twice, the first run had errors). Sorry for not > >> writing tha into my first post. > >> > > > > It was kindly pointed out to me that I didn't follow the instructions to the > > letter. > > Well, now I have done a 'portupgrade -af', and xfce4-session still crashes > > and core dumps when I do 'startxfce4'. From /var/log/messages: > > Mar 12 23:01:30 kg-v7 kernel: pid 18687 (xfce4-session), uid 0: exited on > > signal 6 (core dumped) > > > > It doesn't matter if I try as my normal user or 'root'. > > 'startx' works fine (as it did before, too). > > Something else that I recently got reminded of. XFCE4 uses a lot of > the compositing effects in the window manager. Have you tried > disabling them in xorg.conf and restart the X session? I don't know xfce4, but if it is using compositing and gl, have you rebuilt libGL and dri? robert. > Thanks, > -Garrett > _______________________________________________ > freebsd-x11(a)freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe(a)freebsd.org" -- Robert Noland <rnoland(a)FreeBSD.org> FreeBSD _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: =?ISO-8859-1?Q?Gustau_P=E9rez?= on 13 Mar 2010 05:12
En/na Martin Wilke ha escrit: > http://people.freebsd.org/~miwi/xorg/xorgmerge > > The script is a modified version of the kdemerge script. > Please set the KDEDIR variable to the path of your X.org > ports. > > After merging please try > > portupgrade -af \* > portmaster -af > Reporting it works great for me. My system is : FreeBSD gusiport 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Mar 4 19:11:14 CET 2010 gus(a)gusiport:/usr/obj/usr/src/sys/CUSTOM amd64 with an nvidia card. Instead of portmaster -af, what I did was : portmaster -a && portmaster -f nvidia-driver Everything seems to run fine. Will try to jump to current. Will I need to recompile xorg again ? Thanks _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org" |