Re: -current broken in acpi/iasl

2013-01-18 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2013-01-18 13:39:01 -0500, John-Mark Gurney wrote:
> Sergey V. Dyatko wrote this message on Fri, Jan 18, 2013 at 21:34
> +0300:
>> On Fri, 18 Jan 2013 22:17:27 +0400 Andrey Chernov
>>  wrote:
>> 
>>> ===> usr.sbin/acpi/iasl (all) cc -O2 -pipe -march=core2
>>> -DACPI_ASL_COMPILER -I. 
>>> -I/usr/src/usr.sbin/acpi/iasl/../../../sys -std=gnu99 
>>> -fstack-protector -Wsystem-headers -Werror -Wall
>>> -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c 
>>> /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c
>>>
>>> 
cc1: warnings being treated as errors
>>> /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c:
>>>
>>> 
In function 'AcpiDmIsResourceTemplate':
>>> /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c:419:
>>>
>>> 
warning: dereferencing type-punned pointer will break strict-aliasing
>>> rules *** [dmresrc.o] Error code 1
>>> 
>>> Stop in /usr/src/usr.sbin/acpi/iasl. *** [all] Error code 1
>>> 
>> 
>> according to rumors buildworld done successfully with the clang.
>> But I didn't test it. Look at "buildworld is broken ?" thread
> 
> Looks like this broken when jkim imported the latest ACPICA code
> base: 
> https://svnweb.freebsd.org/base?view=revision&revision=245582
> 
> I've forward the tinderbox failure to him, so hopefully he'll fix
> it shortly...

It should be fixed now (r245636).  Sorry for the breakage.

Jung-uk Kim
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iQEcBAEBAgAGBQJQ+esDAAoJECXpabHZMqHOypgIAILl0S2cvEdTQWXJ4PWase07
yKA+DPHYAUx09JHbnLfEeA+KLFUz2jnX7dYR9ohSMcsnkI1/AH/z8dkFc3NLPUQw
TXh1edQyXaYr0WK+3sW81Tl5thka5VwjznoJj1r/Og8Nrx/xYUYCEtpPsjDU1hW0
8T897m6MqOSZokWs4dyOt1ZWoncGRTHgC5tCzjcmAuiOTIkZ7hdLNXKu1nm+cgcy
LNEvJf/d1bz6UzQ9xxCxG+HttZhi4YL8uAAYMHZtydM+Zp5yZskajyNmDkThSMhu
LrUohDfMLk84DkyoAfzojr90o8tk6TujfHR+osF3oj9NkDi6o6VK0AVs1yKPg5c=
=poDO
-END PGP SIGNATURE-
___
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: -current broken in acpi/iasl

2013-01-18 Thread Andrey Chernov
On 18.01.2013 22:37, David Wolfskill wrote:
> On Fri, Jan 18, 2013 at 09:34:26PM +0300, Sergey V. Dyatko wrote:
>> On Fri, 18 Jan 2013 22:17:27 +0400
>> Andrey Chernov  wrote:
>>
>>> ===> usr.sbin/acpi/iasl (all)
>>> cc -O2 -pipe -march=core2 -DACPI_ASL_COMPILER -I.
>>> -I/usr/src/usr.sbin/acpi/iasl/../../../sys -std=gnu99
>>> -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k
>>> -Wno-uninitialized -Wno-pointer-sign -c
>>> /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c
>>> cc1: warnings being treated as errors
>>> /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c:
>>> In function 'AcpiDmIsResourceTemplate':
>>> /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c:419:
>>> warning: dereferencing type-punned pointer will break strict-aliasing
>>> rules *** [dmresrc.o] Error code 1
>>>
>>> Stop in /usr/src/usr.sbin/acpi/iasl.
>>> *** [all] Error code 1
>>>
>>
>> according to rumors buildworld done successfully with the clang. But I
>> didn't test it. Look at "buildworld is broken ?" thread 
>> ...
> 
> My "head" (10.0-CURRENT) builds (on my laptop & build machine) were
> uneventful; e.g.:
> 
> FreeBSD g1-227.catwhisker.org 10.0-CURRENT FreeBSD 10.0-CURRENT #796  
> r245584M/245600: Fri Jan 18 06:07:23 PST 2013 
> r...@g1-227.catwhisker.org:/usr/obj/usr/src/sys/CANARY  i386
> 
> And yes, I use clang.
> 
> Peace,
> david
> 

I have no clang bloat, it happens with good old gcc.




signature.asc
Description: OpenPGP digital signature


Re: -current broken in acpi/iasl

