Re: Compilation error ('llvm/TableGen/Error.h' file not found)

2012-10-23 Thread Dimitry Andric

On 2012-10-23 06:37, Alie Tan wrote:

I got this compilation error today morning.
'llvm/TableGen/Error.h' file not found

http://snakeorladder.com/text.txt

With this src.conf http://snakeorladder.com/src.conf


In your src.conf, replace:

  CFLAGS=-O2 -pipe -fno-strict-aliasing

by:

  CFLAGS+=-O2 -pipe -fno-strict-aliasing

Similar for COPTFLAGS.

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: ZFS cache devs UNAVAIL

2012-10-23 Thread Andriy Gapon
on 23/10/2012 05:24 Matthew D. Fuller said the following:
 On Tue, Oct 23, 2012 at 12:57:34AM +0200 I heard the voice of
 Michael Schmiedgen, and lo! it spake thus:

 after an update to CURRENT 2012-10-17 my ZFS cache devs are marked
 UAVAIL after boot. These two devs are SSD partitions that are listed
 with some wired numbers (see below). Before that they were listed
 fine as ada0p1 and ada1p1.
 
 I saw this after my update to 10.0-CURRENT #0 r241541: Sun Oct 14.
 
 In my case, it's ada2p2 which is the cache that comes up unavail on
 boot.  One notable thing may be that p1 is used for ZIL, and comes up
 fine.
 
 NAMESTATE READ WRITE CKSUM
 d   ONLINE   0 0 0
   mirror-0  ONLINE   0 0 0
 ada1p3  ONLINE   0 0 0
 ada0p3  ONLINE   0 0 0
 logs
   ada2p1ONLINE   0 0 0
 cache
   ada2p2ONLINE   0 0 0
 
 
 I notice that you also have a second partition on your drives that's
 part of another pool.  Maybe it's related to something giving up after
 assigning one partition from the drive to zpool somewhere?  Though in
 your case it's p2 that's working and p1 that's wandered off, so maybe
 that's not it...
 
 

Guys,

could you please reproduce the problem with vfs.zfs.debug=1 in loader.conf and
share the dmesg?  Thank you.

-- 
Andriy Gapon
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


buildworld fails with clang, seems to be due to ATF import

2012-10-23 Thread Olivier Smedts
Hello,

I can't buildworld with clang anymore, tried with one job, error
below. Sorry for the noise if that's a known problem.

# uname -a
FreeBSD zozo.afpicl.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r241344:
Mon Oct  8 11:24:59 CEST 2012
r...@zozo.afpicl.lan:/usr/obj/usr/src/sys/CORE  amd64
# svnversion
241923
# make buildworld
[snip]
=== lib/libz (all)
=== lib/atf (all)
=== lib/atf/libatf-c (all)
=== lib/atf/libatf-c++ (all)
clang++  -O2 -pipe -march=corei7 -fomit-frame-pointer -DHAVE_CONFIG_H
-DATF_ARCH='amd64' -DATF_BUILD_CC='clang' -DATF_BUILD_CFLAGS='-O2
-pipe -march=corei7 -fomit-frame-pointer'
-DATF_BUILD_CPP='clang-cpp' -DATF_BUILD_CPPFLAGS=''
-DATF_BUILD_CXX='clang++' -DATF_BUILD_CXXFLAGS='-O2 -pipe
-march=corei7 -fomit-frame-pointer' -DATF_CONFDIR='/etc/atf'
-DATF_INCLUDEDIR='/usr/include' -DATF_LIBDIR='/usr/lib'
-DATF_LIBEXECDIR='/usr/libexec' -DATF_MACHINE='amd64'
-DATF_M4='/usr/bin/m4' -DATF_PKGDATADIR='/usr/share/atf'
-DATF_SHELL='/bin/sh' -DATF_WORKDIR='/tmp'
-I/usr/src/lib/atf/libatf-c++/../../../contrib/atf
-I/usr/src/lib/atf/libatf-c++/../libatf-c -I. -DHAVE_CONFIG_H
-Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall
-Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith
-Wno-uninitialized -Wno-empty-body -Wno-string-plus-int
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
-Wno-unused-function -Wno-conversion -c
/usr/src/lib/atf/libatf-c++/../../../contrib/atf/atf-c++/detail/application.cpp
-o application.o
In file included from
/usr/src/lib/atf/libatf-c++/../../../contrib/atf/atf-c++/detail/application.cpp:42:
In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/iostream:44:
In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/ostream:44:
In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/ios:49:
In file included from
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/basic_ios.h:40:
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/streambuf_iterator.h:162:20:
error: '' within '||' [-Werror,-Wlogical-op-parentheses]
return (__thiseof  __beof || (!__thiseof  !__beof));
~~^ ~~
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/streambuf_iterator.h:162:20:
note: place parentheses around the '' expression to silence this
warning
In file included from
/usr/src/lib/atf/libatf-c++/../../../contrib/atf/atf-c++/detail/application.cpp:42:
In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/iostream:44:
In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/ostream:44:
In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/ios:49:
In file included from
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/basic_ios.h:43:
In file included from
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.h:46:
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/ctype_base.h:41:3:
error: 'ctype_base' defined as a struct here but previously declared
as a class
  [-Werror,-Wmismatched-tags]
  struct ctype_base
  ^
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/localefwd.h:108:3: note:
did you mean struct here?
  class ctype_base;
  ^
In file included from
/usr/src/lib/atf/libatf-c++/../../../contrib/atf/atf-c++/detail/application.cpp:42:
In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/iostream:44:
In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/ostream:44:
In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/ios:49:
In file included from
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/basic_ios.h:43:
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.h:4337:3:
error: 'messages_base' defined as a struct here but previously
declared as a
  class [-Werror,-Wmismatched-tags]
  struct messages_base
  ^
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/localefwd.h:171:3: note:
did you mean struct here?
  class messages_base;
  ^
