Your message dated Sat, 29 Nov 2025 15:05:24 +0000
with message-id <[email protected]>
and subject line Bug#1120217: fixed in macs 3.0.2-2
has caused the Debian Bug report #1120217,
regarding macs: FTBFS: NameError: name 'long' is not defined
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.)


-- 
1120217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1120217
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:macs
Version: 3.0.2-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202511/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:macs, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -Rf test/macs3.0.2-1* test/speedtest*
rm -f debian/*.1 debian/*-man-include
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   debian/rules override_dh_auto_build

[... snipped ...]

 ... clear!
 checking 
../temp/macs3.0.2-1-3.13_run_callpeak_pe_narrow/run_callpeak_bedpe_narrow.log...
 ... clear!
 checking 
../temp/macs3.0.2-1-3.13_run_callpeak_pe_narrow/run_callpeak_pe_narrow_onlychip.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_callvar/run_callvar_PE.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_cmbreps/run_cmbreps_fisher.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_cmbreps/run_cmbreps_max.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_cmbreps/run_cmbreps_mean.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_filterdup/run_filterdup.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_filterdup/run_filterdup_d.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_filterdup/run_filterdup_pe.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_filterdup/run_filterdup_pe_d.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_hmmratac/run_hmmratac.log...
NameError: name 'long' is not defined
 ... error/warning found!
the log file:
INFO  @ 06 Nov 2025 10:17:21: [119 MB] 
# Command line: hmmratac -i yeast_500k_SRR1822137.bam --hmm-type gaussian -n 
hmmratac_yeast500k --save-training-data --outdir 
../temp/macs3.0.2-1-3.13_run_hmmratac
# Random seed selected as: 10151
# Use --hmm-type to select a Gaussian ('gaussian') or Poisson ('poisson') model 
for the hidden markov model in HMMRATAC. Default: 'gaussian'. 
 
INFO  @ 06 Nov 2025 10:17:21: [119 MB] #1 Read fragments from BAMPE file... 
INFO  @ 06 Nov 2025 10:17:22: [151 MB] 467908 fragments have been read. 
INFO  @ 06 Nov 2025 10:17:22: [151 MB] #2 Use EM algorithm to estimate means 
and stddevs of fragment lengths 
INFO  @ 06 Nov 2025 10:17:22: [151 MB] #  for mono-, di-, and tri-nucleosomal 
signals... 
INFO  @ 06 Nov 2025 10:17:22: [151 MB] # A random seed 10151 has been used in 
the sampling function 
INFO  @ 06 Nov 2025 10:17:22: [151 MB] # Downsampled 24874 fragments will be 
used for EM training... 
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 983, 
in <module>
    main()
    ~~~~^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 97, 
in main
    run( args )
    ~~~^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/build/MACS3/Commands/hmmratac_cmd.py",
 line 136, in run
    em_trainer = HMMR_EM( petrack, options.em_means[1:4], 
options.em_stddevs[1:4], seed = options.hmm_randomSeed )
  File "MACS3/Signal/HMMR_EM.pyx", line 165, in 
MACS3.Signal.HMMR_EM.HMMR_EM.__init__
  File "MACS3/Signal/HMMR_EM.pyx", line 191, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__learn
  File "MACS3/Signal/HMMR_EM.pyx", line 227, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__iterate
NameError: name 'long' is not defined
 checking ../temp/macs3.0.2-1-3.13_run_hmmratac/run_hmmratac_bedpe.log...
NameError: name 'long' is not defined
 ... error/warning found!
the log file:
INFO  @ 06 Nov 2025 10:17:24: [120 MB] 
# Command line: hmmratac -i yeast_500k_SRR1822137.bedpe.gz -n 
hmmratac_yeast500k_bedpe -f BEDPE --outdir ../temp/macs3.0.2-1-3.13_run_hmmratac
# Random seed selected as: 10151
# Use --hmm-type to select a Gaussian ('gaussian') or Poisson ('poisson') model 
for the hidden markov model in HMMRATAC. Default: 'gaussian'. 
 
INFO  @ 06 Nov 2025 10:17:24: [120 MB] #1 Read fragments from BEDPE file... 
INFO  @ 06 Nov 2025 10:17:25: [174 MB] #2 Use EM algorithm to estimate means 
and stddevs of fragment lengths 
INFO  @ 06 Nov 2025 10:17:25: [174 MB] #  for mono-, di-, and tri-nucleosomal 
signals... 
INFO  @ 06 Nov 2025 10:17:25: [174 MB] # A random seed 10151 has been used in 
the sampling function 
INFO  @ 06 Nov 2025 10:17:25: [174 MB] # Downsampled 24874 fragments will be 
used for EM training... 
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 983, 
in <module>
    main()
    ~~~~^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 97, 
in main
    run( args )
    ~~~^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/build/MACS3/Commands/hmmratac_cmd.py",
 line 136, in run
    em_trainer = HMMR_EM( petrack, options.em_means[1:4], 
options.em_stddevs[1:4], seed = options.hmm_randomSeed )
  File "MACS3/Signal/HMMR_EM.pyx", line 165, in 
MACS3.Signal.HMMR_EM.HMMR_EM.__init__
  File "MACS3/Signal/HMMR_EM.pyx", line 191, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__learn
  File "MACS3/Signal/HMMR_EM.pyx", line 227, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__iterate
NameError: name 'long' is not defined
 checking 
../temp/macs3.0.2-1-3.13_run_hmmratac/run_hmmratac_bedpe_poisson.log...
NameError: name 'long' is not defined
 ... error/warning found!
the log file:
INFO  @ 06 Nov 2025 10:17:26: [119 MB] 
# Command line: hmmratac -i yeast_500k_SRR1822137.bedpe.gz --hmm-type poisson 
-n hmmratac_yeast500k_bedpe_poisson -f BEDPE --outdir 
../temp/macs3.0.2-1-3.13_run_hmmratac
# Random seed selected as: 10151
# Use --hmm-type to select a Gaussian ('gaussian') or Poisson ('poisson') model 
for the hidden markov model in HMMRATAC. Default: 'gaussian'. 
 
INFO  @ 06 Nov 2025 10:17:26: [119 MB] #1 Read fragments from BEDPE file... 
INFO  @ 06 Nov 2025 10:17:26: [174 MB] #2 Use EM algorithm to estimate means 
and stddevs of fragment lengths 
INFO  @ 06 Nov 2025 10:17:26: [174 MB] #  for mono-, di-, and tri-nucleosomal 
signals... 
INFO  @ 06 Nov 2025 10:17:26: [174 MB] # A random seed 10151 has been used in 
the sampling function 
INFO  @ 06 Nov 2025 10:17:26: [174 MB] # Downsampled 24874 fragments will be 
used for EM training... 
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 983, 
in <module>
    main()
    ~~~~^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 97, 
in main
    run( args )
    ~~~^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/build/MACS3/Commands/hmmratac_cmd.py",
 line 136, in run
    em_trainer = HMMR_EM( petrack, options.em_means[1:4], 
options.em_stddevs[1:4], seed = options.hmm_randomSeed )
  File "MACS3/Signal/HMMR_EM.pyx", line 165, in 
MACS3.Signal.HMMR_EM.HMMR_EM.__init__
  File "MACS3/Signal/HMMR_EM.pyx", line 191, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__learn
  File "MACS3/Signal/HMMR_EM.pyx", line 227, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__iterate
NameError: name 'long' is not defined
 checking 
../temp/macs3.0.2-1-3.13_run_hmmratac/run_hmmratac_load_hmm_model.log...
NameError: name 'long' is not defined
 ... error/warning found!
the log file:
INFO  @ 06 Nov 2025 10:17:30: [119 MB] 
# Command line: hmmratac -i yeast_500k_SRR1822137.bam -n 
hmmratac_yeast500k_load_hmm_model --model 
../temp/macs3.0.2-1-3.13_run_hmmratac/hmmratac_yeast500k_model.json --outdir 
../temp/macs3.0.2-1-3.13_run_hmmratac
# Random seed selected as: 10151
# Use --hmm-type to select a Gaussian ('gaussian') or Poisson ('poisson') model 
for the hidden markov model in HMMRATAC. Default: 'gaussian'. 
 
INFO  @ 06 Nov 2025 10:17:30: [119 MB] #1 Read fragments from BAMPE file... 
INFO  @ 06 Nov 2025 10:17:31: [153 MB] 467908 fragments have been read. 
INFO  @ 06 Nov 2025 10:17:32: [153 MB] #2 Use EM algorithm to estimate means 
and stddevs of fragment lengths 
INFO  @ 06 Nov 2025 10:17:32: [153 MB] #  for mono-, di-, and tri-nucleosomal 
signals... 
INFO  @ 06 Nov 2025 10:17:32: [153 MB] # A random seed 10151 has been used in 
the sampling function 
INFO  @ 06 Nov 2025 10:17:32: [153 MB] # Downsampled 24874 fragments will be 
used for EM training... 
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 983, 
in <module>
    main()
    ~~~~^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 97, 
in main
    run( args )
    ~~~^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/build/MACS3/Commands/hmmratac_cmd.py",
 line 136, in run
    em_trainer = HMMR_EM( petrack, options.em_means[1:4], 
options.em_stddevs[1:4], seed = options.hmm_randomSeed )
  File "MACS3/Signal/HMMR_EM.pyx", line 165, in 
MACS3.Signal.HMMR_EM.HMMR_EM.__init__
  File "MACS3/Signal/HMMR_EM.pyx", line 191, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__learn
  File "MACS3/Signal/HMMR_EM.pyx", line 227, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__iterate
NameError: name 'long' is not defined
 checking 
../temp/macs3.0.2-1-3.13_run_hmmratac/run_hmmratac_load_hmm_model_poisson.log...
NameError: name 'long' is not defined
 ... error/warning found!
the log file:
INFO  @ 06 Nov 2025 10:17:32: [120 MB] 
# Command line: hmmratac -i yeast_500k_SRR1822137.bam --hmm-type poisson -n 
hmmratac_yeast500k_poisson_load_hmm_model --model 
../temp/macs3.0.2-1-3.13_run_hmmratac/hmmratac_yeast500k_poisson_model.json 
--outdir ../temp/macs3.0.2-1-3.13_run_hmmratac
# Random seed selected as: 10151
# Use --hmm-type to select a Gaussian ('gaussian') or Poisson ('poisson') model 
for the hidden markov model in HMMRATAC. Default: 'gaussian'. 
 
INFO  @ 06 Nov 2025 10:17:32: [120 MB] #1 Read fragments from BAMPE file... 
INFO  @ 06 Nov 2025 10:17:33: [153 MB] 467908 fragments have been read. 
INFO  @ 06 Nov 2025 10:17:33: [153 MB] #2 Use EM algorithm to estimate means 
and stddevs of fragment lengths 
INFO  @ 06 Nov 2025 10:17:33: [153 MB] #  for mono-, di-, and tri-nucleosomal 
signals... 
INFO  @ 06 Nov 2025 10:17:33: [153 MB] # A random seed 10151 has been used in 
the sampling function 
INFO  @ 06 Nov 2025 10:17:33: [153 MB] # Downsampled 24874 fragments will be 
used for EM training... 
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 983, 
in <module>
    main()
    ~~~~^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 97, 
in main
    run( args )
    ~~~^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/build/MACS3/Commands/hmmratac_cmd.py",
 line 136, in run
    em_trainer = HMMR_EM( petrack, options.em_means[1:4], 
options.em_stddevs[1:4], seed = options.hmm_randomSeed )
  File "MACS3/Signal/HMMR_EM.pyx", line 165, in 
MACS3.Signal.HMMR_EM.HMMR_EM.__init__
  File "MACS3/Signal/HMMR_EM.pyx", line 191, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__learn
  File "MACS3/Signal/HMMR_EM.pyx", line 227, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__iterate
NameError: name 'long' is not defined
 checking 
../temp/macs3.0.2-1-3.13_run_hmmratac/run_hmmratac_load_training_regions.log...
NameError: name 'long' is not defined
 ... error/warning found!
the log file:
INFO  @ 06 Nov 2025 10:17:27: [119 MB] 
# Command line: hmmratac -i yeast_500k_SRR1822137.bam -n 
hmmratac_yeast500k_load_training_regions -t 
../temp/macs3.0.2-1-3.13_run_hmmratac/hmmratac_yeast500k_training_regions.bed 
--outdir ../temp/macs3.0.2-1-3.13_run_hmmratac
# Using -t, --training input to train HMM instead of using fold change settings 
to select. 
# Random seed selected as: 10151
# Use --hmm-type to select a Gaussian ('gaussian') or Poisson ('poisson') model 
for the hidden markov model in HMMRATAC. Default: 'gaussian'. 
 
INFO  @ 06 Nov 2025 10:17:27: [119 MB] #1 Read fragments from BAMPE file... 
INFO  @ 06 Nov 2025 10:17:28: [151 MB] 467908 fragments have been read. 
INFO  @ 06 Nov 2025 10:17:28: [151 MB] #2 Use EM algorithm to estimate means 
and stddevs of fragment lengths 
INFO  @ 06 Nov 2025 10:17:28: [151 MB] #  for mono-, di-, and tri-nucleosomal 
signals... 
INFO  @ 06 Nov 2025 10:17:28: [151 MB] # A random seed 10151 has been used in 
the sampling function 
INFO  @ 06 Nov 2025 10:17:28: [151 MB] # Downsampled 24874 fragments will be 
used for EM training... 
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 983, 
in <module>
    main()
    ~~~~^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 97, 
in main
    run( args )
    ~~~^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/build/MACS3/Commands/hmmratac_cmd.py",
 line 136, in run
    em_trainer = HMMR_EM( petrack, options.em_means[1:4], 
options.em_stddevs[1:4], seed = options.hmm_randomSeed )
  File "MACS3/Signal/HMMR_EM.pyx", line 165, in 
MACS3.Signal.HMMR_EM.HMMR_EM.__init__
  File "MACS3/Signal/HMMR_EM.pyx", line 191, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__learn
  File "MACS3/Signal/HMMR_EM.pyx", line 227, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__iterate
NameError: name 'long' is not defined
 checking 
../temp/macs3.0.2-1-3.13_run_hmmratac/run_hmmratac_load_training_regions_poisson.log...
NameError: name 'long' is not defined
 ... error/warning found!
the log file:
INFO  @ 06 Nov 2025 10:17:28: [119 MB] 
# Command line: hmmratac -i yeast_500k_SRR1822137.bam --hmm-type poisson -n 
hmmratac_yeast500k_poisson_load_training_regions -t 
../temp/macs3.0.2-1-3.13_run_hmmratac/hmmratac_yeast500k_poisson_training_regions.bed
 --outdir ../temp/macs3.0.2-1-3.13_run_hmmratac
# Using -t, --training input to train HMM instead of using fold change settings 
to select. 
# Random seed selected as: 10151
# Use --hmm-type to select a Gaussian ('gaussian') or Poisson ('poisson') model 
for the hidden markov model in HMMRATAC. Default: 'gaussian'. 
 
INFO  @ 06 Nov 2025 10:17:28: [119 MB] #1 Read fragments from BAMPE file... 
INFO  @ 06 Nov 2025 10:17:29: [152 MB] 467908 fragments have been read. 
INFO  @ 06 Nov 2025 10:17:30: [152 MB] #2 Use EM algorithm to estimate means 
and stddevs of fragment lengths 
INFO  @ 06 Nov 2025 10:17:30: [152 MB] #  for mono-, di-, and tri-nucleosomal 
signals... 
INFO  @ 06 Nov 2025 10:17:30: [152 MB] # A random seed 10151 has been used in 
the sampling function 
INFO  @ 06 Nov 2025 10:17:30: [152 MB] # Downsampled 24874 fragments will be 
used for EM training... 
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 983, 
in <module>
    main()
    ~~~~^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 97, 
in main
    run( args )
    ~~~^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/build/MACS3/Commands/hmmratac_cmd.py",
 line 136, in run
    em_trainer = HMMR_EM( petrack, options.em_means[1:4], 
options.em_stddevs[1:4], seed = options.hmm_randomSeed )
  File "MACS3/Signal/HMMR_EM.pyx", line 165, in 
MACS3.Signal.HMMR_EM.HMMR_EM.__init__
  File "MACS3/Signal/HMMR_EM.pyx", line 191, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__learn
  File "MACS3/Signal/HMMR_EM.pyx", line 227, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__iterate
NameError: name 'long' is not defined
 checking ../temp/macs3.0.2-1-3.13_run_hmmratac/run_hmmratac_poisson.log...
NameError: name 'long' is not defined
 ... error/warning found!
the log file:
INFO  @ 06 Nov 2025 10:17:23: [119 MB] 
# Command line: hmmratac -i yeast_500k_SRR1822137.bam --hmm-type poisson -n 
hmmratac_yeast500k_poisson --save-training-data --outdir 
../temp/macs3.0.2-1-3.13_run_hmmratac
# Random seed selected as: 10151
# Use --hmm-type to select a Gaussian ('gaussian') or Poisson ('poisson') model 
for the hidden markov model in HMMRATAC. Default: 'gaussian'. 
 
INFO  @ 06 Nov 2025 10:17:23: [119 MB] #1 Read fragments from BAMPE file... 
INFO  @ 06 Nov 2025 10:17:24: [152 MB] 467908 fragments have been read. 
INFO  @ 06 Nov 2025 10:17:24: [152 MB] #2 Use EM algorithm to estimate means 
and stddevs of fragment lengths 
INFO  @ 06 Nov 2025 10:17:24: [152 MB] #  for mono-, di-, and tri-nucleosomal 
signals... 
INFO  @ 06 Nov 2025 10:17:24: [152 MB] # A random seed 10151 has been used in 
the sampling function 
INFO  @ 06 Nov 2025 10:17:24: [152 MB] # Downsampled 24874 fragments will be 
used for EM training... 
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 983, 
in <module>
    main()
    ~~~~^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/scripts/macs3", line 97, 
in main
    run( args )
    ~~~^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_MACS3/build/MACS3/Commands/hmmratac_cmd.py",
 line 136, in run
    em_trainer = HMMR_EM( petrack, options.em_means[1:4], 
options.em_stddevs[1:4], seed = options.hmm_randomSeed )
  File "MACS3/Signal/HMMR_EM.pyx", line 165, in 
MACS3.Signal.HMMR_EM.HMMR_EM.__init__
  File "MACS3/Signal/HMMR_EM.pyx", line 191, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__learn
  File "MACS3/Signal/HMMR_EM.pyx", line 227, in 
MACS3.Signal.HMMR_EM.HMMR_EM._HMMR_EM__iterate
NameError: name 'long' is not defined
 checking ../temp/macs3.0.2-1-3.13_run_pileup/run_pileup_CTRL.bed.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_pileup/run_pileup_CTRLPE.bampe.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_pileup/run_pileup_CTRLPE.bedpe.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_pileup/run_pileup_ChIP.bed.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_pileup/run_pileup_ChIPPE.bampe.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_pileup/run_pileup_ChIPPE.bedpe.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_predictd/run_predictd.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_predictd/run_predictd_bampe.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_predictd/run_predictd_bedpe.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_randsample/run_randsample.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_randsample/run_randsample_bampe.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_randsample/run_randsample_bedpe.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_refinepeak/run_refinepeak_w_ofile.log...
 ... clear!
 checking ../temp/macs3.0.2-1-3.13_run_refinepeak/run_refinepeak_w_prefix.log...
 ... clear!
 Error or Warning can be found! Quit the test!
make[1]: *** [debian/rules:43: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: macs
Source-Version: 3.0.2-2
Done: Alexandre Detiste <[email protected]>

We believe that the bug you reported is fixed in the latest version of
macs, 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.
Alexandre Detiste <[email protected]> (supplier of updated macs 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: SHA512

Format: 1.8
Date: Sat, 29 Nov 2025 14:48:58 +0100
Source: macs
Architecture: source
Version: 3.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1120217
Changes:
 macs (3.0.2-2) unstable; urgency=medium
 .
   * Team Upload
   * Fix FTBFS with new Cython (Closes: #1120217)
   * Bump Standards-Version to 4.7.2
   * Drop "Rules-Requires-Root": it is the default now
Checksums-Sha1:
 de757aed91360edf7d3ac9701bd1b254fb05d1ca 2177 macs_3.0.2-2.dsc
 9a9ffd8e45bb719d88f6d1e38ad11ec7f3f3fb5d 1267996 macs_3.0.2-2.debian.tar.xz
 ff6d88fe866b3532d74810a9448354231c56dc35 8187 macs_3.0.2-2_source.buildinfo
Checksums-Sha256:
 03cffd4bce72f07489f7a9159a6ea0d85989b010183b81f025c0e0f75559bffb 2177 
macs_3.0.2-2.dsc
 ca759f92e14f1c814d6a35a9a14ca21f41e662a07510dbca7e447d65bf476061 1267996 
macs_3.0.2-2.debian.tar.xz
 4fb9fbc86d43428fc17550a75f67b7a77e41a0a90a2c4d73135befdd9a7e9bc8 8187 
macs_3.0.2-2_source.buildinfo
Files:
 23875bf81b38ea3e595cdfc854dcf4e7 2177 science optional macs_3.0.2-2.dsc
 5c2807358c8525971807a4e4f9c6bc80 1267996 science optional 
macs_3.0.2-2.debian.tar.xz
 e761edb1e470dad41f117c7a73d8694b 8187 science optional 
macs_3.0.2-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmkrCEkRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBoyyA//fvIaN783aqkPK/56M4ZOuDdN2OhOvqSW
zVSKUgBWuPhpYoBrcHmmdGUdVAVdG26xkDSTFqoDUeV33RMhhkLjFhloncC0ejUq
G+bGbZVArvNIjF47zvFmZyOVOiIU518iLo+TQvIJnGVzFogqMTR7g6BUhvEWwgRo
MJjpoo/kypVNTWzNZngLIGZAZabtrxiSOOGjVSj42ys9KLf+rP2rH9NA0d7jorEX
XJELK8rrHxdmlnIece+PehjHPW6GkSiKWOJxQ5ptrcfdOOQA6viFl88/P9gE4QYR
f4BOy8omUyOZPnlyfDGEG375DYKrfj2oTQfdQAfgAwrC/IfALkrSejZCFGdmPFy1
uIyWVQynMOvlnj4sFk4xg0abDjFVp7r8rS7n+Na7tCvCcL1mnS39ZLk1Q56Rx/Il
62WU0GjO3L0bFshDOhe0ajWtvCbSrek5M4odhTNCfJFAVGsanoC9HGibU7/P3hj1
swtflLW9nEbp5S77BPNSVeO/UGQT0G1oyE2B2EFOya19tu+mmCKt+J7e5SKRQcnH
Up8v89icBmZohm8UKJ1Hu0razP2L3d8uoGCf5Nx5OgnERcHPIqgZOkg4Zb0rMDbI
pMqnUq8Wke/uRNSsjfJ2kPctN77mm84FKI2W3pZP6fJmOm+KS48+9xATSE5hPsUJ
Z0URpIq7UtQ=
=0dqR
-----END PGP SIGNATURE-----

Attachment: pgpp9NrKrY1V8.pgp
Description: PGP signature


--- End Message ---

Reply via email to