[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#424887: marked as done (vbetool: FTBFS on kfreebsd-amd64)



Your message dated Sun, 04 May 2008 09:32:04 +0000
with message-id <E1JsaZg-00051t-Ge@ries.debian.org>
and subject line Bug#424887: fixed in vbetool 1.0-3
has caused the Debian Bug report #424887,
regarding vbetool: FTBFS on kfreebsd-amd64
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 owner@bugs.debian.org
immediately.)


-- 
424887: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=424887
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: vbetool
Severity: important
Version: 0.7-1.1
Tags: patch


Hi,

the current version fails to build on kfreebsd-amd64.

It needs small tweak, as ioperm() is not available.

It would also be nice if you can ask upstream
to include this change.

Thanks in advance

                        Petr

--- vbetool-0.7/vbetool.c
+++ vbetool-0.7/vbetool.c
@@ -42,7 +42,9 @@
                exit(1);
        }

+#if !(defined(__FreeBSD_kernel__) && defined(__x86_64__))
        ioperm(0, 1024, 1);
+#endif
        iopl(3);

        pacc = pci_alloc();



--- End Message ---
--- Begin Message ---
Source: vbetool
Source-Version: 1.0-3

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

vbetool_1.0-3.diff.gz
  to pool/main/v/vbetool/vbetool_1.0-3.diff.gz
vbetool_1.0-3.dsc
  to pool/main/v/vbetool/vbetool_1.0-3.dsc
vbetool_1.0-3_amd64.deb
  to pool/main/v/vbetool/vbetool_1.0-3_amd64.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 424887@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anibal Monsalve Salazar <anibal@debian.org> (supplier of updated vbetool 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 ftpmaster@debian.org)


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

Format: 1.8
Date: Sun, 04 May 2008 18:42:39 +1000
Source: vbetool
Binary: vbetool
Architecture: source amd64
Version: 1.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Anibal Monsalve Salazar <anibal@debian.org>
Description: 
 vbetool    - run real-mode video BIOS code to alter hardware state
Closes: 424887
Changes: 
 vbetool (1.0-3) unstable; urgency=low
 .
   * QA upload
   * Don't build depend on zlib1g-dev
   * Build depend on libx86-dev [amd64 i386]
   * Fix FTBFS on kfreebsd-amd64. Closes: #424887
     Patch by Petr Salinger
Checksums-Sha1: 
 0ce32213dfea0a481aee1154bc3b72712faea320 1014 vbetool_1.0-3.dsc
 7be87b46fc6ddcc4add820bc54064446d4f015a8 1632 vbetool_1.0-3.diff.gz
 5bae345fa880e78350897d70aefa730a32863678 10572 vbetool_1.0-3_amd64.deb
Checksums-Sha256: 
 036d3ee14ac8faf2a2df6026d64e80fd48f1fe8cc2a3d57aa3c09134828f81ae 1014 vbetool_1.0-3.dsc
 ca36dbc5ea29ad4eacb2dd3cb7a399d2a0e86b9c548bfeee6767526f49802751 1632 vbetool_1.0-3.diff.gz
 276b2dbb7dae789d860c41b8bd31de37eb34b3c770d414d13ba228e634c49844 10572 vbetool_1.0-3_amd64.deb
Files: 
 4a9e2a91fb75eec7bf3354173058bf3e 1014 utils optional vbetool_1.0-3.dsc
 a73a1f0a01604e2d018ef00e435467c8 1632 utils optional vbetool_1.0-3.diff.gz
 830df955ced256e519eeafa672ec725a 10572 utils optional vbetool_1.0-3_amd64.deb

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

iD8DBQFIHYDXgY5NIXPNpFURAlhsAJ90tSGqvSPdNlNtfITAypuOMZHvYwCgm1o6
sKkv58tsCrznnDggEK1RpSo=
=WfZc
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: