Re: svn commit: r270510 - head

2014-08-25 Thread Gleb Smirnoff
On Sun, Aug 24, 2014 at 04:01:23PM -0700, Don Lewis wrote:
D  +# 20040728: GCC 3.4.2
D  +OLD_DIRS+=usr/include/c++/3.3
D  +OLD_FILES+=usr/include/c++/3.3/FlexLexer.h
D  +OLD_FILES+=usr/include/c++/3.3/algorithm
D  +OLD_FILES+=usr/include/c++/3.3/backward/algo.h
D  
D  I suspect that there's a story here that needs to be told..
D  
D  Yes, if it hasn't been a problem in 10 years, why do it now?
D 
D I found those leftovers on one of my machines.  They are probably
D harmless cruft, but I thought a few other folks might be in the same
D situation.
D 
D One could argue that older entries should eventually get pruned.  We've
D got stuff in there dating back to 1996 ...

IMHO, all stuff from the very beginning should be there. There should
be a way to cleanup a source upgraded machine, that had run for years.

And carrying this stuff costs us almost nothing.

-- 
Totus tuus, Glebius.
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


Re: svn commit: r270510 - head

2014-08-25 Thread Benjamin Kaduk
On Mon, Aug 25, 2014 at 10:10 AM, Gleb Smirnoff gleb...@freebsd.org wrote:


 And carrying this stuff costs us almost nothing.


The cost of having it in the tree is small, yes.  But the runtime cost when
people actually run delete-old will only keep increasing ... it already
feels kind of slow, to me.

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


Re: svn commit: r270510 - head

2014-08-25 Thread John Baldwin
On Monday, August 25, 2014 01:35:21 PM Bryan Drewery wrote:
 On 8/25/2014 12:36 PM, Benjamin Kaduk wrote:
  On Mon, Aug 25, 2014 at 10:10 AM, Gleb Smirnoff gleb...@freebsd.org
  
  mailto:gleb...@freebsd.org wrote:
  And carrying this stuff costs us almost nothing.
  
  The cost of having it in the tree is small, yes.  But the runtime cost
  when people actually run delete-old will only keep increasing ... it
  already feels kind of slow, to me.
  
  -Ben
 
 This could be fixed by not calling rm(1) for every file but instead
 using xargs rm so it is called only a few times, when not needing -i.
 The same goes for the chflags and -f/-L tests. It would be much more
 manageable if all of the logic moved into a shell script.

rm -i foo bar still prompts individually for each file, so presumably you 
could always use 'xargs | rm'?

-- 
John Baldwin
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org


svn commit: r270510 - head

2014-08-24 Thread Don Lewis
Author: truckman
Date: Sun Aug 24 21:21:54 2014
New Revision: 270510
URL: http://svnweb.freebsd.org/changeset/base/270510

Log:
  Catch up to gcc 3.3 - 3.4 upgrade.
  
  MFC after:3 days

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==
--- head/ObsoleteFiles.inc  Sun Aug 24 19:31:26 2014(r270509)
+++ head/ObsoleteFiles.inc  Sun Aug 24 21:21:54 2014(r270510)
@@ -3205,6 +3205,202 @@ OLD_FILES+=lib/geom/geom_concat.so.1
 OLD_FILES+=lib/geom/geom_label.so.1
 OLD_FILES+=lib/geom/geom_nop.so.1
 OLD_FILES+=lib/geom/geom_stripe.so.1
