* build error with latest gir tree at a 32 bit Linux
@ 2014-03-06 17:18 Toralf Förster
2014-03-07 18:16 ` Dave Jones
0 siblings, 1 reply; 3+ messages in thread
From: Toralf Förster @ 2014-03-06 17:18 UTC (permalink / raw)
To: trinity
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
i686-pc-linux-gnu-gcc -O2 -march=native -pipe -g -ggdb -Wall -W -I. -Iinclude/ -Wimplicit -D_GNU_SOURCE -D__linux__ -Wdeclaration-after-statement -Wformat=2 -Winit-self -Wlogical-op -Wnested-externs -Wpacked -Wshadow -Wstrict-aliasing=3 -Wswitch-enum -Wundef -Wwrite-strings -Wno-format-nonliteral -Wstrict-prototypes -Wmissing-prototypes -Werror -Wl,-O1 -Wl,--as-needed -o interesting-numbers.o -c interesting-numbers.c
i686-pc-linux-gnu-gcc -O2 -march=native -pipe -g -ggdb -Wall -W -I. -Iinclude/ -Wimplicit -D_GNU_SOURCE -D__linux__ -Wdeclaration-after-statement -Wformat=2 -Winit-self -Wlogical-op -Wnested-externs -Wpacked -Wshadow -Wstrict-aliasing=3 -Wswitch-enum -Wundef -Wwrite-strings -Wno-format-nonliteral -Wstrict-prototypes -Wmissing-prototypes -Werror -Wl,-O1 -Wl,--as-needed -o locks.o -c locks.c
i686-pc-linux-gnu-gcc -O2 -march=native -pipe -g -ggdb -Wall -W -I. -Iinclude/ -Wimplicit -D_GNU_SOURCE -D__linux__ -Wdeclaration-after-statement -Wformat=2 -Winit-self -Wlogical-op -Wnested-externs -Wpacked -Wshadow -Wstrict-aliasing=3 -Wswitch-enum -Wundef -Wwrite-strings -Wno-format-nonliteral -Wstrict-prototypes -Wmissing-prototypes -Werror -Wl,-O1 -Wl,--as-needed -o log.o -c log.c
locks.c: In function ‘lock’:
locks.c:4:19: error: declaration of ‘lock’ shadows a global declaration [-Werror=shadow]
locks.c:4:6: error: shadowed declaration is here [-Werror=shadow]
locks.c: In function ‘unlock’:
locks.c:12:21: error: declaration of ‘lock’ shadows a global declaration [-Werror=shadow]
locks.c:4:6: error: shadowed declaration is here [-Werror=shadow]
cc1: all warnings being treated as errors
make: *** [locks.o] Error 1
make: *** Waiting for unfinished jobs....
* ERROR: dev-util/trinity-9999::toralf failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=dev-util/trinity-9999::toralf'`,
- --
MfG/Sincerely
Toralf Förster
pgp finger print:1A37 6F99 4A9D 026F 13E2 4DCF C4EA CDDE 0076 E94E
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iF4EAREIAAYFAlMYrfIACgkQxOrN3gB26U4W2AD9EjBYwm07R8MgTHt0x8HwwNtD
h89c9Ebx7VZAkGW7e8cA+gKUgk+wfe69o2r55Sz2drcj4gKb3yTWxj3ON08I59QF
=w/Mb
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: build error with latest gir tree at a 32 bit Linux
2014-03-06 17:18 build error with latest gir tree at a 32 bit Linux Toralf Förster
@ 2014-03-07 18:16 ` Dave Jones
2014-03-07 18:42 ` Toralf Förster
0 siblings, 1 reply; 3+ messages in thread
From: Dave Jones @ 2014-03-07 18:16 UTC (permalink / raw)
To: Toralf Förster; +Cc: trinity
On Thu, Mar 06, 2014 at 06:18:43PM +0100, Toralf Förster wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> i686-pc-linux-gnu-gcc -O2 -march=native -pipe -g -ggdb -Wall -W -I. -Iinclude/ -Wimplicit -D_GNU_SOURCE -D__linux__ -Wdeclaration-after-statement -Wformat=2 -Winit-self -Wlogical-op -Wnested-externs -Wpacked -Wshadow -Wstrict-aliasing=3 -Wswitch-enum -Wundef -Wwrite-strings -Wno-format-nonliteral -Wstrict-prototypes -Wmissing-prototypes -Werror -Wl,-O1 -Wl,--as-needed -o interesting-numbers.o -c interesting-numbers.c
> i686-pc-linux-gnu-gcc -O2 -march=native -pipe -g -ggdb -Wall -W -I. -Iinclude/ -Wimplicit -D_GNU_SOURCE -D__linux__ -Wdeclaration-after-statement -Wformat=2 -Winit-self -Wlogical-op -Wnested-externs -Wpacked -Wshadow -Wstrict-aliasing=3 -Wswitch-enum -Wundef -Wwrite-strings -Wno-format-nonliteral -Wstrict-prototypes -Wmissing-prototypes -Werror -Wl,-O1 -Wl,--as-needed -o locks.o -c locks.c
> i686-pc-linux-gnu-gcc -O2 -march=native -pipe -g -ggdb -Wall -W -I. -Iinclude/ -Wimplicit -D_GNU_SOURCE -D__linux__ -Wdeclaration-after-statement -Wformat=2 -Winit-self -Wlogical-op -Wnested-externs -Wpacked -Wshadow -Wstrict-aliasing=3 -Wswitch-enum -Wundef -Wwrite-strings -Wno-format-nonliteral -Wstrict-prototypes -Wmissing-prototypes -Werror -Wl,-O1 -Wl,--as-needed -o log.o -c log.c
> locks.c: In function ‘lock’:
> locks.c:4:19: error: declaration of ‘lock’ shadows a global declaration [-Werror=shadow]
> locks.c:4:6: error: shadowed declaration is here [-Werror=shadow]
> locks.c: In function ‘unlock’:
> locks.c:12:21: error: declaration of ‘lock’ shadows a global declaration [-Werror=shadow]
> locks.c:4:6: error: shadowed declaration is here [-Werror=shadow]
> cc1: all warnings being treated as errors
> make: *** [locks.o] Error 1
> make: *** Waiting for unfinished jobs....
> * ERROR: dev-util/trinity-9999::toralf failed (compile phase):
> * emake failed
> *
should be fixed as of 4cbfe382138d930209043ab57a648a3df5cfb46a
Dave
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: build error with latest gir tree at a 32 bit Linux
2014-03-07 18:16 ` Dave Jones
@ 2014-03-07 18:42 ` Toralf Förster
0 siblings, 0 replies; 3+ messages in thread
From: Toralf Förster @ 2014-03-07 18:42 UTC (permalink / raw)
To: Dave Jones; +Cc: trinity
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
On 03/07/2014 07:16 PM, Dave Jones wrote:
> should be fixed as of 4cbfe382138d930209043ab57a648a3df5cfb46a
>
> Dave
yes - thx
- --
MfG/Sincerely
Toralf Förster
pgp finger print:1A37 6F99 4A9D 026F 13E2 4DCF C4EA CDDE 0076 E94E
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iF4EAREIAAYFAlMaEzAACgkQxOrN3gB26U70jQD/WBYyiDacElWdSRs510iy04Wf
ZcLq4T/swlxZbBV8PZ0A/25YaPK27B8PQkMv9qz58Y2fQRV/wOn5gdBC+ZB9gOuu
=wlNL
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-07 18:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 17:18 build error with latest gir tree at a 32 bit Linux Toralf Förster
2014-03-07 18:16 ` Dave Jones
2014-03-07 18:42 ` Toralf Förster
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 NNTP newsgroup(s).