Re: [gentoo-dev] gcc-5 news item wrt C++ ABI

2015-10-03 Thread Ciaran McCreesh
On Fri, 2 Oct 2015 22:13:09 -0400 Mike Frysinger wrote: > Display-If-Installed: >=sys-devel/gcc-5 This means that two years from now, when stages are built using GCC 5, every new user will get this news item shown to them. -- Ciaran McCreesh signature.asc Description: PGP

Re: [gentoo-dev] repoman and useless dependency.badmasked warnings

2015-10-03 Thread Alexis Ballier
On Fri, 2 Oct 2015 16:54:30 -0700 Zac Medico wrote: > On 10/02/2015 04:40 PM, Alexis Ballier wrote: > > On Fri, 2 Oct 2015 13:08:29 -0700 > > Zac Medico wrote: > > > >> On 10/02/2015 07:49 AM, Mike Gilbert wrote: > >>> Hello, > >>> > >>> I am getting the

Re: [gentoo-portage-dev] [PATCH v4] unpack: use chmod-lite helper for bug 554084

2015-10-03 Thread Brian Dolbec
On Sat, 3 Oct 2015 09:15:56 -0700 Zac Medico wrote: > Use the apply_recursive_permissions function to minimize the number of > chmod calls. > > Also, fix an UnboundLocalError triggered in portage.data._get_global > by chmod-lite. > > X-Gentoo-Bug: 554084 >

Re: [gentoo-dev] repoman and useless dependency.badmasked warnings

2015-10-03 Thread Zac Medico
On 10/02/2015 09:33 PM, Jason Zaman wrote: > On Fri, Oct 02, 2015 at 01:03:49PM -0700, Zac Medico wrote: >> On 10/02/2015 09:50 AM, Jason Zaman wrote: >>> What I do not understand, I see these for hardened/../no-multilib, but I >>> do not see anything for default/.../no-multilib. Why? as far as I

Re: [gentoo-dev] gcc-5 news item wrt C++ ABI

2015-10-03 Thread Mike Frysinger
On 03 Oct 2015 13:38, Ciaran McCreesh wrote: > On Fri, 2 Oct 2015 22:13:09 -0400 Mike Frysinger wrote: > > Display-If-Installed: >=sys-devel/gcc-5 > > This means that two years from now, when stages are built using GCC 5, > every new user will get this news item shown to them. multiple news

Re: [gentoo-dev] repoman and useless dependency.badmasked warnings

2015-10-03 Thread Zac Medico
On 10/03/2015 02:38 AM, Alexis Ballier wrote: > On Fri, 2 Oct 2015 16:54:30 -0700 > Zac Medico wrote: > >> On 10/02/2015 04:40 PM, Alexis Ballier wrote: >>> On Fri, 2 Oct 2015 13:08:29 -0700 >>> Zac Medico wrote: >>> On 10/02/2015 07:49 AM, Mike

[gentoo-portage-dev] [PATCH] repoman: Add file encoding sheband for py-2.7 compatibility

2015-10-03 Thread Brian Dolbec
From 841660a8064012b734b5c62e1c1e3e1132403d5c Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sat, 3 Oct 2015 08:57:55 -0700 Subject: [PATCH] repoman: Add file encoding sheband for py-2.7 compatibility (bug 562108) This makes python treat all string declarations as unicode

Re: [gentoo-portage-dev] [PATCH] repoman: Add file encoding sheband for py-2.7 compatibility

2015-10-03 Thread Zac Medico
On 10/03/2015 09:08 AM, Brian Dolbec wrote: > From 841660a8064012b734b5c62e1c1e3e1132403d5c Mon Sep 17 00:00:00 2001 > From: Brian Dolbec > Date: Sat, 3 Oct 2015 08:57:55 -0700 > Subject: [PATCH] repoman: Add file encoding sheband for py-2.7 compatibility > (bug 562108) > >

[gentoo-portage-dev] [PATCH] repoman/argparser.py: _unicode_decode the commitmsg (bug 562108)

2015-10-03 Thread Brian Dolbec
From 87ff1532e65e64c86fa80437944bda223aff3d93 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sat, 3 Oct 2015 10:14:11 -0700 Subject: [PATCH] repoman/argparser.py: _unicode_decode the commitmsg (bug 562108) Force utf-8 for the comit message to prevent a possible traceback.

[gentoo-portage-dev] [PATCH v4] unpack: use chmod-lite helper for bug 554084

