public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Default manifest
@ 2014-05-15  1:56 Ken Brown
  2014-05-15  7:17 ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Ken Brown @ 2014-05-15  1:56 UTC (permalink / raw)
  To: cygwin

Are we close to a resolution of the problems with default manifests?  It 
looks to me like all the pieces are in place, but maybe I've missed 
something:

   https://gcc.gnu.org/ml/gcc-patches/2014-04/msg01387.html
   https://sourceware.org/bugzilla/show_bug.cgi?id=16790#c9
   https://sourceware.org/bugzilla/show_bug.cgi?id=16807#c8

I'm not trying to rush any maintainers, but I'm asking because I 
currently have to use a self-built version of binutils, which doesn't 
provide a default manifest, because of the problem I reported here:

   http://cygwin.com/ml/cygwin/2014-04/msg00199.html

Thanks.

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Default manifest
  2014-05-15  1:56 Default manifest Ken Brown
@ 2014-05-15  7:17 ` Christopher Faylor
  2014-05-15 12:41   ` Corinna Vinschen
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Faylor @ 2014-05-15  7:17 UTC (permalink / raw)
  To: cygwin

On Wed, May 14, 2014 at 08:07:26PM -0400, Ken Brown wrote:
>Are we close to a resolution of the problems with default manifests?  It 
>looks to me like all the pieces are in place, but maybe I've missed 
>something:
>
>   https://gcc.gnu.org/ml/gcc-patches/2014-04/msg01387.html
>   https://sourceware.org/bugzilla/show_bug.cgi?id=16790#c9
>   https://sourceware.org/bugzilla/show_bug.cgi?id=16807#c8
>
>I'm not trying to rush any maintainers, but I'm asking because I 
>currently have to use a self-built version of binutils, which doesn't 
>provide a default manifest, because of the problem I reported here:
>
>   http://cygwin.com/ml/cygwin/2014-04/msg00199.html

I'll update binutils ASAP.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Default manifest
  2014-05-15  7:17 ` Christopher Faylor
@ 2014-05-15 12:41   ` Corinna Vinschen
  2014-05-21 13:44     ` Ken Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Corinna Vinschen @ 2014-05-15 12:41 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1216 bytes --]

On May 15 01:25, Christopher Faylor wrote:
> On Wed, May 14, 2014 at 08:07:26PM -0400, Ken Brown wrote:
> >Are we close to a resolution of the problems with default manifests?  It 
> >looks to me like all the pieces are in place, but maybe I've missed 
> >something:
> >
> >   https://gcc.gnu.org/ml/gcc-patches/2014-04/msg01387.html
> >   https://sourceware.org/bugzilla/show_bug.cgi?id=16790#c9
> >   https://sourceware.org/bugzilla/show_bug.cgi?id=16807#c8
> >
> >I'm not trying to rush any maintainers, but I'm asking because I 
> >currently have to use a self-built version of binutils, which doesn't 
> >provide a default manifest, because of the problem I reported here:
> >
> >   http://cygwin.com/ml/cygwin/2014-04/msg00199.html
> 
> I'll update binutils ASAP.

For the default manifest to get going we also need the patcha new GCC
with Nick's patch from

  https://gcc.gnu.org/ml/gcc-patches/2014-04/msg01378.html

Is that easily backportable to GCC 4.8, or does 4.8 not support the
%if-exists functionality?


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Default manifest
  2014-05-15 12:41   ` Corinna Vinschen
@ 2014-05-21 13:44     ` Ken Brown
  2014-05-21 15:53       ` JonY
  0 siblings, 1 reply; 5+ messages in thread
From: Ken Brown @ 2014-05-21 13:44 UTC (permalink / raw)
  To: cygwin; +Cc: JonY

On 5/15/2014 3:56 AM, Corinna Vinschen wrote:
> On May 15 01:25, Christopher Faylor wrote:
>> On Wed, May 14, 2014 at 08:07:26PM -0400, Ken Brown wrote:
>>> Are we close to a resolution of the problems with default manifests?  It
>>> looks to me like all the pieces are in place, but maybe I've missed
>>> something:
>>>
>>>    https://gcc.gnu.org/ml/gcc-patches/2014-04/msg01387.html
>>>    https://sourceware.org/bugzilla/show_bug.cgi?id=16790#c9
>>>    https://sourceware.org/bugzilla/show_bug.cgi?id=16807#c8
>>>
>>> I'm not trying to rush any maintainers, but I'm asking because I
>>> currently have to use a self-built version of binutils, which doesn't
>>> provide a default manifest, because of the problem I reported here:
>>>
>>>    http://cygwin.com/ml/cygwin/2014-04/msg00199.html
>>
>> I'll update binutils ASAP.
>
> For the default manifest to get going we also need the patcha new GCC
> with Nick's patch from
>
>    https://gcc.gnu.org/ml/gcc-patches/2014-04/msg01378.html
>
> Is that easily backportable to GCC 4.8, or does 4.8 not support the
> %if-exists functionality?

JonY, any chance we could get a release of GCC that includes this patch?

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Default manifest
  2014-05-21 13:44     ` Ken Brown
@ 2014-05-21 15:53       ` JonY
  0 siblings, 0 replies; 5+ messages in thread
From: JonY @ 2014-05-21 15:53 UTC (permalink / raw)
  To: The Cygwin Mailing List

[-- Attachment #1: Type: text/plain, Size: 461 bytes --]

On 5/21/2014 21:19, Ken Brown wrote:
>>
>> For the default manifest to get going we also need the patcha new GCC
>> with Nick's patch from
>>
>>    https://gcc.gnu.org/ml/gcc-patches/2014-04/msg01378.html
>>
>> Is that easily backportable to GCC 4.8, or does 4.8 not support the
>> %if-exists functionality?
> 
> JonY, any chance we could get a release of GCC that includes this patch?
> 
> Ken
> 

Sure, I'll take a jab at it this weekend.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-21 14:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-15  1:56 Default manifest Ken Brown
2014-05-15  7:17 ` Christopher Faylor
2014-05-15 12:41   ` Corinna Vinschen
2014-05-21 13:44     ` Ken Brown
2014-05-21 15:53       ` JonY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).