In file included from
/usr/src/lib/atf/libatf-c++/../../../contrib/atf/atf-c++/detail/application.cpp:42:
In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/iostream:44:
In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/ostream:571:
In file included from
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/ostream.tcc:45:
In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/locale:45:
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:318:30:
error: '' within '||' [-Werror,-Wlogical-op-parentheses]
  if (__lc-_M_use_grouping  __c == __lc-_M_thousands_sep
  ~~^~~~
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:318:30:
note: place parentheses around the '' expression to silence this
warning
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:560:32:
error: '' within '||' [-Werror,-Wlogical-op-parentheses]
if (__lc-_M_use_grouping  __c == __lc-_M_thousands_sep
~~^~~~

Re: buildworld fails with clang, seems to be due to ATF import

2012-10-23 Thread Dimitry Andric

On 2012-10-23 11:21, Olivier Smedts wrote:

I can't buildworld with clang anymore, tried with one job, error
below. Sorry for the noise if that's a known problem.

...

/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/streambuf_iterator.h:162:20:
error: '' within '||' [-Werror,-Wlogical-op-parentheses]
 return (__thiseof  __beof || (!__thiseof  !__beof));
 ~~^ ~~


Yes, these are several warnings in libstdc++ that should be fixed.  I
have a few patches ready to commit tonight.  Meanwhile, you can apply
the attached patch.
Index: contrib/atf/atf-report/atf-report.cpp
===
--- contrib/atf/atf-report/atf-report.cpp	(revision 241921)
+++ contrib/atf/atf-report/atf-report.cpp	(working copy)
@@ -381,7 +381,6 @@ class ticker_writer : public writer {
 class xml_writer : public writer {
 ostream_ptr m_os;
 
-size_t m_curtp, m_ntps;
 std::string m_tcname, m_tpname;
 
 static
Index: contrib/atf/atf-run/io.hpp
===
--- contrib/atf/atf-run/io.hpp	(revision 241921)
+++ contrib/atf/atf-run/io.hpp	(working copy)
@@ -378,11 +378,6 @@ class pistream :
 public std::istream, utils::noncopyable
 {
 //!
-//! \brief The file handle managed by this stream.
-//!
-int m_fd;
-
-//!
 //! \brief The systembuf object used to manage this stream's data.
 //!
 systembuf m_systembuf;
Index: contrib/libstdc++/config/os/bsd/freebsd/ctype_base.h
===
--- contrib/libstdc++/config/os/bsd/freebsd/ctype_base.h	(revision 241921)
+++ contrib/libstdc++/config/os/bsd/freebsd/ctype_base.h	(working copy)
@@ -38,8 +38,9 @@
 _GLIBCXX_BEGIN_NAMESPACE(std)
 
   /// @brief  Base class for ctype.
-  struct ctype_base
+  class ctype_base
   {
+  public:
 // Non-standard typedefs.
 typedef const int* 		__to_type;
 
Index: contrib/libstdc++/include/bits/fstream.tcc
===
--- contrib/libstdc++/include/bits/fstream.tcc	(revision 241921)
+++ contrib/libstdc++/include/bits/fstream.tcc	(working copy)
@@ -641,21 +641,23 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
 setbuf(char_type* __s, streamsize __n)
 {
   if (!this-is_open())
-	if (__s == 0  __n == 0)
-	  _M_buf_size = 1;
-	else if (__s  __n  0)
-	  {
-	// This is implementation-defined behavior, and assumes that
-	// an external char_type array of length __n exists and has
-	// been pre-allocated. If this is not the case, things will
-	// quickly blow up. When __n  1, __n - 1 positions will be
-	// used for the get area, __n - 1 for the put area and 1
-	// position to host the overflow char of a full put area.
-	// When __n == 1, 1 position will be used for the get area
-	// and 0 for the put area, as in the unbuffered case above.
-	_M_buf = __s;
-	_M_buf_size = __n;
-	  }
+	{
+	  if (__s == 0  __n == 0)
+	_M_buf_size = 1;
+	  else if (__s  __n  0)
+	{
+	  // This is implementation-defined behavior, and assumes that
+	  // an external char_type array of length __n exists and has
+	  // been pre-allocated. If this is not the case, things will
+	  // quickly blow up. When __n  1, __n - 1 positions will be
+	  // used for the get area, __n - 1 for the put area and 1
+	  // position to host the overflow char of a full put area.
+	  // When __n == 1, 1 position will be used for the get area
+	  // and 0 for the put area, as in the unbuffered case above.
+	  _M_buf = __s;
+	  _M_buf_size = __n;
+	}
+	}
   return this;
 }
 
Index: contrib/libstdc++/include/bits/locale_facets.h
===
--- contrib/libstdc++/include/bits/locale_facets.h	(revision 241921)
+++ contrib/libstdc++/include/bits/locale_facets.h	(working copy)
@@ -4335,8 +4335,9 @@ _GLIBCXX_END_LDBL_NAMESPACE
   /**
*  @brief  Messages facet base class providing catalog typedef.
*/
-  struct messages_base
+  class messages_base
   {
+  public:
 typedef int catalog;
   };
 
Index: contrib/libstdc++/include/bits/locale_facets.tcc
===
--- contrib/libstdc++/include/bits/locale_facets.tcc	(revision 241921)
+++ contrib/libstdc++/include/bits/locale_facets.tcc	(working copy)
@@ -316,7 +316,7 @@ _GLIBCXX_BEGIN_LDBL_NAMESPACE
   int __sep_pos = 0;
   while (!__testeof)
 	{
-	  if (__lc-_M_use_grouping  __c == __lc-_M_thousands_sep
+	  if ((__lc-_M_use_grouping  __c == __lc-_M_thousands_sep)
 	  || __c == __lc-_M_decimal_point)
 	break;
 	  else if (__c == __lit[__num_base::_S_izero])
@@ -558,7 +558,7 @@ _GLIBCXX_BEGIN_LDBL_NAMESPACE
 	int __sep_pos = 0;
 	while (!__testeof)
 	  {
-	if (__lc-_M_use_grouping  __c == __lc-_M_thousands_sep
+	if ((__lc-_M_use_grouping  __c == 

Revision: 241923: /bits/locale_facets.tcc:1390:10: error: '' within '||' [-Werror, -Wlogical-op-parentheses], (static_castpart(__p.field[3]), [...], /usr/obj/usr/src/tmp/usr/include/c++/4.2/bi

2012-10-23 Thread O. Hartmann
On one of our FreeBSD 10.0-CURRENT/amd64 box, sources at:

Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Repository Root: svn://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 241923
Node Kind: directory
Schedule: normal
Last Changed Author: glebius
Last Changed Rev: 241923
Last Changed Date: 2012-10-23 10:33:13 +0200 (Di, 23 Okt 2012)


I receive the follwoing error. Is this seen on other systems, too?

Regards,

Oliver

In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/locale:45:
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:318:30:
error: '' within '||' [-Werror,-Wlogical-op-parentheses]
  if (__lc-_M_use_grouping  __c == __lc-_M_thousands_sep
  ~~^~~~
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:318:30:
note: place parentheses around the '' expression to silence this
  warning
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:560:32:
error: '' within '||' [-Werror,-Wlogical-op-parentheses]
if (__lc-_M_use_grouping  __c == __lc-_M_thousands_sep
~~^~~~
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:560:32:
note: place parentheses around the '' expression to silence this
  warning
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:752:3:
error: add explicit braces to avoid dangling else
  [-Werror,-Wdangling-else]
else
^
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:758:3:
error: add explicit braces to avoid dangling else
  [-Werror,-Wdangling-else]
else
^
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:1390:10:
error: '' within '||' [-Werror,-Wlogical-op-parentheses]
  (static_castpart(__p.field[3])
 ^~~
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:1390:10:
note: place parentheses around the '' expression to silence this
  warning
8 errors generated.
*** [application.o] Error code 1

Stop in /usr/src/lib/atf/libatf-c++.
*** [all] Error code 1

Stop in /usr/src/lib/atf.
*** [all] Error code 1

Stop in /usr/src/lib.
*** [lib__L] Error code 1

Stop in /usr/src.
*** [libraries] Error code 1

Stop in /usr/src.
*** [_libraries] Error code 1

Stop in /usr/src.
*** [buildworld] Error code 1

Stop in /usr/src.



signature.asc
Description: OpenPGP digital signature


Re: buildworld fails with clang, seems to be due to ATF import

2012-10-23 Thread Olivier Smedts
2012/10/23 Dimitry Andric d...@freebsd.org:
 Yes, these are several warnings in libstdc++ that should be fixed.  I
 have a few patches ready to commit tonight.  Meanwhile, you can apply
 the attached patch.

Applied with svn patch, no rejects, fixes buildworld. Thanks !

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


i386 pmap - missing sched_pin()?

2012-10-23 Thread Svatopluk Kraus
Hi,

   I'm just syncing my ARM pmap code (base on i386 one) with current
i386 pmap code. It looks that sched_pin() is missing after successful
rw_try_wlock() in pmap_protect().

 Svata
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: i386 pmap - missing sched_pin()?

2012-10-23 Thread Konstantin Belousov
On Tue, Oct 23, 2012 at 02:36:07PM +0200, Svatopluk Kraus wrote:
 Hi,
 
I'm just syncing my ARM pmap code (base on i386 one) with current
 i386 pmap code. It looks that sched_pin() is missing after successful
 rw_try_wlock() in pmap_protect().

Yes, you are right, I think. The following patch takes care of it.

diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c
index ac087f6..b9033da 100644
--- a/sys/i386/i386/pmap.c
+++ b/sys/i386/i386/pmap.c
@@ -3221,6 +3221,7 @@ resume:
PMAP_UNLOCK(pmap);
goto resume;
}
+   sched_pin();
}
if (!pmap_demote_pde(pmap,
pmap-pm_pdir[pdirindex], sva)) {


pgp9GaPUa2YVd.pgp
Description: PGP signature


Re: FreeBSD in Google Code-In 2012? You can help too!

2012-10-23 Thread Fbsd8

Wojciech A. Koszek wrote:

On Tue, Oct 16, 2012 at 10:19:57AM +, Wojciech A. Koszek wrote:

(cross-posted message; please keep discussion on freebsd-hackers@)

Hello,

Last year FreeBSD qualified for Google Code-In 2011 event--contest for
youngest open-source hackers in 13-17yr age range:

http://www.google-melange.com/gci/homepage/google/gci2012

It was successful. We gained one more FreeBSD developer thanks to that
(Isabell Long) We're pondering participating in the contest this year as
well.

For now we only have 25 ideas. We need at least 100.

I felt all members of the FreeBSD community should help, so please submit
your own Google Code-In 2012 ideas here:

http://www.emailmeform.com/builder/form/4aU93Obxo4NYdVAgb1

Examples of previously completed tasks:

http://wiki.freebsd.org/GoogleCodeIn/2011Tasks

Those of you who have Wiki access, please spent 2 more minutes and submit
straight to Wiki:

http://wiki.freebsd.org/GoogleCodeIn/2012Tasks

I plan to send out next e-mail if there's any progress on this project.

Help will be appreciated.



Update:

It looks pretty bad so far. Page:

http://wiki.freebsd.org/GoogleCodeIn/2012Tasks

Has 38 tasks so far out of which:

~30 would qualify.

Consider this e-mail to be the last call for action. Otherwise we'll have to
pull back and concentrate our efforts on GSOC instead.



The subject is Google Code-In and all the posted tasks are directed at 
creating documentation. Not one deals with coding any programs. If I was 
15-17 years old I sure would not be interested in writing documentation. 
I would want to use and develop my coding skills. To that end there a 
lot of simple PR's waiting for attention. This is an target area that 
young coders would find more interesting.


Such as kern/170090
or
replacing the Freebsd Ipfilter v4.1.28 version with the current Ipfilter 
  version 5.1.2. This is just reusing the tools used last time ipfilter 
was ported over.


Just my 2 cents.

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Revision: 241923: /bits/locale_facets.tcc:1390:10: error: '' within '||' [-Werror, -Wlogical-op-parentheses], (static_castpart(__p.field[3]), [...], /usr/obj/usr/src/tmp/usr/include/c++/4.

2012-10-23 Thread O. Hartmann
Am 10/23/12 18:08, schrieb hiren panchasara:
 On Oct 23, 2012 4:34 AM, O. Hartmann ohart...@mail.zedat.fu-berlin.de
 wrote:

 On one of our FreeBSD 10.0-CURRENT/amd64 box, sources at:

 Working Copy Root Path: /usr/src
 URL: svn://svn.freebsd.org/base/head
 Repository Root: svn://svn.freebsd.org/base
 Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
 Revision: 241923
 Node Kind: directory
 Schedule: normal
 Last Changed Author: glebius
 Last Changed Rev: 241923
 Last Changed Date: 2012-10-23 10:33:13 +0200 (Di, 23 Okt 2012)


 I receive the follwoing error. Is this seen on other systems, too?
 
 I think you are hitting a known issue. Look at this:
 http://www.mail-archive.com/freebsd-current@freebsd.org/msg142187.html
 
 Thanks,
 Hiren

 Regards,

 Oliver

 In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/locale:45:
 /usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:318:30:
 error: '' within '||' [-Werror,-Wlogical-op-parentheses]
   if (__lc-_M_use_grouping  __c == __lc-_M_thousands_sep
   ~~^~~~
 /usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:318:30:
 note: place parentheses around the '' expression to silence this
   warning
 /usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:560:32:
 error: '' within '||' [-Werror,-Wlogical-op-parentheses]
 if (__lc-_M_use_grouping  __c == __lc-_M_thousands_sep
 ~~^~~~
 /usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:560:32:
 note: place parentheses around the '' expression to silence this
   warning
 /usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:752:3:
 error: add explicit braces to avoid dangling else
   [-Werror,-Wdangling-else]
 else
 ^
 /usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:758:3:
 error: add explicit braces to avoid dangling else
   [-Werror,-Wdangling-else]
 else
 ^
 /usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:1390:10:
 error: '' within '||' [-Werror,-Wlogical-op-parentheses]
   (static_castpart(__p.field[3])
  ^~~
 /usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:1390:10:
 note: place parentheses around the '' expression to silence this
   warning
 8 errors generated.
 *** [application.o] Error code 1

 Stop in /usr/src/lib/atf/libatf-c++.
 *** [all] Error code 1

 Stop in /usr/src/lib/atf.
 *** [all] Error code 1

 Stop in /usr/src/lib.
 *** [lib__L] Error code 1

 Stop in /usr/src.
 *** [libraries] Error code 1

 Stop in /usr/src.
 *** [_libraries] Error code 1

 Stop in /usr/src.
 *** [buildworld] Error code 1

 Stop in /usr/src.

 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org
 


I see ... I was a bit too fast posting this, shortly after done so, I
saw the reports and solutions. I'll wait until the tree is fixed.

Thanks,

Oliver



signature.asc
Description: OpenPGP digital signature


Re: FreeBSD in Google Code-In 2012? You can help too!

2012-10-23 Thread Adrian Chadd
On 23 October 2012 07:39, Fbsd8 fb...@a1poweruser.com wrote:

 The subject is Google Code-In and all the posted tasks are directed at
 creating documentation. Not one deals with coding any programs. If I was
 15-17 years old I sure would not be interested in writing documentation. I
 would want to use and develop my coding skills. To that end there a lot of
 simple PR's waiting for attention. This is an target area that young coders
 would find more interesting.

 Such as kern/170090
 or
 replacing the Freebsd Ipfilter v4.1.28 version with the current Ipfilter
 version 5.1.2. This is just reusing the tools used last time ipfilter was
 ported over.

 Just my 2 cents.

So where are examples of what other successful open source projects have done?



Adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


ZERO_COPY_SOCKETS kernel option removed

2012-10-23 Thread Andre Oppermann

The ZERO_COPY_SOCKETS kernel option has been removed from HEAD
today.  Please see the explanation in the attached commit message.

--
Andre
---BeginMessage---
Author: andre
Date: Tue Oct 23 16:33:43 2012
New Revision: 241955
URL: http://svn.freebsd.org/changeset/base/241955

Log:
  Note the removal of the ZERO_COPY_SOCKETS kernel option in r241931
  and provide a proper explanation.

Modified:
  head/UPDATING

Modified: head/UPDATING
==
--- head/UPDATING   Tue Oct 23 16:12:17 2012(r241954)
+++ head/UPDATING   Tue Oct 23 16:33:43 2012(r241955)
@@ -25,6 +25,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
ln -s 'abort:false,junk:false' /etc/malloc.conf.)
 
 20121023:
+   The ZERO_COPY_SOCKET kernel option has been removed and
+   split into SOCKET_SEND_COW and SOCKET_RECV_PFLIP.
+   NB: SOCKET_SEND_COW uses the VM page based copy-on-write
+   mechanism which is not safe and may result in kernel crashes.
+   NB: The SOCKET_RECV_PFLIP mechanism is useless as no current
+   driver supports disposeable external page sized mbuf storage.
+   Proper replacements for both zero-copy mechanisms are under
+   consideration and will eventually lead to complete removal
+   of the two kernel options.
+
+20121023:
The IPv4 network stack has been converted to network byte
order. The following modules need to be recompiled together
with kernel: carp(4), divert(4), gif(4), siftr(4), gre(4),


---End Message---
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: ZFS cache devs UNAVAIL

2012-10-23 Thread Michael Schmiedgen
Hi Andriy,

my dmesg is listed below.

Thanks,
  Michael


FreeBSD 10.0-CURRENT #0: Tue Oct 23 00:14:32 CEST 2012
root@gizeh.smoke:/usr/obj/usr/src/sys/GIZEH amd64
CPU: Intel(R) Xeon(R) CPU   E3110  @ 3.00GHz (2992.57-MHz
K8-class CPU)
  Origin = GenuineIntel  Id = 0x10676  Family = 0x6  Model = 0x17
Stepping = 6

Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE

Features2=0x8e3fdSSE3,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1
  AMD Features=0x20100800SYSCALL,NX,LM
  AMD Features2=0x1LAHF
  TSC: P-state invariant, performance statistics
real memory  = 6442450944 (6144 MB)
avail memory = 6145687552 (5860 MB)
Event timer LAPIC quality 400
ACPI APIC Table: PTLTD  APIC  
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
FreeBSD/SMP: 1 package(s) x 2 core(s)
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
ioapic0 Version 2.0 irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0: PTLTDXSDT on motherboard
acpi0: Power Button (fixed)
cpu0: ACPI CPU on acpi0
cpu1: ACPI CPU on acpi0
hpet0: High Precision Event Timer iomem 0xfed0-0xfed003ff irq 0,8
on acpi0
Timecounter HPET frequency 14318180 Hz quality 950
Event timer HPET frequency 14318180 Hz quality 450
Event timer HPET1 frequency 14318180 Hz quality 440
Event timer HPET2 frequency 14318180 Hz quality 440
Event timer HPET3 frequency 14318180 Hz quality 440
atrtc0: AT realtime clock port 0x70-0x71 on acpi0
Event timer RTC frequency 32768 Hz quality 0
attimer0: AT timer port 0x40-0x43,0x50-0x53 on acpi0
Timecounter i8254 frequency 1193182 Hz quality 0
Event timer i8254 frequency 1193182 Hz quality 100
Timecounter ACPI-safe frequency 3579545 Hz quality 850
acpi_timer0: 24-bit timer at 3.579545MHz port 0x1008-0x100b on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
pcib1: ACPI PCI-PCI bridge irq 16 at device 1.0 on pci0
pci1: ACPI PCI bus on pcib1
vgapci0: VGA-compatible display port 0x2000-0x207f mem
0xd200-0xd2ff,0xc000-0xcfff,0xd000-0xd1ff irq 16
at device 0.0 on pci1
nvidia0: GeForce 8600 GT on vgapci0
vgapci0: child nvidia0 requested pci_enable_io
vgapci0: child nvidia0 requested pci_enable_io
em0: Intel(R) PRO/1000 Network Connection 7.3.2 port 0x1820-0x183f mem
0xd330-0xd331,0xd3324000-0xd3324fff irq 16 at device 25.0 on pci0
em0: Using an MSI interrupt
em0: Ethernet address: 00:30:48:93:f0:06
uhci0: Intel 82801I (ICH9) USB controller port 0x1840-0x185f irq 16 at
device 26.0 on pci0
usbus0 on uhci0
uhci1: Intel 82801I (ICH9) USB controller port 0x1860-0x187f irq 17 at
device 26.1 on pci0
usbus1 on uhci1
uhci2: Intel 82801I (ICH9) USB controller port 0x1880-0x189f irq 18 at
device 26.2 on pci0
usbus2 on uhci2
ehci0: Intel 82801I (ICH9) USB 2.0 controller mem
0xd3326800-0xd3326bff irq 18 at device 26.7 on pci0
usbus3: EHCI version 1.0
usbus3 on ehci0
hdac0: Intel 82801I HDA Controller mem 0xd332-0xd3323fff irq 16 at
device 27.0 on pci0
pcib2: ACPI PCI-PCI bridge irq 16 at device 28.0 on pci0
pci5: ACPI PCI bus on pcib2
pcib3: ACPI PCI-PCI bridge irq 16 at device 28.4 on pci0
pci13: ACPI PCI bus on pcib3
ahci0: Marvell 88SE912x AHCI SATA controller port
0x3030-0x3037,0x3024-0x3027,0x3028-0x302f,0x3020-0x3023,0x3000-0x300f
mem 0xd300-0xd30007ff irq 16 at device 0.0 on pci13
ahci0: AHCI v1.20 with 8 6Gbps ports, Port Multiplier not supported
ahcich0: AHCI channel at channel 0 on ahci0
ahcich1: AHCI channel at channel 1 on ahci0
ahcich2: AHCI channel at channel 2 on ahci0
ahcich3: AHCI channel at channel 3 on ahci0
ahcich4: AHCI channel at channel 4 on ahci0
ahcich5: AHCI channel at channel 5 on ahci0
ahcich6: AHCI channel at channel 6 on ahci0
ahcich7: AHCI channel at channel 7 on ahci0
atapci0: Marvell 88SE912x UDMA133 controller port
0x3048-0x304f,0x303c-0x303f,0x3040-0x3047,0x3038-0x303b,0x3010-0x301f
mem 0xd3000800-0xd300080f irq 17 at device 0.1 on pci13
uhci3: Intel 82801I (ICH9) USB controller port 0x18a0-0x18bf irq 23 at
device 29.0 on pci0
usbus4 on uhci3
uhci4: Intel 82801I (ICH9) USB controller port 0x18c0-0x18df irq 22 at
device 29.1 on pci0
usbus5 on uhci4
uhci5: Intel 82801I (ICH9) USB controller port 0x18e0-0x18ff irq 18 at
device 29.2 on pci0
usbus6 on uhci5
ehci1: Intel 82801I (ICH9) USB 2.0 controller mem
0xd3326c00-0xd3326fff irq 23 at device 29.7 on pci0
usbus7: EHCI version 1.0
usbus7 on ehci1
pcib4: ACPI PCI-PCI bridge at device 30.0 on pci0
pci17: ACPI PCI bus on pcib4
atapci1: ITE IT8212F UDMA133 controller port
0x4020-0x4027,0x4014-0x4017,0x4018-0x401f,0x4010-0x4013,0x4000-0x400f
irq 23 at device 4.0 on pci17
ata2: ATA channel at channel 0 on atapci1
ata3: ATA channel at channel 1 on atapci1
isab0: PCI-ISA bridge at device 31.0 on pci0
isa0: ISA bus on isab0
ahci1: Intel ICH9 AHCI SATA controller port
0x1c70-0x1c77,0x1c64-0x1c67,0x1c68-0x1c6f,0x1c60-0x1c63,0x1c00-0x1c1f
mem 0xd3326000-0xd33267ff irq 17 at device 31.2 on pci0

Re: FreeBSD in Google Code-In 2012? You can help too!

2012-10-23 Thread Eitan Adler
On 23 October 2012 12:54, David Magda dma...@ee.ryerson.ca wrote:
 On Tue, October 23, 2012 10:39, Fbsd8 wrote:

 The subject is Google Code-In and all the posted tasks are directed at
 creating documentation. Not one deals with coding any programs. If I was
 15-17 years old I sure would not be interested in writing documentation.
 I would want to use and develop my coding skills. To that end there a
 lot of simple PR's waiting for attention. This is an target area that
 young coders would find more interesting.

 It would depend on what one's interests were.

Google code-in is aimed at *coders* and there is an expectation of
people writing *code*.

The biggest complaint for GCI last year was not enough coding tasks


-- 
Eitan Adler
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: FreeBSD in Google Code-In 2012? You can help too!

2012-10-23 Thread Eitan Adler
On 23 October 2012 13:11, Adrian Chadd adr...@freebsd.org wrote:

 So where are examples of what other successful open source projects have done?

There are tasks done by the winner last year:
https://www.google-melange.com/gci/student_tasks/google/gci2011/dragooon

Here are all the tasks last year:
https://www.google-melange.com/gci/tasks/google/gci2011


-- 
Eitan Adler
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: ZFS cache devs UNAVAIL

2012-10-23 Thread Andriy Gapon
on 23/10/2012 20:56 Michael Schmiedgen said the following:
 FreeBSD 10.0-CURRENT #0: Tue Oct 23 00:14:32 CEST 2012
 root@gizeh.smoke:/usr/obj/usr/src/sys/GIZEH amd64
...
 vdev_geom_open_by_path:519[1]: guid mismatch for provider /dev/ada0p1:
 5267967234359339128 != 0.

Thank you for this valuable information.

Do you have a rough estimate of when you started to experience this issue?

Could you please also provide output of the following command captured right
after a reboot and then after you re-add the cache disks?
$ zdb -lll /dev/ada0p


-- 
Andriy Gapon
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: ZFS cache devs UNAVAIL

2012-10-23 Thread Matthew D. Fuller
On Tue, Oct 23, 2012 at 11:08:55PM +0300 I heard the voice of
Andriy Gapon, and lo! it spake thus:
 
 Do you have a rough estimate of when you started to experience this issue?

I saw it with r241541 and not with my previous kernel (strings says it
was r238937; July 31).  So not a very narrow range for me.  The major
changes in ZFS in that interval I say in a glance at the log were the
TRIM and the tasting-for-root-pool.  But I don't have any reason to
suspect them other than hey, these are high-profile.


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on i386/pc98

2012-10-23 Thread FreeBSD Tinderbox
TB --- 2012-10-23 17:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-23 17:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-23 17:30:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2012-10-23 17:30:00 - cleaning the object tree
TB --- 2012-10-23 17:30:00 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-23 17:30:00 - cd /tinderbox/HEAD/i386/pc98
TB --- 2012-10-23 17:30:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-23 17:34:06 - /usr/local/bin/svn update /src
TB --- 2012-10-23 17:34:29 - At svn revision 241955
TB --- 2012-10-23 17:34:30 - building world
TB --- 2012-10-23 17:34:30 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 17:34:30 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 17:34:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 17:34:30 - SRCCONF=/dev/null
TB --- 2012-10-23 17:34:30 - TARGET=pc98
TB --- 2012-10-23 17:34:30 - TARGET_ARCH=i386
TB --- 2012-10-23 17:34:30 - TZ=UTC
TB --- 2012-10-23 17:34:30 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 17:34:30 - cd /src
TB --- 2012-10-23 17:34:30 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Tue Oct 23 17:34:35 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Oct 23 20:04:47 UTC 2012
TB --- 2012-10-23 20:04:47 - generating LINT kernel config
TB --- 2012-10-23 20:04:47 - cd /src/sys/pc98/conf
TB --- 2012-10-23 20:04:47 - /usr/bin/make -B LINT
TB --- 2012-10-23 20:04:47 - cd /src/sys/pc98/conf
TB --- 2012-10-23 20:04:47 - /usr/sbin/config -m LINT
TB --- 2012-10-23 20:04:47 - building LINT kernel
TB --- 2012-10-23 20:04:47 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 20:04:47 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 20:04:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 20:04:47 - SRCCONF=/dev/null
TB --- 2012-10-23 20:04:47 - TARGET=pc98
TB --- 2012-10-23 20:04:47 - TARGET_ARCH=i386
TB --- 2012-10-23 20:04:47 - TZ=UTC
TB --- 2012-10-23 20:04:47 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 20:04:47 - cd /src
TB --- 2012-10-23 20:04:47 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Oct 23 20:04:47 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
: hack.c
cc -shared -nostdlib hack.c -o hack.So
rm -f hack.c
MAKE=/obj/src/make.amd64/make sh /src/sys/conf/newvers.sh LINT
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 
--param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 
-DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 
-mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue vers.c
linking kernel
uipc_socket.o: In function `sosend_copyin':
uipc_socket.c:(.text+0x2dd4): undefined reference to `socow_setup'
*** [kernel] Error code 1

Stop in /obj/pc98.i386/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-23 20:21:41 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-23 20:21:41 - ERROR: failed to build LINT kernel
TB --- 2012-10-23 20:21:41 - 7530.05 user 1046.34 system 10300.81 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: ZFS cache devs UNAVAIL

2012-10-23 Thread Andriy Gapon
on 23/10/2012 23:08 Andriy Gapon said the following:
 on 23/10/2012 20:56 Michael Schmiedgen said the following:
 FreeBSD 10.0-CURRENT #0: Tue Oct 23 00:14:32 CEST 2012
 root@gizeh.smoke:/usr/obj/usr/src/sys/GIZEH amd64
 ...
 vdev_geom_open_by_path:519[1]: guid mismatch for provider /dev/ada0p1:
 5267967234359339128 != 0.
 
 Thank you for this valuable information.
 
 Do you have a rough estimate of when you started to experience this issue?
 
 Could you please also provide output of the following command captured right
 after a reboot and then after you re-add the cache disks?
 $ zdb -lll /dev/ada0p
 
 

I still would like to get the above information if possible.
But here is a patch that you can try:

--- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
+++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
@@ -270,14 +270,16 @@ vdev_geom_read_config(struct g_consumer *cp, nvlist_t
**config)
continue;

if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_STATE,
-   state) != 0 || state = POOL_STATE_DESTROYED) {
+   state) != 0 || state == POOL_STATE_DESTROYED ||
+   state  POOL_STATE_L2CACHE) {
nvlist_free(*config);
*config = NULL;
continue;
}

-   if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_TXG,
-   txg) != 0 || txg == 0) {
+   if (state != POOL_STATE_SPARE  state != POOL_STATE_L2CACHE 
+   (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_TXG,
+   txg) != 0 || txg == 0)) {
nvlist_free(*config);
*config = NULL;
continue;



I think that I introduced this bug because I used some old OpenSolaris code as
an inspiration and completely missed the new states.

-- 
Andriy Gapon
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on i386/i386

2012-10-23 Thread FreeBSD Tinderbox
TB --- 2012-10-23 17:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-23 17:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-23 17:30:00 - starting HEAD tinderbox run for i386/i386
TB --- 2012-10-23 17:30:00 - cleaning the object tree
TB --- 2012-10-23 17:30:00 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-23 17:30:00 - cd /tinderbox/HEAD/i386/i386
TB --- 2012-10-23 17:30:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-23 17:33:31 - /usr/local/bin/svn update /src
TB --- 2012-10-23 17:33:54 - At svn revision 241955
TB --- 2012-10-23 17:33:55 - building world
TB --- 2012-10-23 17:33:55 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 17:33:55 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 17:33:55 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 17:33:55 - SRCCONF=/dev/null
TB --- 2012-10-23 17:33:55 - TARGET=i386
TB --- 2012-10-23 17:33:55 - TARGET_ARCH=i386
TB --- 2012-10-23 17:33:55 - TZ=UTC
TB --- 2012-10-23 17:33:55 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 17:33:55 - cd /src
TB --- 2012-10-23 17:33:55 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Tue Oct 23 17:34:04 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Oct 23 20:06:06 UTC 2012
TB --- 2012-10-23 20:06:06 - generating LINT kernel config
TB --- 2012-10-23 20:06:06 - cd /src/sys/i386/conf
TB --- 2012-10-23 20:06:06 - /usr/bin/make -B LINT
TB --- 2012-10-23 20:06:06 - cd /src/sys/i386/conf
TB --- 2012-10-23 20:06:06 - /usr/sbin/config -m LINT
TB --- 2012-10-23 20:06:06 - building LINT kernel
TB --- 2012-10-23 20:06:06 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 20:06:06 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 20:06:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 20:06:06 - SRCCONF=/dev/null
TB --- 2012-10-23 20:06:06 - TARGET=i386
TB --- 2012-10-23 20:06:06 - TARGET_ARCH=i386
TB --- 2012-10-23 20:06:06 - TZ=UTC
TB --- 2012-10-23 20:06:06 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 20:06:06 - cd /src
TB --- 2012-10-23 20:06:06 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Oct 23 20:06:06 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
: hack.c
cc -shared -nostdlib hack.c -o hack.So
rm -f hack.c
MAKE=/obj/src/make.amd64/make sh /src/sys/conf/newvers.sh LINT
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 
--param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 
-DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 
-mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror -pg 
-mprofiler-epilogue vers.c
linking kernel
uipc_socket.o: In function `sosend_copyin':
uipc_socket.c:(.text+0x2dd4): undefined reference to `socow_setup'
*** [kernel] Error code 1

Stop in /obj/i386.i386/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-23 20:25:59 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-23 20:25:59 - ERROR: failed to build LINT kernel
TB --- 2012-10-23 20:25:59 - 7734.11 user 1072.60 system 10559.28 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: FreeBSD in Google Code-In 2012? You can help too!

2012-10-23 Thread David Magda
On Tue, October 23, 2012 10:39, Fbsd8 wrote:

 The subject is Google Code-In and all the posted tasks are directed at
 creating documentation. Not one deals with coding any programs. If I was
 15-17 years old I sure would not be interested in writing documentation.
 I would want to use and develop my coding skills. To that end there a
 lot of simple PR's waiting for attention. This is an target area that
 young coders would find more interesting.

It would depend on what one's interests were. I've known a few technical
writers over the years, and even if that is not one's long-term career
objective, being paid to simply write is something a lot of people
wouldn't mind doing.

It's just that most writers don't hang out on Unix mailing lists. :)


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on amd64/amd64

2012-10-23 Thread FreeBSD Tinderbox
TB --- 2012-10-23 17:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-23 17:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-23 17:30:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2012-10-23 17:30:00 - cleaning the object tree
TB --- 2012-10-23 17:30:00 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-23 17:30:00 - cd /tinderbox/HEAD/amd64/amd64
TB --- 2012-10-23 17:30:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-23 17:33:32 - /usr/local/bin/svn update /src
TB --- 2012-10-23 17:33:49 - At svn revision 241955
TB --- 2012-10-23 17:33:50 - building world
TB --- 2012-10-23 17:33:50 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 17:33:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 17:33:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 17:33:50 - SRCCONF=/dev/null
TB --- 2012-10-23 17:33:50 - TARGET=amd64
TB --- 2012-10-23 17:33:50 - TARGET_ARCH=amd64
TB --- 2012-10-23 17:33:50 - TZ=UTC
TB --- 2012-10-23 17:33:50 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 17:33:50 - cd /src
TB --- 2012-10-23 17:33:50 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Tue Oct 23 17:33:58 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Tue Oct 23 20:41:36 UTC 2012
TB --- 2012-10-23 20:41:36 - generating LINT kernel config
TB --- 2012-10-23 20:41:36 - cd /src/sys/amd64/conf
TB --- 2012-10-23 20:41:36 - /usr/bin/make -B LINT
TB --- 2012-10-23 20:41:37 - cd /src/sys/amd64/conf
TB --- 2012-10-23 20:41:37 - /usr/sbin/config -m LINT
TB --- 2012-10-23 20:41:37 - building LINT kernel
TB --- 2012-10-23 20:41:37 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 20:41:37 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 20:41:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 20:41:37 - SRCCONF=/dev/null
TB --- 2012-10-23 20:41:37 - TARGET=amd64
TB --- 2012-10-23 20:41:37 - TARGET_ARCH=amd64
TB --- 2012-10-23 20:41:37 - TZ=UTC
TB --- 2012-10-23 20:41:37 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 20:41:37 - cd /src
TB --- 2012-10-23 20:41:37 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Oct 23 20:41:37 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
: hack.c
cc -shared -nostdlib hack.c -o hack.So
rm -f hack.c
MAKE=/obj/src/make.amd64/make sh /src/sys/conf/newvers.sh LINT
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall 
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign 
-fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option   
-nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF 
-fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mno-mmx 
-mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding 
-fstack-protector -Werror -pg -mprofiler-epilogue vers.c
linking kernel
uipc_socket.o: In function `sosend_copyin':
uipc_socket.c:(.text+0x60ae): undefined reference to `socow_setup'
*** [kernel] Error code 1

Stop in /obj/amd64.amd64/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-23 21:01:18 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-23 21:01:18 - ERROR: failed to build LINT kernel
TB --- 2012-10-23 21:01:18 - 9178.25 user 1393.31 system 12677.75 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: FreeBSD in Google Code-In 2012? You can help too!

2012-10-23 Thread Adrian Chadd
Right, lots of PHP coding. Attractive to a student.




Adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Revision: 241923: /bits/locale_facets.tcc:1390:10: error: '' within '||' [-Werror, -Wlogical-op-parentheses], (static_castpart(__p.field[3]), [...], /usr/obj/usr/src/tmp/usr/include/c++/4.

2012-10-23 Thread Dimitry Andric

On 2012-10-23 18:43, O. Hartmann wrote:

Am 10/23/12 18:08, schrieb hiren panchasara:

On Oct 23, 2012 4:34 AM, O. Hartmann ohart...@mail.zedat.fu-berlin.de
wrote:

...

/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/locale_facets.tcc:318:30:
error: '' within '||' [-Werror,-Wlogical-op-parentheses]
   if (__lc-_M_use_grouping  __c == __lc-_M_thousands_sep
   ~~^~~~

...

I see ... I was a bit too fast posting this, shortly after done so, I
saw the reports and solutions. I'll wait until the tree is fixed.


This should be fixed after r241958.

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on ia64/ia64

2012-10-23 Thread FreeBSD Tinderbox
TB --- 2012-10-23 19:51:56 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-23 19:51:56 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-23 19:51:56 - starting HEAD tinderbox run for ia64/ia64
TB --- 2012-10-23 19:51:56 - cleaning the object tree
TB --- 2012-10-23 19:51:56 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-23 19:51:56 - cd /tinderbox/HEAD/ia64/ia64
TB --- 2012-10-23 19:51:56 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-23 19:53:39 - /usr/local/bin/svn update /src
TB --- 2012-10-23 19:53:47 - At svn revision 241967
TB --- 2012-10-23 19:53:48 - building world
TB --- 2012-10-23 19:53:48 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 19:53:48 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 19:53:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 19:53:48 - SRCCONF=/dev/null
TB --- 2012-10-23 19:53:48 - TARGET=ia64
TB --- 2012-10-23 19:53:48 - TARGET_ARCH=ia64
TB --- 2012-10-23 19:53:48 - TZ=UTC
TB --- 2012-10-23 19:53:48 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 19:53:48 - cd /src
TB --- 2012-10-23 19:53:48 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Tue Oct 23 19:53:53 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Oct 23 21:31:52 UTC 2012
TB --- 2012-10-23 21:31:52 - generating LINT kernel config
TB --- 2012-10-23 21:31:52 - cd /src/sys/ia64/conf
TB --- 2012-10-23 21:31:52 - /usr/bin/make -B LINT
TB --- 2012-10-23 21:31:53 - cd /src/sys/ia64/conf
TB --- 2012-10-23 21:31:53 - /usr/sbin/config -m LINT
TB --- 2012-10-23 21:31:53 - building LINT kernel
TB --- 2012-10-23 21:31:53 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 21:31:53 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 21:31:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 21:31:53 - SRCCONF=/dev/null
TB --- 2012-10-23 21:31:53 - TARGET=ia64
TB --- 2012-10-23 21:31:53 - TARGET_ARCH=ia64
TB --- 2012-10-23 21:31:53 - TZ=UTC
TB --- 2012-10-23 21:31:53 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 21:31:53 - cd /src
TB --- 2012-10-23 21:31:53 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Oct 23 21:31:53 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
: hack.c
cc -shared -nostdlib hack.c -o hack.So
rm -f hack.c
MAKE=/obj/src/make.amd64/make sh /src/sys/conf/newvers.sh LINT
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=15000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-builtin -mconstant-gp -ffixed-r13 
-mfixed-range=f32-f127 -fpic -ffreestanding -Werror  vers.c
linking kernel
uipc_socket.o: In function `sosend_copyin':
uipc_socket.c:(.text+0x4a42): undefined reference to `socow_setup'
*** [kernel] Error code 1

Stop in /obj/ia64.ia64/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-23 21:52:34 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-23 21:52:34 - ERROR: failed to build LINT kernel
TB --- 2012-10-23 21:52:34 - 5400.64 user 789.25 system 7237.71 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on mips/mips

2012-10-23 Thread FreeBSD Tinderbox
TB --- 2012-10-23 20:21:41 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-23 20:21:41 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-23 20:21:41 - starting HEAD tinderbox run for mips/mips
TB --- 2012-10-23 20:21:41 - cleaning the object tree
TB --- 2012-10-23 20:21:41 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-23 20:21:41 - cd /tinderbox/HEAD/mips/mips
TB --- 2012-10-23 20:21:41 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-23 20:22:20 - /usr/local/bin/svn update /src
TB --- 2012-10-23 20:22:27 - At svn revision 241967
TB --- 2012-10-23 20:22:28 - building world
TB --- 2012-10-23 20:22:28 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 20:22:28 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 20:22:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 20:22:28 - SRCCONF=/dev/null
TB --- 2012-10-23 20:22:28 - TARGET=mips
TB --- 2012-10-23 20:22:28 - TARGET_ARCH=mips
TB --- 2012-10-23 20:22:28 - TZ=UTC
TB --- 2012-10-23 20:22:28 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 20:22:28 - cd /src
TB --- 2012-10-23 20:22:28 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Tue Oct 23 20:22:33 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Oct 23 21:28:25 UTC 2012
TB --- 2012-10-23 21:28:25 - cd /src/sys/mips/conf
TB --- 2012-10-23 21:28:25 - /usr/sbin/config -m ADM5120
TB --- 2012-10-23 21:28:25 - skipping ADM5120 kernel
TB --- 2012-10-23 21:28:25 - cd /src/sys/mips/conf
TB --- 2012-10-23 21:28:25 - /usr/sbin/config -m ALCHEMY
TB --- 2012-10-23 21:28:25 - skipping ALCHEMY kernel
TB --- 2012-10-23 21:28:25 - cd /src/sys/mips/conf
TB --- 2012-10-23 21:28:25 - /usr/sbin/config -m AP91
TB --- 2012-10-23 21:28:25 - building AP91 kernel
TB --- 2012-10-23 21:28:25 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 21:28:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 21:28:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 21:28:25 - SRCCONF=/dev/null
TB --- 2012-10-23 21:28:25 - TARGET=mips
TB --- 2012-10-23 21:28:25 - TARGET_ARCH=mips
TB --- 2012-10-23 21:28:25 - TZ=UTC
TB --- 2012-10-23 21:28:25 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 21:28:25 - cd /src
TB --- 2012-10-23 21:28:25 - /usr/bin/make -B buildkernel KERNCONF=AP91
 Kernel build for AP91 started on Tue Oct 23 21:28:25 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for AP91 completed on Tue Oct 23 21:32:47 UTC 2012
TB --- 2012-10-23 21:32:47 - cd /src/sys/mips/conf
TB --- 2012-10-23 21:32:47 - /usr/sbin/config -m AP93
TB --- 2012-10-23 21:32:47 - building AP93 kernel
TB --- 2012-10-23 21:32:47 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 21:32:47 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 21:32:47 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 21:32:47 - SRCCONF=/dev/null
TB --- 2012-10-23 21:32:47 - TARGET=mips
TB --- 2012-10-23 21:32:47 - TARGET_ARCH=mips
TB --- 2012-10-23 21:32:47 - TZ=UTC
TB --- 2012-10-23 21:32:47 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 21:32:47 - cd /src
TB --- 2012-10-23 21:32:47 - /usr/bin/make -B buildkernel KERNCONF=AP93
 Kernel build for AP93 started on Tue Oct 23 21:32:47 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for AP93 completed on Tue Oct 23 21:36:41 UTC 2012
TB --- 2012-10-23 21:36:41 - cd /src/sys/mips/conf
TB --- 2012-10-23 21:36:41 - /usr/sbin/config -m AP94
TB --- 2012-10-23 21:36:41 - building AP94 kernel
TB --- 2012-10-23 21:36:41 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 21:36:41 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 21:36:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 21:36:41 - SRCCONF=/dev/null
TB --- 2012-10-23 21:36:41 - TARGET=mips
TB --- 2012-10-23 21:36:41 - TARGET_ARCH=mips
TB --- 2012-10-23 21:36:41 - TZ=UTC
TB --- 2012-10-23 21:36:41 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 21:36:41 - cd /src
TB --- 2012-10-23 21:36:41 - /usr/bin/make -B buildkernel KERNCONF=AP94
 Kernel build for AP94 started on Tue Oct 23 21:36:41 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for AP94 completed on Tue Oct 

Re: ZFS cache devs UNAVAIL

2012-10-23 Thread Michael Schmiedgen
Hi Andy,

thank you for your reply. I will test your patch right now
and give you feedback.

On 10/23/12 22:08, Andriy Gapon wrote:
 on 23/10/2012 20:56 Michael Schmiedgen said the following:
 ...
 vdev_geom_open_by_path:519[1]: guid mismatch for provider /dev/ada0p1:
 5267967234359339128 != 0.
 
 Thank you for this valuable information.
 
 Do you have a rough estimate of when you started to experience this issue?

I experienced this since my 2012-10-17 build. I build every
3-5 weeks.

 Could you please also provide output of the following command captured right
 after a reboot and then after you re-add the cache disks?
 $ zdb -lll /dev/ada0p



Here the data in UNAVAIL state:

# zdb -lll /dev/ada0p1

LABEL 0

version: 5000
state: 4
guid: 5267967234359339128

LABEL 1

version: 5000
state: 4
guid: 5267967234359339128

LABEL 2

version: 5000
state: 4
guid: 5267967234359339128

LABEL 3

version: 5000
state: 4
guid: 5267967234359339128

# zdb -lll /dev/ada1p1

LABEL 0

version: 5000
state: 4
guid: 5693315451104805234

LABEL 1

version: 5000
state: 4
guid: 5693315451104805234

LABEL 2

version: 5000
state: 4
guid: 5693315451104805234

LABEL 3

version: 5000
state: 4
guid: 5693315451104805234



Here the data after readding the two devs:

zdb -lll /dev/ada0p1

LABEL 0

version: 5000
state: 4
guid: 13019058935211054376

LABEL 1

version: 5000
state: 4
guid: 13019058935211054376

LABEL 2

version: 5000
state: 4
guid: 13019058935211054376

LABEL 3

version: 5000
state: 4
guid: 13019058935211054376


# zdb -lll /dev/ada1p1

LABEL 0

version: 5000
state: 4
guid: 1347428618237802818

LABEL 1

version: 5000
state: 4
guid: 1347428618237802818

LABEL 2

version: 5000
state: 4
guid: 1347428618237802818

LABEL 3

version: 5000
state: 4
guid: 1347428618237802818


I will post the data after build/install/reboot soon.

Thanks,
  Michael

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: ZFS cache devs UNAVAIL

2012-10-23 Thread Michael Schmiedgen
On 10/23/12 22:23, Andriy Gapon wrote:
 on 23/10/2012 23:08 Andriy Gapon said the following:
 on 23/10/2012 20:56 Michael Schmiedgen said the following:
 ...
 vdev_geom_open_by_path:519[1]: guid mismatch for provider /dev/ada0p1:
 5267967234359339128 != 0.

 Thank you for this valuable information.

 Do you have a rough estimate of when you started to experience this issue?

 Could you please also provide output of the following command captured right
 after a reboot and then after you re-add the cache disks?
 $ zdb -lll /dev/ada0p


 
 I still would like to get the above information if possible.
 But here is a patch that you can try:
 
 --- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
 +++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
 @@ -270,14 +270,16 @@ vdev_geom_read_config(struct g_consumer *cp, nvlist_t
 **config)
   continue;
 
   if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_STATE,
 - state) != 0 || state = POOL_STATE_DESTROYED) {
 + state) != 0 || state == POOL_STATE_DESTROYED ||
 + state  POOL_STATE_L2CACHE) {
   nvlist_free(*config);
   *config = NULL;
   continue;
   }
 
 - if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_TXG,
 - txg) != 0 || txg == 0) {
 + if (state != POOL_STATE_SPARE  state != POOL_STATE_L2CACHE 
 + (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_TXG,
 + txg) != 0 || txg == 0)) {
   nvlist_free(*config);
   *config = NULL;
   continue;

This works for me. Thank you very much! :) For zdb data see below,
it has not changed since patch-apply/readd/reboot.

  Michael



# zdb -lll /dev/ada0p1

LABEL 0

version: 5000
state: 4
guid: 13019058935211054376

LABEL 1

version: 5000
state: 4
guid: 13019058935211054376

LABEL 2

version: 5000
state: 4
guid: 13019058935211054376

LABEL 3

version: 5000
state: 4
guid: 13019058935211054376

# zdb -lll /dev/ada1p1

LABEL 0

version: 5000
state: 4
guid: 1347428618237802818

LABEL 1

version: 5000
state: 4
guid: 1347428618237802818

LABEL 2

version: 5000
state: 4
guid: 1347428618237802818

LABEL 3

version: 5000
state: 4
guid: 1347428618237802818

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: ZFS cache devs UNAVAIL

2012-10-23 Thread Michael Schmiedgen
On 10/23/12 23:57, Florian Smeets wrote:
 My NAS experienced same problem, I thought the old IDE SSD had just died
 of old age, that's why i didn't investigate further yet. :)

I got 2 physical SSDs, with both first partitions striped
as cache for my main zpool (cache devs gone UNAVAIL) and
both second partitions for a mirrored temp zpool (ONLINE).
So I saw good chances to *not* blame the hardware. ;)

 With the patch the cache device is back.

Works here, too.

Michael

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: ZFS cache devs UNAVAIL

2012-10-23 Thread Florian Smeets
On 23.10.12 22:23, Andriy Gapon wrote:
 on 23/10/2012 23:08 Andriy Gapon said the following:
 on 23/10/2012 20:56 Michael Schmiedgen said the following:
 FreeBSD 10.0-CURRENT #0: Tue Oct 23 00:14:32 CEST 2012
 root@gizeh.smoke:/usr/obj/usr/src/sys/GIZEH amd64
 ...
 vdev_geom_open_by_path:519[1]: guid mismatch for provider /dev/ada0p1:
 5267967234359339128 != 0.

 Thank you for this valuable information.

 Do you have a rough estimate of when you started to experience this issue?

 Could you please also provide output of the following command captured right
 after a reboot and then after you re-add the cache disks?
 $ zdb -lll /dev/ada0p


 
 I still would like to get the above information if possible.
 But here is a patch that you can try:
 
 
 I think that I introduced this bug because I used some old OpenSolaris code as
 an inspiration and completely missed the new states.
 

My NAS experienced same problem, I thought the old IDE SSD had just died
of old age, that's why i didn't investigate further yet. :)

With the patch the cache device is back.

Thanks,
Florian



signature.asc
Description: OpenPGP digital signature


Re: patch: hwpmc nits

2012-10-23 Thread Sean Bruno
On Mon, 2012-10-22 at 10:33 -0700, hiren panchasara wrote:
 
 
 On Mon, Oct 22, 2012 at 9:25 AM, Jim Harris jim.har...@gmail.com
 wrote:
 On Sun, Oct 21, 2012 at 12:19 AM, hiren panchasara
 hiren.panchas...@gmail.com wrote:
  http://www.strugglingcoder.info/patches/hwpmc_nits_1.txt
 
  Fixing a few typos with this patch.
 
  Please let me know if this looks okay.
 
  Thanks,
  Hiren
 
 
 Looks good.
 
 Thanks, Jim.
 
 Sean, can you please commit this on my behalf? :-)
 
 Thanks again,
 Hiren 
 
 
 Thanks,
 
 -Jim
 

Ack

Sean


signature.asc
Description: This is a digitally signed message part


[head tinderbox] failure on sparc64/sparc64

2012-10-23 Thread FreeBSD Tinderbox
TB --- 2012-10-23 21:57:00 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-23 21:57:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-23 21:57:00 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2012-10-23 21:57:00 - cleaning the object tree
TB --- 2012-10-23 21:57:00 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-23 21:57:00 - cd /tinderbox/HEAD/sparc64/sparc64
TB --- 2012-10-23 21:57:00 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-23 21:57:57 - /usr/local/bin/svn update /src
TB --- 2012-10-23 21:58:04 - At svn revision 241969
TB --- 2012-10-23 21:58:05 - building world
TB --- 2012-10-23 21:58:05 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 21:58:05 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 21:58:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 21:58:05 - SRCCONF=/dev/null
TB --- 2012-10-23 21:58:05 - TARGET=sparc64
TB --- 2012-10-23 21:58:05 - TARGET_ARCH=sparc64
TB --- 2012-10-23 21:58:05 - TZ=UTC
TB --- 2012-10-23 21:58:05 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 21:58:05 - cd /src
TB --- 2012-10-23 21:58:05 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Tue Oct 23 21:58:10 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Oct 23 23:01:14 UTC 2012
TB --- 2012-10-23 23:01:14 - generating LINT kernel config
TB --- 2012-10-23 23:01:14 - cd /src/sys/sparc64/conf
TB --- 2012-10-23 23:01:14 - /usr/bin/make -B LINT
TB --- 2012-10-23 23:01:14 - cd /src/sys/sparc64/conf
TB --- 2012-10-23 23:01:14 - /usr/sbin/config -m LINT
TB --- 2012-10-23 23:01:14 - building LINT kernel
TB --- 2012-10-23 23:01:14 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 23:01:14 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 23:01:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 23:01:14 - SRCCONF=/dev/null
TB --- 2012-10-23 23:01:14 - TARGET=sparc64
TB --- 2012-10-23 23:01:14 - TARGET_ARCH=sparc64
TB --- 2012-10-23 23:01:14 - TZ=UTC
TB --- 2012-10-23 23:01:14 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 23:01:14 - cd /src
TB --- 2012-10-23 23:01:14 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Oct 23 23:01:14 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
: hack.c
cc -shared -nostdlib hack.c -o hack.So
rm -f hack.c
MAKE=/obj/src/make.amd64/make sh /src/sys/conf/newvers.sh LINT
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith 
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  
-Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/src/sys 
-I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float 
-ffreestanding -fstack-protector -Werror  vers.c
linking kernel
uipc_socket.o: In function `sosend_copyin':
uipc_socket.c:(.text+0x2f14): undefined reference to `socow_setup'
*** [kernel] Error code 1

Stop in /obj/sparc64.sparc64/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-23 23:15:02 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-23 23:15:02 - ERROR: failed to build LINT kernel
TB --- 2012-10-23 23:15:02 - 3785.62 user 630.69 system 4682.02 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc/powerpc

2012-10-23 Thread FreeBSD Tinderbox
TB --- 2012-10-23 21:01:18 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-23 21:01:18 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-23 21:01:18 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2012-10-23 21:01:19 - cleaning the object tree
TB --- 2012-10-23 21:01:19 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-23 21:01:19 - cd /tinderbox/HEAD/powerpc/powerpc
TB --- 2012-10-23 21:01:19 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-23 21:03:08 - /usr/local/bin/svn update /src
TB --- 2012-10-23 21:03:21 - At svn revision 241968
TB --- 2012-10-23 21:03:22 - building world
TB --- 2012-10-23 21:03:22 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 21:03:22 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 21:03:22 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 21:03:22 - SRCCONF=/dev/null
TB --- 2012-10-23 21:03:22 - TARGET=powerpc
TB --- 2012-10-23 21:03:22 - TARGET_ARCH=powerpc
TB --- 2012-10-23 21:03:22 - TZ=UTC
TB --- 2012-10-23 21:03:22 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 21:03:22 - cd /src
TB --- 2012-10-23 21:03:22 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Tue Oct 23 21:03:29 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Oct 23 23:22:46 UTC 2012
TB --- 2012-10-23 23:22:46 - generating LINT kernel config
TB --- 2012-10-23 23:22:46 - cd /src/sys/powerpc/conf
TB --- 2012-10-23 23:22:46 - /usr/bin/make -B LINT
TB --- 2012-10-23 23:22:46 - cd /src/sys/powerpc/conf
TB --- 2012-10-23 23:22:46 - /usr/sbin/config -m LINT
TB --- 2012-10-23 23:22:46 - building LINT kernel
TB --- 2012-10-23 23:22:46 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 23:22:46 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 23:22:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 23:22:46 - SRCCONF=/dev/null
TB --- 2012-10-23 23:22:46 - TARGET=powerpc
TB --- 2012-10-23 23:22:46 - TARGET_ARCH=powerpc
TB --- 2012-10-23 23:22:46 - TZ=UTC
TB --- 2012-10-23 23:22:46 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 23:22:46 - cd /src
TB --- 2012-10-23 23:22:46 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Oct 23 23:22:46 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
: hack.c
cc -shared -nostdlib hack.c -o hack.So
rm -f hack.c
MAKE=/obj/src/make.amd64/make sh /src/sys/conf/newvers.sh LINT
cc -c -O -pipe  -std=c99  -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  
-Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs 
-fdiagnostics-show-option   -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -msoft-float -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding 
-fstack-protector -Werror  vers.c
linking kernel
uipc_socket.o: In function `sosend_copyin':
uipc_socket.c:(.text+0x2edc): undefined reference to `socow_setup'
*** [kernel] Error code 1

Stop in /obj/powerpc.powerpc/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-23 23:32:35 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-23 23:32:35 - ERROR: failed to build LINT kernel
TB --- 2012-10-23 23:32:35 - 7424.31 user 955.51 system 9076.86 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc64/powerpc

2012-10-23 Thread FreeBSD Tinderbox
TB --- 2012-10-23 21:52:35 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-23 21:52:35 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-23 21:52:35 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2012-10-23 21:52:36 - cleaning the object tree
TB --- 2012-10-23 21:52:36 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-23 21:52:36 - cd /tinderbox/HEAD/powerpc64/powerpc
TB --- 2012-10-23 21:52:36 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-23 21:53:12 - /usr/local/bin/svn update /src
TB --- 2012-10-23 21:53:19 - At svn revision 241969
TB --- 2012-10-23 21:53:20 - building world
TB --- 2012-10-23 21:53:20 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-23 21:53:20 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-23 21:53:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-23 21:53:20 - SRCCONF=/dev/null
TB --- 2012-10-23 21:53:20 - TARGET=powerpc
TB --- 2012-10-23 21:53:20 - TARGET_ARCH=powerpc64
TB --- 2012-10-23 21:53:20 - TZ=UTC
TB --- 2012-10-23 21:53:20 - __MAKE_CONF=/dev/null
TB --- 2012-10-23 21:53:20 - cd /src
TB --- 2012-10-23 21:53:20 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Tue Oct 23 21:53:25 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Wed Oct 24 00:35:30 UTC 2012
TB --- 2012-10-24 00:35:30 - generating LINT kernel config
TB --- 2012-10-24 00:35:30 - cd /src/sys/powerpc/conf
TB --- 2012-10-24 00:35:30 - /usr/bin/make -B LINT
TB --- 2012-10-24 00:35:30 - cd /src/sys/powerpc/conf
TB --- 2012-10-24 00:35:30 - /usr/sbin/config -m LINT
TB --- 2012-10-24 00:35:30 - building LINT kernel
TB --- 2012-10-24 00:35:30 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-24 00:35:30 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-24 00:35:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-24 00:35:30 - SRCCONF=/dev/null
TB --- 2012-10-24 00:35:30 - TARGET=powerpc
TB --- 2012-10-24 00:35:30 - TARGET_ARCH=powerpc64
TB --- 2012-10-24 00:35:30 - TZ=UTC
TB --- 2012-10-24 00:35:30 - __MAKE_CONF=/dev/null
TB --- 2012-10-24 00:35:30 - cd /src
TB --- 2012-10-24 00:35:30 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Wed Oct 24 00:35:30 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
: hack.c
cc -shared -nostdlib hack.c -o hack.So
rm -f hack.c
MAKE=/obj/src/make.amd64/make sh /src/sys/conf/newvers.sh LINT
cc -c -O -pipe  -std=c99  -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  
-Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs 
-fdiagnostics-show-option   -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq 
-I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include 
opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 
--param large-function-growth=1000 -fno-builtin -msoft-float -Wa,-many 
-fno-omit-frame-pointer -msoft-float -mno-altivec -mcall-aixdesc -ffreestanding 
-fstack-protector -Werror  vers.c
linking kernel
uipc_socket.o: In function `.sosend_copyin':
uipc_socket.c:(.text+0x344c): undefined reference to `.socow_setup'
*** [kernel] Error code 1

Stop in /obj/powerpc.powerpc64/src/sys/LINT.
*** [buildkernel] Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2012-10-24 00:45:49 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2012-10-24 00:45:49 - ERROR: failed to build LINT kernel
TB --- 2012-10-24 00:45:49 - 9031.84 user 1155.73 system 10393.15 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: FreeBSD in Google Code-In 2012? You can help too!

2012-10-23 Thread Wojciech A. Koszek

Dnia 23-10-2012 o 14:05:43 Adrian Chadd adr...@freebsd.org napisaƂ(a):


Right, lots of PHP coding. Attractive to a student.



Nobody prevents students from serving FreeBSD by writing stuff in attractive, 
well documented (books, translations) technologies. We just need to craft a 
task list around things which people consider attractive.

--
Wojciech A. Koszek
wkos...@freebsd.czest.pl
http://FreeBSD.czest.pl/~wkoszek/
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

[head tinderbox] failure on mips/mips

2012-10-23 Thread FreeBSD Tinderbox
TB --- 2012-10-24 04:16:48 - tinderbox 2.9 running on freebsd-current.sentex.ca
TB --- 2012-10-24 04:16:48 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE 
FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 
d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC  amd64
TB --- 2012-10-24 04:16:48 - starting HEAD tinderbox run for mips/mips
TB --- 2012-10-24 04:16:48 - cleaning the object tree
TB --- 2012-10-24 04:18:02 - checking out /src from 
svn://svn.freebsd.org/base/head
TB --- 2012-10-24 04:18:02 - cd /tinderbox/HEAD/mips/mips
TB --- 2012-10-24 04:18:02 - /usr/local/bin/svn cleanup /src
TB --- 2012-10-24 04:18:38 - /usr/local/bin/svn update /src
TB --- 2012-10-24 04:18:55 - At svn revision 241982
TB --- 2012-10-24 04:18:56 - building world
TB --- 2012-10-24 04:18:56 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-24 04:18:56 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-24 04:18:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-24 04:18:56 - SRCCONF=/dev/null
TB --- 2012-10-24 04:18:56 - TARGET=mips
TB --- 2012-10-24 04:18:56 - TARGET_ARCH=mips
TB --- 2012-10-24 04:18:56 - TZ=UTC
TB --- 2012-10-24 04:18:56 - __MAKE_CONF=/dev/null
TB --- 2012-10-24 04:18:56 - cd /src
TB --- 2012-10-24 04:18:56 - /usr/bin/make -B buildworld
 Building an up-to-date make(1)
 World build started on Wed Oct 24 04:19:01 UTC 2012
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Wed Oct 24 05:20:05 UTC 2012
TB --- 2012-10-24 05:20:05 - cd /src/sys/mips/conf
TB --- 2012-10-24 05:20:05 - /usr/sbin/config -m ADM5120
TB --- 2012-10-24 05:20:05 - skipping ADM5120 kernel
TB --- 2012-10-24 05:20:05 - cd /src/sys/mips/conf
TB --- 2012-10-24 05:20:05 - /usr/sbin/config -m ALCHEMY
TB --- 2012-10-24 05:20:05 - skipping ALCHEMY kernel
TB --- 2012-10-24 05:20:05 - cd /src/sys/mips/conf
TB --- 2012-10-24 05:20:05 - /usr/sbin/config -m AP91
TB --- 2012-10-24 05:20:05 - building AP91 kernel
TB --- 2012-10-24 05:20:05 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-24 05:20:05 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-24 05:20:05 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-24 05:20:05 - SRCCONF=/dev/null
TB --- 2012-10-24 05:20:05 - TARGET=mips
TB --- 2012-10-24 05:20:05 - TARGET_ARCH=mips
TB --- 2012-10-24 05:20:05 - TZ=UTC
TB --- 2012-10-24 05:20:05 - __MAKE_CONF=/dev/null
TB --- 2012-10-24 05:20:05 - cd /src
TB --- 2012-10-24 05:20:05 - /usr/bin/make -B buildkernel KERNCONF=AP91
 Kernel build for AP91 started on Wed Oct 24 05:20:06 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for AP91 completed on Wed Oct 24 05:23:49 UTC 2012
TB --- 2012-10-24 05:23:49 - cd /src/sys/mips/conf
TB --- 2012-10-24 05:23:49 - /usr/sbin/config -m AP93
TB --- 2012-10-24 05:23:49 - building AP93 kernel
TB --- 2012-10-24 05:23:49 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-24 05:23:49 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-24 05:23:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-24 05:23:49 - SRCCONF=/dev/null
TB --- 2012-10-24 05:23:49 - TARGET=mips
TB --- 2012-10-24 05:23:49 - TARGET_ARCH=mips
TB --- 2012-10-24 05:23:49 - TZ=UTC
TB --- 2012-10-24 05:23:49 - __MAKE_CONF=/dev/null
TB --- 2012-10-24 05:23:49 - cd /src
TB --- 2012-10-24 05:23:49 - /usr/bin/make -B buildkernel KERNCONF=AP93
 Kernel build for AP93 started on Wed Oct 24 05:23:49 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for AP93 completed on Wed Oct 24 05:27:34 UTC 2012
TB --- 2012-10-24 05:27:34 - cd /src/sys/mips/conf
TB --- 2012-10-24 05:27:34 - /usr/sbin/config -m AP94
TB --- 2012-10-24 05:27:35 - building AP94 kernel
TB --- 2012-10-24 05:27:35 - CROSS_BUILD_TESTING=YES
TB --- 2012-10-24 05:27:35 - MAKEOBJDIRPREFIX=/obj
TB --- 2012-10-24 05:27:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2012-10-24 05:27:35 - SRCCONF=/dev/null
TB --- 2012-10-24 05:27:35 - TARGET=mips
TB --- 2012-10-24 05:27:35 - TARGET_ARCH=mips
TB --- 2012-10-24 05:27:35 - TZ=UTC
TB --- 2012-10-24 05:27:35 - __MAKE_CONF=/dev/null
TB --- 2012-10-24 05:27:35 - cd /src
TB --- 2012-10-24 05:27:35 - /usr/bin/make -B buildkernel KERNCONF=AP94
 Kernel build for AP94 started on Wed Oct 24 05:27:35 UTC 2012
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 Kernel build for AP94 completed on Wed Oct