Source: kicad
Version: 0.20140224+bzr4027-2
Severity: serious
Justification: FTBFS

Hello,

kicad currently FTBFS due to a bogus debian/rules:

# fix wrong permissions and link jnlp file to usr/share
[ -d debian/kicad-common/usr/share/kicad/internat/ja/ ] && \
          chmod a-x debian/kicad-common/usr/share/kicad/internat/ja/*
make[1]: *** [override_dh_install] Error 1

Indeed, when debian/kicad-common/usr/share/kicad/internat/ja/ is not
a directory the whole command would return 1 and thus make halt.  It
should rather read:

[ ! -d debian/kicad-common/usr/share/kicad/internat/ja/ ] || \
          chmod a-x debian/kicad-common/usr/share/kicad/internat/ja/*

Samuel

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel
* y se leve dans 2h10


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to