Package: moodle
Version: 2.5.4-1
Severity: important

Dear Maintainer,

moodle fails to build from soure with the following error:

# set dir permissions
chown www-data:www-data /var/lib/moodle
chown: cannot access '/var/lib/moodle': No such file or directory
make: *** [binary] Error 1
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary gave
error exit status 2

see
https://launchpadlibrarian.net/163111253/buildlog_ubuntu-trusty-i386.moodle_2.5.4-1_FAILEDTOBUILD.txt.gz
for the full log file.

This is fixable by changing the path in debian rules:

-   chown www-data:www-data /var/lib/moodle
-   chmod 0750 /var/lib/moodle
+   chown www-data:www-data debian/moodle/var/lib/moodle
+   chmod 0750 debian/moodle/var/lib/moodle

-- System Information:
Debian Release: wheezy/sid
  APT prefers saucy-updates
  APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11.0-14-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to