Your message dated Mon, 20 Jun 2016 16:16:08 +0000
with message-id <[email protected]>
and subject line Bug#827366: Removed package(s) from unstable
has caused the Debian Bug report #750668,
regarding python3.4 ftbfs on kfreebsd, clock() returning -1
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.)


-- 
750668: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750668
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3.4
Version: 3.4.1-3
Severity: serious
Tags: sid jessie

BEGIN pystone static
cd /«PKGBUILDDIR»/build-static && ./python ../Lib/test/pystone.py
Traceback (most recent call last):
  File "../Lib/test/pystone.py", line 277, in <module>
    main(loops)
  File "../Lib/test/pystone.py", line 68, in main
    benchtime, stones = pystones(loops)
  File "../Lib/test/pystone.py", line 75, in pystones
    return Proc0(loops)
  File "../Lib/test/pystone.py", line 96, in Proc0
    starttime = clock()
RuntimeError: the processor time used is not available or its value cannot be
represented
debian/rules:543: recipe for target 'stamps/stamp-pystone' failed
make: *** [stamps/stamp-pystone] Error 1

Modules/timemodule.c has

static PyObject *
floatclock(_Py_clock_info_t *info)
{
    clock_t value;
    value = clock();
    if (value == (clock_t)-1) {
        PyErr_SetString(PyExc_RuntimeError,
                "the processor time used is not available "
                "or its value cannot be represented");
        return NULL;
    }

Is this supposed to work on kfreebsd?  It is easy to disable the pybench run 
itself.

--- End Message ---
--- Begin Message ---
Version: 3.4.4-3+rm

Dear submitter,

as the package python3.4 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/827366

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