Your message dated Mon, 24 Mar 2014 11:49:57 +0000
with message-id <[email protected]>
and subject line Bug#597800: fixed in skyeye 1.2.5-3
has caused the Debian Bug report #597800,
regarding skyeye: [ARMEL] FTBFS: open with O_CREAT in second argument needs 3 
arguments
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.)


-- 
597800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597800
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: skyeye
Version: 1.2.5-2.1
Severity: normal

Hi, skyeye build on armel  in ubuntu has been failing with an error...
'__open_missing_mode' declared with attribute error: open with O_CREAT in
second argument needs 3 arguments

This has been fixed using the changes attached. These changes are also in
skyeye svn.

thanks



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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages skyeye depends on:
ii  libc6                         2.11.2-6   Embedded GNU C Library: Shared lib

skyeye recommends no packages.

skyeye suggests no packages.

-- no debconf information
--- skyeye-1.2.5.orig/device/nandflash/nandflash_smallblock.c
+++ skyeye-1.2.5/device/nandflash/nandflash_smallblock.c
@@ -516,7 +516,7 @@
 #endif
        nf->writebuffer=(u8*)malloc(dev->pagedumpsize);
        //nf->memsize=528*32*4096;
-       if ((nf->fdump= open(dev->dump, FILE_FLAG)) < 0)
+       if ((nf->fdump= open(dev->dump, FILE_FLAG,  S_IRUSR |S_IWUSR )) < 0)
        {
                free(nf);
                printf("error open nandflash dump!\n");

--- End Message ---
--- Begin Message ---
Source: skyeye
Source-Version: 1.2.5-3

We believe that the bug you reported is fixed in the latest version of
skyeye, 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.
Emanuele Rocca <[email protected]> (supplier of updated skyeye 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: Mon, 24 Mar 2014 12:35:40 +0100
Source: skyeye
Binary: skyeye
Architecture: source amd64
Version: 1.2.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[email protected]>
Changed-By: Emanuele Rocca <[email protected]>
Description: 
 skyeye     - Embedded Hardware Simulation
Closes: 597800
Changes: 
 skyeye (1.2.5-3) unstable; urgency=low
 .
   * QA upload.
   * Maintainer field set to QA Group.
   * Fix FTBFS on armel by passing the required oflag option to open.
     (Closes: #597800).
   * Update config.{sub,guess} before running configure. Add build dependency
     on autotools-dev.
   * Remove config.log in clean target.
   * Build with default compiler flags.
   * Use dh_prep instead of deprecated dh_clean -k.
   * Add recommended targets: build-arch, build-indep.
   * Do not ignore make clean errors.
   * Bump Standards-Version to 3.9.5.
   * Set debhelper compatibility level to 9.
Checksums-Sha1: 
 5fa8242dcce52b427fe88ab37d3570a37fecbe3c 1094 skyeye_1.2.5-3.dsc
 9db1e018aad736a723658b9e3c51223131de0d04 103317 skyeye_1.2.5-3.diff.gz
 76a1c4888915be908fa2e1ba894acfccccc0dfb6 241702 skyeye_1.2.5-3_amd64.deb
Checksums-Sha256: 
 a450db2a66a5c46ba529155784383fcff712fd15ad4bff081d8c30eb2095ac0d 1094 
skyeye_1.2.5-3.dsc
 b9f041c2c2f15f4e62746d6073dcf82f23703d6aabf9e3f726701edd247b1632 103317 
skyeye_1.2.5-3.diff.gz
 3abe162769ef110d0d4a444edcc014599315eae791fbac34841f4f968adbbb8d 241702 
skyeye_1.2.5-3_amd64.deb
Files: 
 275078fb5fdb02b57d558661d9e46486 1094 misc extra skyeye_1.2.5-3.dsc
 1c84c7bce85a4e59b02f47beda21098b 103317 misc extra skyeye_1.2.5-3.diff.gz
 498e04f1a6658e0bb9ba95b2d351b60b 241702 misc extra skyeye_1.2.5-3_amd64.deb

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

iEYEARECAAYFAlMwGQ8ACgkQC6DuA+rxm2DBZwCfZ/D0tCmM81++beyVNe3ogYkd
8RcAoI7fI7Rq2VIXrv2wY+6YsImwfK7s
=qu6o
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to