Comment 70 for bug 1652282

Revision history for this message
In , Mike Fleetwood (mfleetwo) wrote :

Hi Curtis,

It looks like the make distcheck failure is another repeat of an
intltool bug we have had to workaround before:
https://git.gnome.org/browse/gparted/commit/?id=4cc5103dbdd42583c3ce7481e0e4f08d16e2009a

After fixing that make distcheck still fails though:

$ make distcheck
...
 ( cd '/home/ubuntu/programming/c/gparted/gparted-0.29.0-git/_inst/share/polkit-1/actions' && rm -f org.gnome.gparted.policy )
make[2]: Leaving directory '/home/ubuntu/programming/c/gparted/gparted-0.29.0-git/_build/sub'
make[1]: Leaving directory '/home/ubuntu/programming/c/gparted/gparted-0.29.0-git/_build/sub'
make[1]: Entering directory '/home/ubuntu/programming/c/gparted/gparted-0.29.0-git/_build/sub'
ERROR: files left after uninstall:
./share/icons/hicolor/icon-theme.cache
Makefile:892: recipe for target 'distuninstallcheck' failed
make[1]: *** [distuninstallcheck] Error 1
make[1]: Leaving directory '/home/ubuntu/programming/c/gparted/gparted-0.29.0-git/_build/sub'
Makefile:836: recipe for target 'distcheck' failed
make: *** [distcheck] Error 1

Investigation continues.

Mike