+# 20040728: GCC 3.4.2
+OLD_DIRS+=usr/include/c++/3.3
+OLD_FILES+=usr/include/c++/3.3/FlexLexer.h
+OLD_FILES+=usr/include/c++/3.3/algorithm
+OLD_FILES+=usr/include/c++/3.3/backward/algo.h
+OLD_FILES+=usr/include/c++/3.3/backward/algobase.h
+OLD_FILES+=usr/include/c++/3.3/backward/alloc.h
+OLD_FILES+=usr/include/c++/3.3/backward/backward_warning.h
+OLD_FILES+=usr/include/c++/3.3/backward/bvector.h
+OLD_FILES+=usr/include/c++/3.3/backward/complex.h
+OLD_FILES+=usr/include/c++/3.3/backward/defalloc.h
+OLD_FILES+=usr/include/c++/3.3/backward/deque.h
+OLD_FILES+=usr/include/c++/3.3/backward/fstream.h
+OLD_FILES+=usr/include/c++/3.3/backward/function.h
+OLD_FILES+=usr/include/c++/3.3/backward/hash_map.h
+OLD_FILES+=usr/include/c++/3.3/backward/hash_set.h
+OLD_FILES+=usr/include/c++/3.3/backward/hashtable.h
+OLD_FILES+=usr/include/c++/3.3/backward/heap.h
+OLD_FILES+=usr/include/c++/3.3/backward/iomanip.h
+OLD_FILES+=usr/include/c++/3.3/backward/iostream.h
+OLD_FILES+=usr/include/c++/3.3/backward/istream.h
+OLD_FILES+=usr/include/c++/3.3/backward/iterator.h
+OLD_FILES+=usr/include/c++/3.3/backward/list.h
+OLD_FILES+=usr/include/c++/3.3/backward/map.h
+OLD_FILES+=usr/include/c++/3.3/backward/multimap.h
+OLD_FILES+=usr/include/c++/3.3/backward/multiset.h
+OLD_FILES+=usr/include/c++/3.3/backward/new.h
+OLD_FILES+=usr/include/c++/3.3/backward/ostream.h
+OLD_FILES+=usr/include/c++/3.3/backward/pair.h
+OLD_FILES+=usr/include/c++/3.3/backward/queue.h
+OLD_FILES+=usr/include/c++/3.3/backward/rope.h
+OLD_FILES+=usr/include/c++/3.3/backward/set.h
+OLD_FILES+=usr/include/c++/3.3/backward/slist.h
+OLD_FILES+=usr/include/c++/3.3/backward/stack.h
+OLD_FILES+=usr/include/c++/3.3/backward/stream.h
+OLD_FILES+=usr/include/c++/3.3/backward/streambuf.h
+OLD_FILES+=usr/include/c++/3.3/backward/strstream
+OLD_FILES+=usr/include/c++/3.3/backward/strstream.h
+OLD_FILES+=usr/include/c++/3.3/backward/tempbuf.h
+OLD_FILES+=usr/include/c++/3.3/backward/tree.h
+OLD_FILES+=usr/include/c++/3.3/backward/vector.h
+OLD_DIRS+=usr/include/c++/3.3/backward
+OLD_FILES+=usr/include/c++/3.3/bits/atomicity.h
+OLD_FILES+=usr/include/c++/3.3/bits/basic_file.h
+OLD_FILES+=usr/include/c++/3.3/bits/basic_ios.h
+OLD_FILES+=usr/include/c++/3.3/bits/basic_ios.tcc
+OLD_FILES+=usr/include/c++/3.3/bits/basic_string.h
+OLD_FILES+=usr/include/c++/3.3/bits/basic_string.tcc
+OLD_FILES+=usr/include/c++/3.3/bits/boost_concept_check.h
+OLD_FILES+=usr/include/c++/3.3/bits/c++config.h
+OLD_FILES+=usr/include/c++/3.3/bits/c++io.h
+OLD_FILES+=usr/include/c++/3.3/bits/c++locale.h
+OLD_FILES+=usr/include/c++/3.3/bits/c++locale_internal.h
+OLD_FILES+=usr/include/c++/3.3/bits/char_traits.h
+OLD_FILES+=usr/include/c++/3.3/bits/cmath.tcc
+OLD_FILES+=usr/include/c++/3.3/bits/codecvt.h
+OLD_FILES+=usr/include/c++/3.3/bits/codecvt_specializations.h
+OLD_FILES+=usr/include/c++/3.3/bits/concept_check.h
+OLD_FILES+=usr/include/c++/3.3/bits/cpp_type_traits.h
+OLD_FILES+=usr/include/c++/3.3/bits/ctype_base.h
+OLD_FILES+=usr/include/c++/3.3/bits/ctype_inline.h
+OLD_FILES+=usr/include/c++/3.3/bits/ctype_noninline.h
+OLD_FILES+=usr/include/c++/3.3/bits/deque.tcc
+OLD_FILES+=usr/include/c++/3.3/bits/fpos.h
+OLD_FILES+=usr/include/c++/3.3/bits/fstream.tcc
+OLD_FILES+=usr/include/c++/3.3/bits/functexcept.h
+OLD_FILES+=usr/include/c++/3.3/bits/generic_shadow.h
+OLD_FILES+=usr/include/c++/3.3/bits/gslice.h
+OLD_FILES+=usr/include/c++/3.3/bits/gslice_array.h
+OLD_FILES+=usr/include/c++/3.3/bits/gthr-default.h
+OLD_FILES+=usr/include/c++/3.3/bits/gthr-posix.h
+OLD_FILES+=usr/include/c++/3.3/bits/gthr-single.h
+OLD_FILES+=usr/include/c++/3.3/bits/gthr.h
+OLD_FILES+=usr/include/c++/3.3/bits/indirect_array.h
+OLD_FILES+=usr/include/c++/3.3/bits/ios_base.h
+OLD_FILES+=usr/include/c++/3.3/bits/istream.tcc
+OLD_FILES+=usr/include/c++/3.3/bits/list.tcc
+OLD_FILES+=usr/include/c++/3.3/bits/locale_classes.h
+OLD_FILES+=usr/include/c++/3.3/bits/locale_facets.h
+OLD_FILES+=usr/include/c++/3.3/bits/locale_facets.tcc
+OLD_FILES+=usr/include/c++/3.3/bits/localefwd.h
+OLD_FILES+=usr/include/c++/3.3/bits/mask_array.h
+OLD_FILES+=usr/include/c++/3.3/bits/messages_members.h
+OLD_FILES+=usr/include/c++/3.3/bits/os_defines.h
+OLD_FILES+=usr/include/c++/3.3/bits/ostream.tcc
+OLD_FILES+=usr/include/c++/3.3/bits/pthread_allocimpl.h

