Rebuild of xfce4-session

2013-09-14 Thread Derek Tattersall
I am trying to rebuild xfce4-session on 10.0 as of r255478. It fails with /usr/local/lib/libiconv.a missing from libtool. Does anybody have a clue as to what to do at this point? -- Best regards, Derek Tattersall d...@mebtel.net dlt...@yahoo.com dtatt...@gmail.com

Re: Silent reboots in head @r248550 starting xdm with x11/nvidia-driver

2013-03-21 Thread Derek Tattersall
, Derek Tattersall d...@mebtel.net dlt...@yahoo.com dtatt...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr

Re: ksh93 build failure

2012-05-03 Thread Derek Tattersall
* Jason Hellenthal jhellent...@dataix.net [120503 06:43]: On Wed, May 02, 2012 at 06:52:21PM -0400, Derek Tattersall wrote: On a 10.0 Current system, cvsupped today, ksh93 fails to build. As best I can determine, the failure is due to a problem of conflicting includes. In file

ksh93 build failure

2012-05-02 Thread Derek Tattersall
/usr/ports/shells/ksh93/work/src/cmd/ksh93/data/keywords.c:22: /usr/include/../include/wchar.h:102: error: conflicting types for '_sfio_FILE' Has anyone else run into this problem, and if so, what did you do about it. ksh93 builds without error on 9.0 Stable. -- Best regards, Derek Tattersall d

Re: boot2 overflow when building with clang

2012-03-07 Thread Derek Tattersall
From sources csup'ed this morning, I have the same problem. Is there a fix for folks that don't use SVN? -- Best regards, Derek Tattersall d...@mebtel.net dlt...@yahoo.com dtatt...@gmail.com ___ freebsd-current@freebsd.org

Re: Can't umount a formerly mounted drive

2012-02-04 Thread Derek Tattersall
* Gary Jennejohn gljennj...@googlemail.com [120204 06:24]: On Fri, 3 Feb 2012 13:50:53 -0500 Derek Tattersall d...@mebtel.net wrote: * Ryan Stone ryst...@gmail.com [120203 13:41]: On Fri, Feb 3, 2012 at 9:34 AM, Derek Tattersall d...@mebtel.net wrote: I have two drives in a x86-64

Can't umount a formerly mounted drive

2012-02-03 Thread Derek Tattersall
was cvsup'ed on Wednesday this week, while the stable system was cvsup'ed last Sunday. Neither system has exhibited any hiccups. Can somebody explain what has happened her on the current system and how it should be corrected? -- Best regards, Derek Tattersall d...@mebtel.net dlt...@yahoo.com

Re: Can't umount a formerly mounted drive

2012-02-03 Thread Derek Tattersall
* Ryan Stone ryst...@gmail.com [120203 13:41]: On Fri, Feb 3, 2012 at 9:34 AM, Derek Tattersall d...@mebtel.net wrote: I have two drives in a x86-64 machine.  Drive ada2 has current on it, and drive ada1 has 9-stable on it.  At some point, while running current, I mounted the /home

Problem with pkg_add

2011-12-09 Thread Derek Tattersall
After installing 9.0-RC2 or RC3, pkg_add -r fails in trying to access ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/package-9-current as the terminal directory is acually packages-9-stable. It is a one line change in the source for pkg_add. -- Best regards, Derek Tattersall d...@mebtel.net

Re: Buildworld failure

2010-12-23 Thread Derek Tattersall
* Giorgos Keramidas keram...@freebsd.org [101223 06:30]: On Wed, 22 Dec 2010 19:29:39 -0500, Derek Tattersall d...@mebtel.net wrote: I blew away /usr/src and /usr/obj and re-cvsuped this morning. I attempted to buildworld, only to have the process die in the mkdep step. CC='clang' mkdep

Buildworld failure

2010-12-22 Thread Derek Tattersall
worked fine last week. Can anybody tell me what I'm doing wrong here? -- Best regards, Derek Tattersall d...@mebtel.net dlt...@yahoo.com dtatt...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org

Re: Another clang problem

2010-10-04 Thread Derek Tattersall
for your successful resolution to this problem! -- Best regards, Derek Tattersall d...@mebtel.net dlt...@yahoo.com dtatt...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Another clang problem

2010-10-03 Thread Derek Tattersall
simple.c which contains the function definition. I rebuilt libvgl.so using gcc and gnash linked properly. It seems, at least in this case, that clang has some problems dealing with inlined functions. -- Best regards, Derek Tattersall d...@mebtel.net dlt...@yahoo.com dtatt

Re: Another clang problem

2010-10-03 Thread Derek Tattersall
* Rui Paulo rpa...@freebsd.org [101003 09:57]: On 3 Oct 2010, at 14:41, Derek Tattersall wrote: In updating gnash to 8.8 the build failed while linking with libvgl.so. My current system was built last week, with both kernel and world built with clang. The linkage failure was due

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-29 Thread Derek Tattersall
* Dimitry Andric d...@freebsd.org [100929 06:16]: On 2010-09-29 02:28, Derek Tattersall wrote: A test shell script using mktemp (1) works fine on current built with clang today. The clang case produces a filename with all A's rather than the random letters expected. I cannot reproduce

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-29 Thread Derek Tattersall
* Garrett Cooper gcoo...@freebsd.org [100929 06:16]: On Tue, Sep 28, 2010 at 11:43 PM, Dimitry Andric d...@freebsd.org wrote: On 2010-09-29 02:28, Derek Tattersall wrote: A test shell script using mktemp (1) works fine on current built with clang today. ?The clang case produces a filename

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-29 Thread Derek Tattersall
/5.12.2/File/Temp.pm. The line that builds the filename from the template is line 632. -- Best regards, Derek Tattersall d...@mebtel.net dlt...@yahoo.com dtatt...@gmail.com ___ freebsd-current@freebsd.org mailing list http

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-29 Thread Derek Tattersall
? :) Super! Thanks very much for this rapid fix. And perldoc -f works again. -- Best regards, Derek Tattersall d...@mebtel.net dlt...@yahoo.com dtatt...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-28 Thread Derek Tattersall
shell script using mktemp (1) works fine on current built with clang today. The clang case produces a filename with all A's rather than the random letters expected. -- Best regards, Derek Tattersall d...@mebtel.net dlt...@yahoo.com dtatt...@gmail.com

Re: atacontrol

2003-10-18 Thread Derek Tattersall
the mode of ad0 at boot time, just the ???. -- Derek Tattersall[EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

atacontrol

2003-10-17 Thread Derek Tattersall
write data underrun 81926144 In the log. How do I shoot this problem? -- Derek Tattersall[EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

[no subject]

2003-03-12 Thread Derek Tattersall
--- -- Derek Tattersall[EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

trap in netisr...

2003-03-12 Thread Derek Tattersall
--- -- Derek Tattersall[EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

exclusive sleep mutex netisr...

2003-03-11 Thread Derek Tattersall
:30 lorne kernel: exclusive sleep mutex netisr lock r = 0 (0xc0579160) locked @ /usr/src/sys/net/netisr.c:215 Can anybody supply me a clue as to what's going on here? -- Derek Tattersall[EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: exclusive sleep mutex netisr...

2003-03-11 Thread Derek Tattersall
/src/sys/net/netisr.c:215 I haven't found anything that was crisper. I hope this is useful. I'll keep following the list for more info. -- Derek Tattersall[EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body