Your message dated Sun, 12 Apr 2020 20:37:58 +0000
with message-id <[email protected]>
and subject line Bug#956489: Removed package(s) from unstable
has caused the Debian Bug report #757125,
regarding shedskin's file.cpp fails to compile
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.)
--
757125: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757125
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: shedskin
Version: 0.9.2-1
I tried to compile a simple python program to C++ and then to binary.
$ cat 4.py
print(333)
$ shedskin 4.py
$ make
g++ -O2 -march=native -Wno-deprecated -I. -I/usr/share/shedskin/lib
4.cpp /usr/share/shedskin/lib/re.cpp
/usr/share/shedskin/lib/builtin.cpp -lgc -lpcre -o 4
In file included from /usr/share/shedskin/lib/builtin.cpp:131:0:
/usr/share/shedskin/lib/builtin/file.cpp: In member function ‘virtual
__shedskin__::__ss_bool __shedskin__::file::isatty()’:
/usr/share/shedskin/lib/builtin/file.cpp:190:20: error: ‘::isatty’ has
not been declared
/usr/share/shedskin/lib/builtin/file.cpp: In member function ‘virtual
void* __shedskin__::file::truncate(int)’:
/usr/share/shedskin/lib/builtin/file.cpp:200:37: error: ‘ftruncate’
was not declared in this scope
make: *** [4] Error 1
C++ file file.cpp installed by shedskin to
/usr/share/shedskin/lib/builtin/file.cpp fails to compile.
File file.cpp seems to lack inclusion of unistd.h and sys/types.h.
When I added them to file.cpp, the problem was solved.
Best regards,
Boris Nagaev
--- End Message ---
--- Begin Message ---
Version: 0.9.4-1+rm
Dear submitter,
as the package shedskin 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/956489
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
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 ---