Your message dated Mon, 25 Apr 2016 17:15:03 +0000
with message-id <[email protected]>
and subject line Bug#822086: Removed package(s) from unstable
has caused the Debian Bug report #452887,
regarding scsh-0.6: Some flags (e.g. open/create) have wrong values 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.)


-- 
452887: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452887
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: scsh-0.6
Version: 0.6.7-3
Severity: normal

Some flags (e.g. open/create) have wrong values on SPARC.
One result of this is that create-temp-file doesn't work.

Transcript below shows correct value used by gcc, and
incorrect value used by scsh.

$ cat flag.c
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>

int main (int argc, char **argv)
{ printf ("O_CREAT = %ld\n", (long) O_CREAT);
  return 0;
}
$ cc flag.c
$ ./a.out
O_CREAT = 512
$ scsh
Welcome to scsh 0.6.7 (R6RS)
Type ,? for help.
> open/create
64
> (create-temp-file)

Error: 2
       "No such file or directory"
       #{Procedure 13389 (%open in scsh-level-0)}
       "/var/tmp/53880"
       193
       384
1>

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-sparc64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages scsh-0.6 depends on:
ii  libc6                  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libelfg0               0.8.6-3           an ELF object file access library
ii  scsh-common-0.6        0.6.7-3           A `scheme' interpreter designed fo

scsh-0.6 recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 0.6.7-8+rm

Dear submitter,

as the package scsh-0.6 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/822086

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to