Your message dated Wed, 23 Dec 2020 23:10:02 +0530 with message-id <c60760d0-323b-5b58-b8ae-647509c7d...@gmail.com> and subject line Re: brian: FTBFS with python3.8 has caused the Debian Bug report #948040, regarding brian: FTBFS with python3.8 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 ow...@bugs.debian.org immediately.) -- 948040: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948040 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: brian Version: 2.2.2.1-1 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) Hi, brian FTBFS with python3.8 as a supported interpreter: [...] # Remove failing tests # The following test files will be ignored completely. # There are other single test in other testfiles which is patched out in ignore_failing_test.patch # MAKE SURE YOU EXCLUDE test_devices IN ANY CASE (see above!) for ti in test_devices test_network test_neurongroup test_poissongroup test_refractory test_spatialneuron test_spikegenerator test_synapses test_thresholder test_timedarray ; do \ find .pybuild -name ${ti}.py -delete ; \ find debian/tmp -name ${ti}.py -delete ; \ done # FIXME: May be the deleted tests should be provided in final binary package! set -e; cd build; \ for PYTHON in python3.8 python3.7; do \ echo "I: Running Brian unittests using $PYTHON"; \ PYTHONPATH=$(/bin/ls -d /build/brian-2.2.2.1/debian/tmp/usr/lib/$PYTHON/*-packages) \ $PYTHON /usr/bin/nosetests3 -v -s -P --ignore-files="test_devices\.py" --exclude='(experimental|modelfitting)' brian2; \ done I: Running Brian unittests using python3.8 /bin/ls: cannot access '/build/brian-2.2.2.1/debian/tmp/usr/lib/python3.8/*-packages': No such file or directory Failure: ModuleNotFoundError (No module named 'brian2') ... ERROR ====================================================================== ERROR: Failure: ModuleNotFoundError (No module named 'brian2') ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/lib/python3/dist-packages/nose/loader.py", line 406, in loadTestsFromName module = resolve_name(addr.module) File "/usr/lib/python3/dist-packages/nose/util.py", line 312, in resolve_name module = __import__('.'.join(parts_copy)) ModuleNotFoundError: No module named 'brian2' ---------------------------------------------------------------------- Ran 1 test in 0.000s FAILED (errors=1) make[1]: *** [debian/rules:57: override_dh_auto_install] Error 1 make[1]: Leaving directory '/build/brian-2.2.2.1' make: *** [debian/rules:32: binary] Error 2 Andreas
brian_2.2.2.1-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---Control: fixed -1 2.4.2-1 https://buildd.debian.org/status/fetch.php?pkg=brian&arch=all&ver=2.4.2-1&stamp=1608650645&raw=0
--- End Message ---