Your message dated Tue, 12 Jan 2010 18:48:09 +0000
with message-id <e1nulmj-0005ql...@ries.debian.org>
and subject line Bug#564237: fixed in arcboot 0.3.12+nmu1
has caused the Debian Bug report #564237,
regarding FTBFS: missing functions in arclib
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 ow...@bugs.debian.org
immediately.)


-- 
564237: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564237
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: arcboot
Version: 0.3.12
Severity: serious
Justification: fails to build from source

arcboot fails to build from source due to changes in the e2fs library.
It looks like someone has to implement at least the memmove() and
strcat() functions, probably the kernel code.

Here is the end of the build log:

| cc -O2 -I../common -I../arclib -I/usr/include/ext2fs -W -Wall -mno-abicalls 
-G 0 -fno-pic -DSUBARCH=IP32 -fno-strict-aliasing   -c -o conffile.o conffile.c
| /usr/bin/make -C ../common SUBARCH=IP32 print_loadaddr
| make[3]: Entering directory `/home/aurel32/arcboot/arcboot-0.3.12/common'
| make[3]: `print_loadaddr' is up to date.
| make[3]: Leaving directory `/home/aurel32/arcboot/arcboot-0.3.12/common'
| LOADADDR=$(../common/print_loadaddr IP32);              \
|         OUTPUTFORMAT=$(../common/print_outputformat IP32);      \
|         sed -e "s/@@LOADADDR@@/$LOADADDR/"                              \
|         -e "s/@@OUTPUTFORMAT@@/$OUTPUTFORMAT/" <ld.script.in >ld.script
| rm -f ext2load
| ld -N -T ld.script -o ext2load loader.o ext2io.o conffile.o 
/usr/lib/libext2fs-nopic.a ../arclib/libarc.a
| /usr/lib/libext2fs-nopic.a(extent.o): In function `ext2fs_extent_delete':
| (.text+0xd4c): undefined reference to `memmove'
| /usr/lib/libext2fs-nopic.a(extent.o): In function `ext2fs_extent_delete':
| (.text+0xd4c): relocation truncated to fit: R_MIPS_26 against `memmove'
| /usr/lib/libext2fs-nopic.a(extent.o): In function `ext2fs_extent_insert':
| (.text+0x194c): undefined reference to `memmove'
| /usr/lib/libext2fs-nopic.a(extent.o): In function `ext2fs_extent_insert':
| (.text+0x194c): relocation truncated to fit: R_MIPS_26 against `memmove'
| /usr/lib/libext2fs-nopic.a(rw_bitmaps.o): In function `read_bitmaps':
| (.text+0x588): undefined reference to `strcat'
| /usr/lib/libext2fs-nopic.a(rw_bitmaps.o): In function `read_bitmaps':
| (.text+0x588): relocation truncated to fit: R_MIPS_26 against `strcat'
| /usr/lib/libext2fs-nopic.a(rw_bitmaps.o): In function `read_bitmaps':
| (.text+0x7e8): undefined reference to `strcat'
| /usr/lib/libext2fs-nopic.a(rw_bitmaps.o): In function `read_bitmaps':
| (.text+0x7e8): relocation truncated to fit: R_MIPS_26 against `strcat'
| make[2]: *** [ext2load] Error 1
| make[2]: Leaving directory `/home/aurel32/arcboot/arcboot-0.3.12/ext2load'
| make[1]: *** [build-subarch-dep-ext2load] Error 2
| make[1]: Leaving directory `/home/aurel32/arcboot/arcboot-0.3.12'
| make: *** [build-stamp] Error 2
| dpkg-buildpackage: error: debian/rules build gave error exit status 2
| 



--- End Message ---
--- Begin Message ---
Source: arcboot
Source-Version: 0.3.12+nmu1

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

arcboot_0.3.12+nmu1.dsc
  to main/a/arcboot/arcboot_0.3.12+nmu1.dsc
arcboot_0.3.12+nmu1.tar.gz
  to main/a/arcboot/arcboot_0.3.12+nmu1.tar.gz
arcboot_0.3.12+nmu1_mips.deb
  to main/a/arcboot/arcboot_0.3.12+nmu1_mips.deb
tip22_0.3.12+nmu1_mips.deb
  to main/a/arcboot/tip22_0.3.12+nmu1_mips.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 564...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <aure...@debian.org> (supplier of updated arcboot 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 ftpmas...@debian.org)


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

Format: 1.8
Date: Tue, 12 Jan 2010 09:14:33 +0000
Source: arcboot
Binary: arcboot tip22
Architecture: source mips
Version: 0.3.12+nmu1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <aure...@debian.org>
Changed-By: Aurelien Jarno <aure...@debian.org>
Description: 
 arcboot    - Bootloader for MIPS based SGI IP22 and IP32 machines
 tip22      - Tftp boot image builder for MIPS based SGI IP22 and IP32 machines
Closes: 509712 511883 562063 564237
Changes: 
 arcboot (0.3.12+nmu1) unstable; urgency=low
 .
   * Non-maintainer upload with maintainer approval.
 .
   [ Aurelien Jarno ]
   * Add strcat() and memmove() to arclib/string.c, taken from kernel
     sources.  (Closes: #564237)
 .
   [ Christian Perrier ]
   * Fix pending l10n issues. Debconf translations:
   * Vietnamese (Clytie Siddall).  (Closes: #509712)
   * Brazilian Portuguese (Eder L. Marques (frolic)).  (Closes: #511883)
   * Simplified Chinese (Ji ZhengYu).  (Closes: #562063)
Checksums-Sha1: 
 ad8a1ba7355a7179ee625781a31ec2000e92d690 827 arcboot_0.3.12+nmu1.dsc
 c5de6f81068c4895af5437e3941e61eb447010f9 51497 arcboot_0.3.12+nmu1.tar.gz
 5333ed103a992fcd3d1cf0a00c8af4b0b0b46877 105588 arcboot_0.3.12+nmu1_mips.deb
 43defb4042cf886c26c8283c0f4593377c6b7121 31068 tip22_0.3.12+nmu1_mips.deb
Checksums-Sha256: 
 c4e3ba175c82d41493c1b3a2fd005d1a293840014dbe6dba5114d3a0618cda3d 827 
arcboot_0.3.12+nmu1.dsc
 09393f749e5b54ae1896bfb94f81a20b32e6c86b0a266af17480d6f6238efc05 51497 
arcboot_0.3.12+nmu1.tar.gz
 5e08018fb4167daed69383052eb2ab7002f6c0ad34c64c12cacadc0cce305b96 105588 
arcboot_0.3.12+nmu1_mips.deb
 99ac7b85885648639c5253dc882a4b2a45f639a453007208acc5a25910a060e0 31068 
tip22_0.3.12+nmu1_mips.deb
Files: 
 5f3e9f519b0520025858bac340bd09f9 827 admin optional arcboot_0.3.12+nmu1.dsc
 040b601a56af8056bcface7c71aaa793 51497 admin optional 
arcboot_0.3.12+nmu1.tar.gz
 488309754f9be38d1e74f7a82fd61dc0 105588 admin optional 
arcboot_0.3.12+nmu1_mips.deb
 eb2399e341dcfd7d0ccd689ca22dff04 31068 admin optional 
tip22_0.3.12+nmu1_mips.deb

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

iD8DBQFLTLVmw3ao2vG823MRArr4AJ4plyjciVB54lL7TSuKzs/7cbb4+wCbBKbd
ZmPKE9SchvlLKt6LBO8GCDg=
=+w3v
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to