Package: check-all-the-things
Version: 2015.11.08
Severity: important
Tags: patch


check-all-the-things
Traceback (most recent call last):
  File "/usr/bin/check-all-the-things", line 87, in <module>
    if not os.path.isdir(datadir):
  File "/usr/lib/python3.4/genericpath.py", line 42, in isdir
    st = os.stat(s)
TypeError: stat: can't specify None for path argument



 this = os.path.realpath(__file__)
 rootdir = os.path.dirname(this)
 datadir = os.path.join(rootdir, 'data')
 if not os.path.isdir(datadir):
     datadir = os.environ.get('CATT_DATA')
- if not os.path.isdir(datadir):
+ if not datadir or not os.path.isdir(datadir):
     datadir = os.path.join(os.path.dirname(rootdir), 'share',
                            'check-all-the-things', 'data')

Greetings,



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (450, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages check-all-the-things depends on:
ii  python3  3.4.3-7

Versions of packages check-all-the-things recommends:
pn  acheck                                              <none>
pn  appstream                                           <none>
pn  appstream-glib                                      <none>
ii  bfbtester                                           2.0.1-7.1
ii  blhc                                                0.05-0.1
ii  bzip2                                               1.0.6-8
pn  cabal-install                                       <none>
pn  cbmc                                                <none>
ii  clang                                               1:3.6-32
pn  clang-modernize | clang-modernize-3.5               <none>
pn  clang-tidy                                          <none>
ii  cme                                                 1.007-1
ii  codespell                                           1.8-1
ii  cppcheck                                            1.70-2
ii  deheader                                            1.2-1
ii  desktop-file-utils                                  0.22-1
ii  devscripts                                          2.15.9
pn  dh-ocaml                                            <none>
ii  duck                                                0.7
ii  epubcheck                                           4.0.0-2
ii  fdupes                                              1.51-1
ii  flawfinder                                          1.31-1
ii  fontforge-nox                                       20120731.b-5+b3
ii  freetype2-demos                                     2.6-2
pn  gendarme                                            <none>
ii  gettext                                             0.19.6-1
pn  gettext-lint                                        <none>
pn  ghc-mod                                             <none>
pn  golang-go                                           <none>
pn  hlint                                               <none>
pn  hopenpgp-tools                                      <none>
ii  i18nspector                                         0.20.1-1
pn  iwyu                                                <none>
ii  jlint                                               3.0-4.5+b1
ii  jpeginfo                                            1.6.0-6+b2
ii  lacheck                                             1.26-15
ii  libb-lint-perl                                      1.19-1
ii  libconfig-model-dpkg-perl                           2.069
ii  libconfig-model-perl                                2.074-1
ii  libperl-critic-perl                                 1.126-1
ii  libpod-pom-perl                                     0.29-2
ii  libxml2-utils                                       2.9.2+zdfsg1-4
pn  lintex                                              <none>
ii  lintian                                             2.5.38
pn  lua-check                                           <none>
ii  lzip                                                1.17-1+b1
ii  lzop                                                1.03-3
ii  moreutils                                           0.57-1
ii  mp3check                                            0.8.7-2+b1
ii  mp3val                                              0.1.8-3+b1
ii  ocaml-nox                                           4.02.3-5
ii  oggz-tools                                          1.1.1-3
ii  opus-tools                                          0.1.9-1
ii  p7zip                                               9.20.1~dfsg.1-4.2
ii  pep8                                                1.6.2-0.1
ii  perl                                                5.20.2-6
ii  php5-cli                                            5.6.14+dfsg-1+b1
ii  pmccabe                                             2.6
ii  pngcheck                                            2.3.0-7
pn  puppet                                              <none>
pn  puppet-lint                                         <none>
ii  pyflakes                                            1.0.0-2
pn  python-fontforge                                    <none>
ii  python-jpylyzer                                     1.14.2-1
ii  python-magic                                        1:5.25-2
ii  python3-bashate                                     0.3.1-2
pn  python3-doc8 | python-doc8                          <none>
ii  python3-magic                                       1:5.25-2
pn  python3-ptyprocess                                  <none>
pn  python3-restructuredtext-lint | python-restructure  <none>
ii  sharutils                                           1:4.15.2-1
ii  shellcheck                                          0.3.7-1
ii  unzip                                               6.0-19
ii  vorbis-tools                                        1.4.0-7
ii  xz-utils                                            5.1.1alpha+20120614-2.1

check-all-the-things suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/bin/check-all-the-things (from check-all-the-things 
package)

Reply via email to