Displaying 9 results from an estimated 9 matches for "adamw_fedora".
2015 Jul 03
3
boot... round 2
...?
>
> Perhaps Adam could take Gene's proposed patch, test it and report
> back, before the
> pruposed patch is committed?
I can check that my case still works with Gene's patch, sure. I'll let
you know.
--
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
2015 Jul 09
2
boot... round 2
...fter applying Genec's proposed patch?
>
> http://www.syslinux.org/archives/2015-July/023727.html?;
>
> TIA,
> Ady
Sorry for the delay - I built a Fedora live image with that patch
applied and it did boot OK.
--
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
2015 Jul 09
2
boot... round 2
.../66470)
- fix a libstdc++ codecvt_utf16 bug (#1228882, PR libstdc++/66417)
- fix a libstdc++ wstring_convert bug (#1228884, PR libstdc++/66441)
- fix C++ ICE with statement expressions (#1228916, PR c++/66445)
...and so on.
--
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
2015 Jul 03
2
boot... round 2
On Jul 3, 2015 1:34 PM, "poma" <pomidorabelisima at gmail.com> wrote:
> It works OK as whole, for the current git:
Excellent! This problem is solved. Now to commit a patch.
--Gene
2015 Jul 03
0
boot... round 2
...my test,
with the volume label '20150702-syslinux-x86_64'. The volume label
chosen for live images does in fact appear in the syslinux menu text,
for Fedora live images.
I don't know what kind of test poma was using.
--
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
2015 Jul 09
0
boot... round 2
...> http://www.syslinux.org/archives/2015-July/023727.html ;
> >
> > TIA,
> > Ady
>
> Sorry for the delay - I built a Fedora live image with that patch
> applied and it did boot OK.
> --
> Adam Williamson
> Fedora QA Community Monkey
> IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
> http://www.happyassassin.net
>
> _______________________________________________
> Syslinux mailing list
> Submissions to Syslinux at zytor.com
> Unsubscribe or set options at:
> http://www.zytor.com/mailman/listinfo/syslinux
2015 Jul 09
0
boot... round 2
...f16 bug (#1228882, PR libstdc++/66417)
> - fix a libstdc++ wstring_convert bug (#1228884, PR libstdc++/66441)
> - fix C++ ICE with statement expressions (#1228916, PR c++/66445)
>
> ...and so on.
> --
> Adam Williamson
> Fedora QA Community Monkey
> IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
> http://www.happyassassin.net
>
>
2015 Jul 09
1
boot... round 2
...66417)
>> - fix a libstdc++ wstring_convert bug (#1228884, PR libstdc++/66441)
>> - fix C++ ICE with statement expressions (#1228916, PR c++/66445)
>>
>> ...and so on.
>> --
>> Adam Williamson
>> Fedora QA Community Monkey
>> IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
>> http://www.happyassassin.net
>>
>>
2015 Jul 03
4
boot... round 2
Hi,
Adam Williamson
> I think it would be better if someone else confirms there's actually
> something to fix.
There was indeed the shortcomming that byte values 128 to 255
were treated as whitespace and mapped to "_" resp. "".
This would affect non-ASCII characters of UTF-8 or old
ISO-8859.
But the reason why gcc 5 made a difference to gcc 4.9
is not found yet.