Re: svn commit: r270510 - head

2014-08-24 Thread Peter Wemm
On Sunday 24 August 2014 21:21:54 Don Lewis wrote:
 Author: truckman
 Date: Sun Aug 24 21:21:54 2014
 New Revision: 270510
 URL: http://svnweb.freebsd.org/changeset/base/270510
 
 Log:
   Catch up to gcc 3.3 - 3.4 upgrade.
 
   MFC after:  3 days
 
 Modified:
   head/ObsoleteFiles.inc
 
 Modified: head/ObsoleteFiles.inc
 
 == --- head/ObsoleteFiles.inc Sun Aug 24 19:31:26 2014(r270509)
 +++ head/ObsoleteFiles.incSun Aug 24 21:21:54 2014(r270510)
 @@ -3205,6 +3205,202 @@ OLD_FILES+=lib/geom/geom_concat.so.1
  OLD_FILES+=lib/geom/geom_label.so.1
  OLD_FILES+=lib/geom/geom_nop.so.1
  OLD_FILES+=lib/geom/geom_stripe.so.1
 +# 20040728: GCC 3.4.2
 +OLD_DIRS+=usr/include/c++/3.3
 +OLD_FILES+=usr/include/c++/3.3/FlexLexer.h
 +OLD_FILES+=usr/include/c++/3.3/algorithm
 +OLD_FILES+=usr/include/c++/3.3/backward/algo.h

I suspect that there's a story here that needs to be told..

-- 
Peter Wemm - pe...@wemm.org; pe...@freebsd.org; pe...@yahoo-inc.com; KI6FJV
UTF-8: for when a ' or ... just won\342\200\231t do\342\200\246

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


