Your message dated Fri, 09 May 2014 18:19:05 +0000
with message-id <[email protected]>
and subject line Bug#742797: fixed in supermin 5.1.7-4
has caused the Debian Bug report #742797,
regarding supermin FTBFS on hppa
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.)


-- 
742797: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742797
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: supermin
Tags: patch
version: 5.1.5-1

supermin fails to build on hppa.
Main reason is, that the hppa assembler syntax is slightly different than the 
gnu as to keep compatibility to the HP-UX assembler.

The build log 
(http://buildd.debian-ports.org/status/fetch.php?pkg=supermin&arch=hppa&ver=5.1.5-1&stamp=1394771878)
 shows:

./bin2s.pl init ext2init-bin.S
gcc -std=gnu99 -o ext2init-bin.o -c ext2init-bin.S
ext2init-bin.S: Assembler messages:
ext2init-bin.S:62887: Error: bad or irreducible absolute expression; zero 
assumed
ext2init-bin.S:62887: Error: junk at end of line, first unrecognized character 
is `,'
make[4]: *** [ext2init-bin.o] Error 1

The attached patch fixes this.
It would be nice if you could apply it to the next version.

Thanks,
Helge
diff -up ./helper/bin2s.pl.org ./helper/bin2s.pl
--- ./helper/bin2s.pl.org	2014-03-27 16:01:04.274633813 +0100
+++ ./helper/bin2s.pl	2014-03-27 16:16:28.433361727 +0100
@@ -39,7 +39,11 @@ print $ofh <<"EOF";
 
 _binary_${infile}_end:
 
+#if defined(__hppa__)
+\t_binary_${infile}_size: .equ $sz
+#else
 \t.equ _binary_${infile}_size, $sz
+#endif
 EOF
 
 close $ofh;

--- End Message ---
--- Begin Message ---
Source: supermin
Source-Version: 5.1.7-4

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

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.
Hilko Bengen <[email protected]> (supplier of updated supermin 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.8
Date: Fri, 09 May 2014 20:06:25 +0200
Source: supermin
Binary: supermin febootstrap
Architecture: source amd64 all
Version: 5.1.7-4
Distribution: unstable
Urgency: medium
Maintainer: Hilko Bengen <[email protected]>
Changed-By: Hilko Bengen <[email protected]>
Description: 
 febootstrap - transitional package to deal with package renames.
 supermin   - tool for building supermin appliances.
Closes: 742797
Changes: 
 supermin (5.1.7-4) unstable; urgency=medium
 .
   * Added hppa assembler patch by Helge Deller (Closes: #742797)
Checksums-Sha1: 
 f277c229c2bdb5a3163131383371bde10aede081 1808 supermin_5.1.7-4.dsc
 f1afce2cba2ed38708c4abdf1ae16ff9fbccb544 6568 supermin_5.1.7-4.debian.tar.xz
 67fc71d189539f1ce8cc2a93df6f32964a6e25e6 517020 supermin_5.1.7-4_amd64.deb
 a512e7ff9a631756182bc5d740fdea75998b042a 4808 febootstrap_5.1.7-4_all.deb
Checksums-Sha256: 
 4513caf3ab9f03eea0082b315b8551de6dd8f25b38d01f258896476fe3dd3471 1808 
supermin_5.1.7-4.dsc
 23ad161381aa4f333e102c7cd579d0f6e468de9f3e8dfc538ec9c4b9bb62d03d 6568 
supermin_5.1.7-4.debian.tar.xz
 6401f0bc7dc9d344bb8963394ba0db7a544bede313f6dae2524f473e4de07304 517020 
supermin_5.1.7-4_amd64.deb
 e1307a178b88380848df8ac3ec1b077edd6d25112d3451a70ffbf25c23358729 4808 
febootstrap_5.1.7-4_all.deb
Files: 
 8f0b1302d67a5ea413408781e2f34e02 517020 admin optional 
supermin_5.1.7-4_amd64.deb
 d877bac855211e6587f75af03f943820 4808 oldlibs extra febootstrap_5.1.7-4_all.deb
 72e07393761eddd0377667617d3032c0 1808 admin optional supermin_5.1.7-4.dsc
 6b09be5d8a3e7d219896935223dc3687 6568 admin optional 
supermin_5.1.7-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlNtGhYACgkQUCgnLz/SlGgdLgCdGV+ofhwDlbP89JAplID2v/bf
o3MAoIoM3FTLbe5KQWbPMiBqCa7s7xrj
=E9TA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to