2015-10-03 Thread Zac Medico
Use the apply_recursive_permissions function to minimize the number of chmod calls. Also, fix an UnboundLocalError triggered in portage.data._get_global by chmod-lite. X-Gentoo-Bug: 554084 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=554084 --- [PATCH v4] adds backward compatibility

Re: [gentoo-dev] gcc-5 news item wrt C++ ABI

2015-10-03 Thread Ciaran McCreesh
On Sat, 3 Oct 2015 13:24:11 -0400 Mike Frysinger wrote: > On 03 Oct 2015 13:38, Ciaran McCreesh wrote: > > On Fri, 2 Oct 2015 22:13:09 -0400 Mike Frysinger wrote: > > > Display-If-Installed: >=sys-devel/gcc-5 > > > > This means that two years from now, when stages are built

Re: [gentoo-portage-dev] [PATCH] repoman/argparser.py: _unicode_decode the commitmsg (bug 562108)

2015-10-03 Thread Zac Medico
On 10/03/2015 10:34 AM, Brian Dolbec wrote: > From 87ff1532e65e64c86fa80437944bda223aff3d93 Mon Sep 17 00:00:00 2001 > From: Brian Dolbec > Date: Sat, 3 Oct 2015 10:14:11 -0700 > Subject: [PATCH] repoman/argparser.py: _unicode_decode the commitmsg (bug > 562108) > > Force

Re: [gentoo-dev] gcc-5 news item wrt C++ ABI

2015-10-03 Thread hasufell
On 10/03/2015 04:13 AM, Mike Frysinger wrote: > Title: GCC 5 Defaults to the New C++11 ABI > Author: Mike Frysinger > Content-Type: text/plain > Posted: 2015-10-02 > Revision: 1 > News-Item-Format: 1.0 > Display-If-Installed: >=sys-devel/gcc-5 > > GCC 5 uses the new C++ ABI

[gentoo-portage-dev] [PATCH] dohtml: handle unicode (bug 561846)

2015-10-03 Thread Zac Medico
Decode all arguments and listdir results as UTF-8, and return unsuccessfully if anything fails to decode as UTF-8. Use portage os and shutil wrappers to encode file names as UTF-8 regardless of locale. X-Gentoo-Bug: 561846 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=561846 ---

Re: [gentoo-dev] tcltk herd empty

2015-10-03 Thread Joshua Kinard
On 10/02/2015 08:44, Dale wrote: > Michał Górny wrote: >> Dnia 2015-10-02, o godz. 03:38:16 >> Daniel Campbell napisał(a): >> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA256 >>> >>> On 09/30/2015 06:02 AM, Justin (jlec) wrote: Hi, is no active maintainer

Re: [gentoo-dev] gcc-5 news item wrt C++ ABI

2015-10-03 Thread Anthony G. Basile
On 10/3/15 7:16 PM, hasufell wrote: On 10/03/2015 04:13 AM, Mike Frysinger wrote: Title: GCC 5 Defaults to the New C++11 ABI Author: Mike Frysinger Content-Type: text/plain Posted: 2015-10-02 Revision: 1 News-Item-Format: 1.0 Display-If-Installed: >=sys-devel/gcc-5 GCC 5

[gentoo-dev] Re: gcc-5 news item wrt C++ ABI

2015-10-03 Thread Duncan
Anthony G. Basile posted on Sat, 03 Oct 2015 19:53:14 -0400 as excerpted: > On 10/3/15 7:16 PM, hasufell wrote: >> On 10/03/2015 04:13 AM, Mike Frysinger wrote: >>> Title: GCC 5 Defaults to the New C++11 ABI Author: Mike Frysinger >>> >>> Content-Type: text/plain Posted:

[gentoo-dev] Last rites: dev-java/xmlc + dev-db/derby

2015-10-03 Thread Patrice Clement
# Patrice Clement (1 Oct 2015) # Project is over 10 years old and seems to have stalled. # Masked for removal in 30 days. See bug 561954. dev-java/xmlc # Patrice Clement (24 Sep 2015) # This package was never marked stable # and is relying on an old

[gentoo-dev] Re: gcc-5 news item wrt C++ ABI

2015-10-03 Thread Ryan Hill
On Sat, 3 Oct 2015 13:04:08 +0800 Jason Zaman wrote: > On Fri, Oct 02, 2015 at 10:13:09PM -0400, Mike Frysinger wrote: > > GCC 5 uses the new C++ ABI by default. When building new code, you might > > run into link time errors like: > > ...: undefined reference to > >