Re: svn commit: r270510 - head

2014-08-24 Thread Don Lewis
On 24 Aug, Peter Wemm wrote:
 On Sunday 24 August 2014 21:21:54 Don Lewis wrote:
 Author: truckman
 Date: Sun Aug 24 21:21:54 2014
 New Revision: 270510
 URL: http://svnweb.freebsd.org/changeset/base/270510
 
 Log:
   Catch up to gcc 3.3 - 3.4 upgrade.
 
   MFC after: 3 days
 
 Modified:
   head/ObsoleteFiles.inc
 
 Modified: head/ObsoleteFiles.inc
 
 == --- head/ObsoleteFiles.incSun Aug 24 19:31:26 2014
 (r270509)
 +++ head/ObsoleteFiles.inc   Sun Aug 24 21:21:54 2014(r270510)
 @@ -3205,6 +3205,202 @@ OLD_FILES+=lib/geom/geom_concat.so.1
  OLD_FILES+=lib/geom/geom_label.so.1
  OLD_FILES+=lib/geom/geom_nop.so.1
  OLD_FILES+=lib/geom/geom_stripe.so.1
 +# 20040728: GCC 3.4.2
 +OLD_DIRS+=usr/include/c++/3.3
 +OLD_FILES+=usr/include/c++/3.3/FlexLexer.h
 +OLD_FILES+=usr/include/c++/3.3/algorithm
 +OLD_FILES+=usr/include/c++/3.3/backward/algo.h
 
 I suspect that there's a story here that needs to be told..

It's just a machine that's been tracking HEAD for a very long time with
just source upgrades.  It's been through a few dump/restore hdd upgrades
and had a few motherboard replacements during that time.  It's getting
to be about due again.  I think it first came to life as a cloned copy
of my original home FreeBSD machine which did get a full reinstall at
one point.

I just noticed this today while debugging a #include_next emulation
issue in devel/boost.

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


Re: svn commit: r270510 - head

2014-08-24 Thread Rui Paulo
On Aug 24, 2014, at 14:44, Peter Wemm pe...@wemm.org wrote:
 
 On Sunday 24 August 2014 21:21:54 Don Lewis wrote:
 Author: truckman
 Date: Sun Aug 24 21:21:54 2014
 New Revision: 270510
 URL: http://svnweb.freebsd.org/changeset/base/270510
 
 Log:
  Catch up to gcc 3.3 - 3.4 upgrade.
 
  MFC after:  3 days
 
 Modified:
  head/ObsoleteFiles.inc
 
 Modified: head/ObsoleteFiles.inc
 
 == --- head/ObsoleteFiles.incSun Aug 24 19:31:26 2014
 (r270509)
 +++ head/ObsoleteFiles.inc   Sun Aug 24 21:21:54 2014(r270510)
 @@ -3205,6 +3205,202 @@ OLD_FILES+=lib/geom/geom_concat.so.1
 OLD_FILES+=lib/geom/geom_label.so.1
 OLD_FILES+=lib/geom/geom_nop.so.1
 OLD_FILES+=lib/geom/geom_stripe.so.1
 +# 20040728: GCC 3.4.2
 +OLD_DIRS+=usr/include/c++/3.3
 +OLD_FILES+=usr/include/c++/3.3/FlexLexer.h
 +OLD_FILES+=usr/include/c++/3.3/algorithm
 +OLD_FILES+=usr/include/c++/3.3/backward/algo.h
 
 I suspect that there's a story here that needs to be told..

Yes, if it hasn't been a problem in 10 years, why do it now?

--
Rui Paulo



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


Re: svn commit: r270510 - head

2014-08-24 Thread Don Lewis
On 24 Aug, Rui Paulo wrote:
 On Aug 24, 2014, at 14:44, Peter Wemm pe...@wemm.org wrote:
 
 On Sunday 24 August 2014 21:21:54 Don Lewis wrote:
 Author: truckman
 Date: Sun Aug 24 21:21:54 2014
 New Revision: 270510
 URL: http://svnweb.freebsd.org/changeset/base/270510
 
 Log:
  Catch up to gcc 3.3 - 3.4 upgrade.
 
  MFC after: 3 days
 
 Modified:
  head/ObsoleteFiles.inc
 
 Modified: head/ObsoleteFiles.inc
 
 == --- head/ObsoleteFiles.inc   Sun Aug 24 19:31:26 2014
 (r270509)
 +++ head/ObsoleteFiles.inc  Sun Aug 24 21:21:54 2014(r270510)
 @@ -3205,6 +3205,202 @@ OLD_FILES+=lib/geom/geom_concat.so.1
 OLD_FILES+=lib/geom/geom_label.so.1
 OLD_FILES+=lib/geom/geom_nop.so.1
 OLD_FILES+=lib/geom/geom_stripe.so.1
 +# 20040728: GCC 3.4.2
 +OLD_DIRS+=usr/include/c++/3.3
 +OLD_FILES+=usr/include/c++/3.3/FlexLexer.h
 +OLD_FILES+=usr/include/c++/3.3/algorithm
 +OLD_FILES+=usr/include/c++/3.3/backward/algo.h
 
 I suspect that there's a story here that needs to be told..
 
 Yes, if it hasn't been a problem in 10 years, why do it now?

I found those leftovers on one of my machines.  They are probably
harmless cruft, but I thought a few other folks might be in the same
situation.

One could argue that older entries should eventually get pruned.  We've
got stuff in there dating back to 1996 ...

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


Re: svn commit: r270510 - head

2014-08-24 Thread Rui Paulo
On Aug 24, 2014, at 16:01, Don Lewis truck...@freebsd.org wrote:
 
 On 24 Aug, Rui Paulo wrote:
 On Aug 24, 2014, at 14:44, Peter Wemm pe...@wemm.org wrote:
 
 On Sunday 24 August 2014 21:21:54 Don Lewis wrote:
 Author: truckman
 Date: Sun Aug 24 21:21:54 2014
 New Revision: 270510
 URL: http://svnweb.freebsd.org/changeset/base/270510
 
 Log:
 Catch up to gcc 3.3 - 3.4 upgrade.
 
 MFC after: 3 days
 
 Modified:
 head/ObsoleteFiles.inc
 
 Modified: head/ObsoleteFiles.inc
 
 == --- head/ObsoleteFiles.inc  Sun Aug 24 19:31:26 2014
 (r270509)
 +++ head/ObsoleteFiles.inc Sun Aug 24 21:21:54 2014(r270510)
 @@ -3205,6 +3205,202 @@ OLD_FILES+=lib/geom/geom_concat.so.1
 OLD_FILES+=lib/geom/geom_label.so.1
 OLD_FILES+=lib/geom/geom_nop.so.1
 OLD_FILES+=lib/geom/geom_stripe.so.1
 +# 20040728: GCC 3.4.2
 +OLD_DIRS+=usr/include/c++/3.3
 +OLD_FILES+=usr/include/c++/3.3/FlexLexer.h
 +OLD_FILES+=usr/include/c++/3.3/algorithm
 +OLD_FILES+=usr/include/c++/3.3/backward/algo.h
 
 I suspect that there's a story here that needs to be told..
 
 Yes, if it hasn't been a problem in 10 years, why do it now?
 
 I found those leftovers on one of my machines.  They are probably
 harmless cruft, but I thought a few other folks might be in the same
 situation.
 
 One could argue that older entries should eventually get pruned.  We've
 got stuff in there dating back to 1996 ...

Right.  I don't think we have a policy on this, so I can't argue against your 
change. 

--
Rui Paulo



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


Re: svn commit: r270510 - head

2014-08-24 Thread Mark Linimon
On Sun, Aug 24, 2014 at 02:44:14PM -0700, Peter Wemm wrote:
 I suspect that there's a story here that needs to be told..

Pull the string!  The story must be told!

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