public inbox for trinity@vger.kernel.org
 help / color / mirror / Atom feed
* maps.c:45:2: error: ‘struct map’ has no member named ‘list’
@ 2013-12-05 16:42 Toralf Förster
  2013-12-05 22:10 ` Dave Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Toralf Förster @ 2013-12-05 16:42 UTC (permalink / raw)
  To: trinity

latest git at a stable Gentoo Linux 32 bit :

s -Wmissing-prototypes -Werror -o maps.o -c maps.c
maps.c: In function ‘dump_maps’:
maps.c:45:2: error: ‘struct map’ has no member named ‘list’
maps.c:45:2: error: ‘struct map’ has no member named ‘list’
maps.c: In function ‘alloc_zero_map’:
maps.c:96:14: error: ‘struct map’ has no member named ‘list’
maps.c:97:24: error: ‘struct map’ has no member named ‘list’
maps.c: In function ‘setup_maps’:i686-pc-linux-gnu-gcc -O2 -march=native -pipe -g -ggdb -Wall -W  -I. -Iinclude/ -Wimplicit  -D_GNU_SOURCE -Wdeclaration-after-statement -Wformat=2 -Winit-self -Wlogical-op -Wnested-externs -Wpacked -Wshadow -Wstrict-aliasing=3 -Wswitch-default -Wswitch-enum -Wundef -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror -o params.o -c params.c

maps.c:106:22: error: ‘struct map’ has no member named ‘list’
maps.c: In function ‘get_map’:
maps.c:124:2: error: ‘struct map’ has no member named ‘list’
maps.c:124:2: error: ‘struct map’ has no member named ‘list’
maps.c: In function ‘destroy_maps’:
maps.c:138:26: error: ‘struct map’ has no member named ‘list’
maps.c:144:26: error: ‘struct map’ has no member named ‘list’
maps.c:146:14: error: ‘struct map’ has no member named ‘list’
make: *** [maps.o] Error 1
make: *** Waiting for unfinished jobs....
 * ERROR: dev-util/trinity-9999::toralf failed (compile phase):



-- 
MfG/Sincerely
Toralf Förster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

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

* Re: maps.c:45:2: error: ‘struct map’ has no member named ‘list’
  2013-12-05 16:42 maps.c:45:2: error: ‘struct map’ has no member named ‘list’ Toralf Förster
@ 2013-12-05 22:10 ` Dave Jones
  2013-12-07 16:18   ` Toralf Förster
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Jones @ 2013-12-05 22:10 UTC (permalink / raw)
  To: Toralf Förster; +Cc: trinity

On Thu, Dec 05, 2013 at 05:42:34PM +0100, Toralf Förster wrote:
 > latest git at a stable Gentoo Linux 32 bit :
 > 
 > s -Wmissing-prototypes -Werror -o maps.o -c maps.c
 > maps.c: In function ‘dump_maps’:
 > maps.c:45:2: error: ‘struct map’ has no member named ‘list’
 > maps.c:45:2: error: ‘struct map’ has no member named ‘list’
 > maps.c: In function ‘alloc_zero_map’:
 > maps.c:96:14: error: ‘struct map’ has no member named ‘list’
 > maps.c:97:24: error: ‘struct map’ has no member named ‘list’
 > maps.c: In function ‘setup_maps’:i686-pc-linux-gnu-gcc -O2 -march=native -pipe -g -ggdb -Wall -W  -I. -Iinclude/ -Wimplicit  -D_GNU_SOURCE -Wdeclaration-after-statement -Wformat=2 -Winit-self -Wlogical-op -Wnested-externs -Wpacked -Wshadow -Wstrict-aliasing=3 -Wswitch-default -Wswitch-enum -Wundef -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror -o params.o -c params.c
 > 
 > maps.c:106:22: error: ‘struct map’ has no member named ‘list’
 > maps.c: In function ‘get_map’:
 > maps.c:124:2: error: ‘struct map’ has no member named ‘list’
 > maps.c:124:2: error: ‘struct map’ has no member named ‘list’
 > maps.c: In function ‘destroy_maps’:
 > maps.c:138:26: error: ‘struct map’ has no member named ‘list’
 > maps.c:144:26: error: ‘struct map’ has no member named ‘list’
 > maps.c:146:14: error: ‘struct map’ has no member named ‘list’
 > make: *** [maps.o] Error 1
 > make: *** Waiting for unfinished jobs....
 >  * ERROR: dev-util/trinity-9999::toralf failed (compile phase):

somehow missed a git add. Fixed now.

The work I'm doing on the mmap syscalls might mean you see more oom kills
for a while btw, especially on 32bit if you run a lot of child processes/instances.

	Dave

 

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

* Re: maps.c:45:2: error: ‘struct map’ has no member named ‘list’
  2013-12-05 22:10 ` Dave Jones
@ 2013-12-07 16:18   ` Toralf Förster
  0 siblings, 0 replies; 3+ messages in thread
From: Toralf Förster @ 2013-12-07 16:18 UTC (permalink / raw)
  To: Dave Jones; +Cc: trinity

On 12/05/2013 11:10 PM, Dave Jones wrote:
> The work I'm doing on the mmap syscalls might mean you see more oom kills
> for a while btw, especially on 32bit if you run a lot of child processes/instances.
> 
> 	Dave
Ah - thx for the info - so I excluded that particular call for now - b/c
I'm rather interested in a fs / radix_tree issue under x86.

-- 
MfG/Sincerely
Toralf Förster
pgp finger print:1A37 6F99 4A9D 026F 13E2 4DCF C4EA CDDE 0076 E94E

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

end of thread, other threads:[~2013-12-07 16:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-05 16:42 maps.c:45:2: error: ‘struct map’ has no member named ‘list’ Toralf Förster
2013-12-05 22:10 ` Dave Jones
2013-12-07 16:18   ` 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