Skip to content
  • Mike Fleetwood's avatar
    Document future Debian/Ubuntu build time dependency in README (!121) · 16c2533a
    Mike Fleetwood authored and Curtis Gedak's avatar Curtis Gedak committed
    When preparing the GParted Live 1.6.0 distribution, which is based on
    Debian unstable ("sid"), compiling GParted failed like this:
        $ make
        ...
        /usr/bin/msgfmt --desktop --template gparted.desktop.in -d ./po -o gparted.desktop
        chmod +x gparted
        /usr/bin/msgfmt --xml --template org.gnome.gparted.policy.in -d ./po -o org.gnome.gparted.policy
        /usr/bin/msgfmt: cannot locate ITS rules for org.gnome.gparted.policy.in
        make[3]: *** [Makefile:1060: org.gnome.gparted.policy] Error 1
        make[3]: *** Waiting for unfinished jobs....
        make[3]: Leaving directory '/root/gparted/gparted-1.6.0-beta1'
        make[2]: *** [Makefile:618: all-recursive] Error 1
        make[2]: Leaving directory '/root/gparted/gparted-1.6.0-beta1'
        make[1]: *** [Makefile:452: all] Error 2
        make[1]: Leaving directory '/root/gparted/gparted-1.6.0-beta1'
        dh_auto_build: error: make -j16 returned exit code 2
        make: *** [debian/rules:9: build] Err...
    16c2533a