Your message dated Fri, 14 Mar 2008 21:02:18 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469379: fixed in strace 4.5.15-1.2
has caused the Debian Bug report #469379,
regarding FTBFS on sparc
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
469379: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469379
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: strace
Version: 4.5.15
Severity: serious

This version has never successfully built on sparc. The build fails like
this:

if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/sparc -I../linux/sparc -Ilinux 
-I../linux   -Wall -g -O2 -MT syscall.o -MD -MP -MF ".deps/syscall.Tpo" -c -o 
syscall.o ../syscall.c; \
        then mv -f ".deps/syscall.Tpo" ".deps/syscall.Po"; else rm -f 
".deps/syscall.Tpo"; exit 1; fi
In file included from ../syscall.c:129:
../linux/sparc/syscallent.h:269: error: 'sys_io_setup' undeclared here (not in 
a function)
../linux/sparc/syscallent.h:270: error: 'sys_io_destroy' undeclared here (not 
in a function)
../linux/sparc/syscallent.h:271: error: 'sys_io_submit' undeclared here (not in 
a function)
../linux/sparc/syscallent.h:272: error: 'sys_io_cancel' undeclared here (not in 
a function)
../linux/sparc/syscallent.h:273: error: 'sys_io_getevents' undeclared here (not 
in a function)
../linux/sparc/syscallent.h:274: error: 'sys_mq_open' undeclared here (not in a 
function)
../linux/sparc/syscallent.h:276: error: 'sys_mq_timedsend' undeclared here (not 
in a function)
../linux/sparc/syscallent.h:277: error: 'sys_mq_timedreceive' undeclared here 
(not in a function)
../linux/sparc/syscallent.h:278: error: 'sys_mq_notify' undeclared here (not in 
a function)
../linux/sparc/syscallent.h:279: error: 'sys_mq_getsetattr' undeclared here 
(not in a function)
../linux/sparc/syscallent.h:280: error: 'sys_waitid' undeclared here (not in a 
function)
../linux/sparc/syscallent.h:285: error: 'sys_openat' undeclared here (not in a 
function)
../linux/sparc/syscallent.h:286: error: 'sys_mkdirat' undeclared here (not in a 
function)
../linux/sparc/syscallent.h:287: error: 'sys_mknodat' undeclared here (not in a 
function)
../linux/sparc/syscallent.h:288: error: 'sys_fchownat' undeclared here (not in 
a function)
../linux/sparc/syscallent.h:289: error: 'sys_futimesat' undeclared here (not in 
a function)
../linux/sparc/syscallent.h:290: error: 'sys_newfstatat' undeclared here (not 
in a function)
../linux/sparc/syscallent.h:291: error: 'sys_unlinkat' undeclared here (not in 
a function)
../linux/sparc/syscallent.h:292: error: 'sys_renameat' undeclared here (not in 
a function)
../linux/sparc/syscallent.h:293: error: 'sys_linkat' undeclared here (not in a 
function)
../linux/sparc/syscallent.h:294: error: 'sys_symlinkat' undeclared here (not in 
a function)
../linux/sparc/syscallent.h:295: error: 'sys_readlinkat' undeclared here (not 
in a function)
../linux/sparc/syscallent.h:296: error: 'sys_fchmodat' undeclared here (not in 
a function)
../linux/sparc/syscallent.h:297: error: 'sys_faccessat' undeclared here (not in 
a function)
../linux/sparc/syscallent.h:298: error: 'sys_pselect6' undeclared here (not in 
a function)
../linux/sparc/syscallent.h:299: error: 'sys_ppoll' undeclared here (not in a 
function)
../linux/sparc/syscallent.h:300: error: 'sys_unshare' undeclared here (not in a 
function)

All of these are declared in linux/syscall.h, but not in linux/sparc/syscall.h.
Simply making linux/sparc/syscall.h #include "../syscall.h" fixes all of the
above errors. Then I ran into one more problem:

gcc -Wall -g -O2   -o strace  strace.o syscall.o count.o util.o desc.o file.o 
ipc.o io.o ioctl.o mem.o net.o process.o bjm.o quota.o resource.o signal.o 
sock.o system.o term.o time.o proc.o stream.o  
syscall.o:(.rodata+0x6a4): undefined reference to `sys_getpagesize'

Following the lead of m68k/syscallent.h and mips/syscallent.h, I fixed
this by changing sparc/syscallent.h to use printargs instead of
sys_getpagesize. With that change, strace builds on sparc, and seems to
work.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages strace depends on:
ii  libc6                         2.7-9      GNU C Library: Shared libraries

strace recommends no packages.

-- no debconf information

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: strace
Source-Version: 4.5.15-1.2

We believe that the bug you reported is fixed in the latest version of
strace, which is due to be installed in the Debian FTP archive:

strace-udeb_4.5.15-1.2_i386.udeb
  to pool/main/s/strace/strace-udeb_4.5.15-1.2_i386.udeb
strace_4.5.15-1.2.diff.gz
  to pool/main/s/strace/strace_4.5.15-1.2.diff.gz
strace_4.5.15-1.2.dsc
  to pool/main/s/strace/strace_4.5.15-1.2.dsc
strace_4.5.15-1.2_i386.deb
  to pool/main/s/strace/strace_4.5.15-1.2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated strace package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 04 Mar 2008 17:04:45 -0500
Source: strace
Binary: strace strace-udeb
Architecture: source i386
Version: 4.5.15-1.2
Distribution: unstable
Urgency: low
Maintainer: Roland McGrath <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description: 
 strace     - A system call tracer
 strace-udeb - A system call tracer (udeb)
Closes: 448802 459255 469379
Changes: 
 strace (4.5.15-1.2) unstable; urgency=low
 .
   * NMU
   * Apply patch from Thiemo Seufer to fix FTBFS on mips and mipsel.
     Closes: #448802
   * Fix FTBFS on sparc. Closes: #469379
   * Use chmod, not chown, in debian/rules. Closes: #459255
Files: 
 f03bc7f9eaa3b17f79b3ad02ef59b1dd 880 utils standard strace_4.5.15-1.2.dsc
 4fb2612768ddfa012609e003467212de 2926 utils standard strace_4.5.15-1.2.diff.gz
 214fd45632467f67469479ef2691ac0a 79476 debian-installer extra 
strace-udeb_4.5.15-1.2_i386.udeb
 4a0118edfc0ef7809285fbaeb2f94e21 99876 utils standard 
strace_4.5.15-1.2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHzckZ2tp5zXiKP0wRAh4qAJ9QQD1VGfnXaUAMwcRC+TMalh5VXQCgtM6a
68y5K6UDIEmgbxNsi3Uqzu8=
=jx0j
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to