2013-01-18 Thread John-Mark Gurney
Sergey V. Dyatko wrote this message on Fri, Jan 18, 2013 at 21:34 +0300:
> On Fri, 18 Jan 2013 22:17:27 +0400
> Andrey Chernov  wrote:
> 
> > ===> usr.sbin/acpi/iasl (all)
> > cc -O2 -pipe -march=core2 -DACPI_ASL_COMPILER -I.
> > -I/usr/src/usr.sbin/acpi/iasl/../../../sys -std=gnu99
> > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k
> > -Wno-uninitialized -Wno-pointer-sign -c
> > /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c
> > cc1: warnings being treated as errors
> > /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c:
> > In function 'AcpiDmIsResourceTemplate':
> > /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c:419:
> > warning: dereferencing type-punned pointer will break strict-aliasing
> > rules *** [dmresrc.o] Error code 1
> > 
> > Stop in /usr/src/usr.sbin/acpi/iasl.
> > *** [all] Error code 1
> > 
> 
> according to rumors buildworld done successfully with the clang. But I
> didn't test it. Look at "buildworld is broken ?" thread 

Looks like this broken when jkim imported the latest ACPICA code base:
https://svnweb.freebsd.org/base?view=revision&revision=245582

I've forward the tinderbox failure to him, so hopefully he'll fix it
shortly...

-- 
  John-Mark Gurney  Voice: +1 415 225 5579

 "All that I will do, has been done, All that I have, has not."
___
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: -current broken in acpi/iasl

2013-01-18 Thread David Wolfskill
On Fri, Jan 18, 2013 at 09:34:26PM +0300, Sergey V. Dyatko wrote:
> On Fri, 18 Jan 2013 22:17:27 +0400
> Andrey Chernov  wrote:
> 
> > ===> usr.sbin/acpi/iasl (all)
> > cc -O2 -pipe -march=core2 -DACPI_ASL_COMPILER -I.
> > -I/usr/src/usr.sbin/acpi/iasl/../../../sys -std=gnu99
> > -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k
> > -Wno-uninitialized -Wno-pointer-sign -c
> > /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c
> > cc1: warnings being treated as errors
> > /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c:
> > In function 'AcpiDmIsResourceTemplate':
> > /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c:419:
> > warning: dereferencing type-punned pointer will break strict-aliasing
> > rules *** [dmresrc.o] Error code 1
> > 
> > Stop in /usr/src/usr.sbin/acpi/iasl.
> > *** [all] Error code 1
> > 
> 
> according to rumors buildworld done successfully with the clang. But I
> didn't test it. Look at "buildworld is broken ?" thread 
> ...

My "head" (10.0-CURRENT) builds (on my laptop & build machine) were
uneventful; e.g.:

FreeBSD g1-227.catwhisker.org 10.0-CURRENT FreeBSD 10.0-CURRENT #796  
r245584M/245600: Fri Jan 18 06:07:23 PST 2013 
r...@g1-227.catwhisker.org:/usr/obj/usr/src/sys/CANARY  i386

And yes, I use clang.

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Taliban: Evil men with guns afraid of truth from a 14-year old girl.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


pgpCfXU5Sqs2v.pgp
Description: PGP signature


Re: -current broken in acpi/iasl

2013-01-18 Thread Sergey V. Dyatko
On Fri, 18 Jan 2013 22:17:27 +0400
Andrey Chernov  wrote:

> ===> usr.sbin/acpi/iasl (all)
> cc -O2 -pipe -march=core2 -DACPI_ASL_COMPILER -I.
> -I/usr/src/usr.sbin/acpi/iasl/../../../sys -std=gnu99
> -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k
> -Wno-uninitialized -Wno-pointer-sign -c
> /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c
> cc1: warnings being treated as errors
> /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c:
> In function 'AcpiDmIsResourceTemplate':
> /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c:419:
> warning: dereferencing type-punned pointer will break strict-aliasing
> rules *** [dmresrc.o] Error code 1
> 
> Stop in /usr/src/usr.sbin/acpi/iasl.
> *** [all] Error code 1
> 

according to rumors buildworld done successfully with the clang. But I
didn't test it. Look at "buildworld is broken ?" thread 


-- 
wbr, tiger
___
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"


-current broken in acpi/iasl

2013-01-18 Thread Andrey Chernov
===> usr.sbin/acpi/iasl (all)
cc -O2 -pipe -march=core2 -DACPI_ASL_COMPILER -I.
-I/usr/src/usr.sbin/acpi/iasl/../../../sys -std=gnu99 -fstack-protector
-Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized
-Wno-pointer-sign -c
/usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c
cc1: warnings being treated as errors
/usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c:
In function 'AcpiDmIsResourceTemplate':
/usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/components/disassembler/dmresrc.c:419:
warning: dereferencing type-punned pointer will break strict-aliasing rules
*** [dmresrc.o] Error code 1

Stop in /usr/src/usr.sbin/acpi/iasl.
*** [all] Error code 1

-- 
http://ache.vniz.net/
___
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"