* [gentoo-ppc-dev] strace doesn't copmile
@ 2003-07-31 12:19 kloschi
2003-07-31 14:27 ` [gentoo-ppc-dev] " Calum Selkirk
0 siblings, 1 reply; 4+ messages in thread
From: kloschi @ 2003-07-31 12:19 UTC (permalink / raw
To: gentoo ppc dev
using:
ibook 2 rev. 2
gentoo ppc 1.4_rc8
# emerge strace
creating config.h
gcc -b powerpc-unknown-linux-gnu -Wall -DHAVE_CONFIG_H -I. -Ilinux/powerpc -I./linux/powerpc -Ilinux -I./linux -D_GNU_SOURCE -O3 -pipe -mcpu=750 -c strace.c
gcc -b powerpc-unknown-linux-gnu -Wall -DHAVE_CONFIG_H -I. -Ilinux/powerpc -I./linux/powerpc -Ilinux -I./linux -D_GNU_SOURCE -O3 -pipe -mcpu=750 -c version.c
gcc -b powerpc-unknown-linux-gnu -Wall -DHAVE_CONFIG_H -I. -Ilinux/powerpc -I./linux/powerpc -Ilinux -I./linux -D_GNU_SOURCE -O3 -pipe -mcpu=750 -c syscall.c
gcc -b powerpc-unknown-linux-gnu -Wall -DHAVE_CONFIG_H -I. -Ilinux/powerpc -I./linux/powerpc -Ilinux -I./linux -D_GNU_SOURCE -O3 -pipe -mcpu=750 -c util.c
gcc -b powerpc-unknown-linux-gnu -Wall -DHAVE_CONFIG_H -I. -Ilinux/powerpc -I./linux/powerpc -Ilinux -I./linux -D_GNU_SOURCE -O3 -pipe -mcpu=750 -c desc.c
gcc -b powerpc-unknown-linux-gnu -Wall -DHAVE_CONFIG_H -I. -Ilinux/powerpc -I./linux/powerpc -Ilinux -I./linux -D_GNU_SOURCE -O3 -pipe -mcpu=750 -c file.c
file.c: In function `realprintstat':
file.c:728: structure has no member named `st_atim'
file.c:729: structure has no member named `st_mtim'
file.c:730: structure has no member named `st_ctim'
file.c: In function `convertoldstat':
file.c:906: structure has no member named `st_atim'
file.c:906: structure has no member named `st_atim'
file.c:907: structure has no member named `st_mtim'
file.c:907: structure has no member named `st_mtim'
file.c:908: structure has no member named `st_ctim'
file.c:908: structure has no member named `st_ctim'
file.c: In function `sys_getdents64':
file.c:1925: warning: long unsigned int format, different type arg (arg 3)
file.c:1925: warning: long unsigned int format, different type arg (arg 4)
file.c: At top level:
file.c:633: warning: `fileflags' defined but not used
make: *** [file.o] Error 1
make: *** Waiting for unfinished jobs....
!!! ERROR: dev-util/strace-4.4 failed.
!!! Function src_compile, Line 38, Exitcode 2
!!! (no error message)
is that enough information to the dev list as user, who wants to report a bug? what else would be appreciated?
so long
kloschi
--
gentoo-ppc-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-ppc-dev] Re: strace doesn't copmile
2003-07-31 12:19 [gentoo-ppc-dev] strace doesn't copmile kloschi
@ 2003-07-31 14:27 ` Calum Selkirk
2003-08-01 4:27 ` Bartosch Pixa
0 siblings, 1 reply; 4+ messages in thread
From: Calum Selkirk @ 2003-07-31 14:27 UTC (permalink / raw
To: gentoo ppc dev
* kloschi [linux-lists@web.de] [2003-07-31 14:19 +0200]:
[snip]
> file.c: In function `realprintstat':
> file.c:728: structure has no member named `st_atim'
> file.c:729: structure has no member named `st_mtim'
> file.c:730: structure has no member named `st_ctim'
> file.c: In function `convertoldstat':
> file.c:906: structure has no member named `st_atim'
> file.c:906: structure has no member named `st_atim'
> file.c:907: structure has no member named `st_mtim'
> file.c:907: structure has no member named `st_mtim'
> file.c:908: structure has no member named `st_ctim'
> file.c:908: structure has no member named `st_ctim'
> file.c: In function `sys_getdents64':
> file.c:1925: warning: long unsigned int format, different type arg (arg 3)
> file.c:1925: warning: long unsigned int format, different type arg (arg 4)
> file.c: At top level:
> file.c:633: warning: `fileflags' defined but not used
> make: *** [file.o] Error 1
> make: *** Waiting for unfinished jobs....
>
> !!! ERROR: dev-util/strace-4.4 failed.
> !!! Function src_compile, Line 38, Exitcode 2
> !!! (no error message)
I also run into this .. strace-4.4.98, which is currently marked ~ppc,
built and works as expected here.
> is that enough information to the dev list as user, who wants to report
> a bug? what else would +be appreciated?
generally, the output of 'emerge info' .. though for tracking purposes
developers would probably prefer you use http://bugs.gentoo.org for bug
reports.
best
cal
--
gentoo-ppc-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-ppc-dev] Re: strace doesn't copmile
2003-07-31 14:27 ` [gentoo-ppc-dev] " Calum Selkirk
@ 2003-08-01 4:27 ` Bartosch Pixa
2003-08-01 8:34 ` kloschi
0 siblings, 1 reply; 4+ messages in thread
From: Bartosch Pixa @ 2003-08-01 4:27 UTC (permalink / raw
To: gentoo ppc dev
[-- Attachment #1: Type: text/plain, Size: 273 bytes --]
i just upgraded my stable box from 4.4 to 4.4.98, i'll poke it a bit and
will bump it stable after a bit testing.
and as calum said, next time plz use bugzilla for stuff like this.
--
Bartosch Pixa
Gentoo Linux Developer http://www.gentoo.org
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-ppc-dev] Re: strace doesn't copmile
2003-08-01 4:27 ` Bartosch Pixa
@ 2003-08-01 8:34 ` kloschi
0 siblings, 0 replies; 4+ messages in thread
From: kloschi @ 2003-08-01 8:34 UTC (permalink / raw
To: gentoo-ppc-dev
On 01 Aug 2003 06:27:10 +0200
Bartosch Pixa <darkspecter@gentoo.org> wrote:
> i just upgraded my stable box from 4.4 to 4.4.98, i'll poke it a bit
> and will bump it stable after a bit testing.
>
> and as calum said, next time plz use bugzilla for stuff like this.
alright.
I just read some announcement in the forums to report all problems to the dev-list. but bugzilla sounds much more reasonable!
regards
kloschi
--
gentoo-ppc-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-08-01 8:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-31 12:19 [gentoo-ppc-dev] strace doesn't copmile kloschi
2003-07-31 14:27 ` [gentoo-ppc-dev] " Calum Selkirk
2003-08-01 4:27 ` Bartosch Pixa
2003-08-01 8:34 ` kloschi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox