Giter Club home page Giter Club logo

Comments (4)

martinpitt avatar martinpitt commented on June 9, 2024

The above commit fixes the failing manpage build, but after that distcheck now fails with

 /usr/bin/install -c -m 644 ../../README ../../LICENSE.LGPL2.1 ../../LICENSE.GPL2 '/home/martin/upstream/systemd-bootchart/systemd-bootchart-230/_inst/share/doc/systemd-bootchart'
 /usr/bin/install -c -m 644 ../../src/bootchart.conf '/home/martin/upstream/systemd-bootchart/systemd-bootchart-230/_inst/etc/systemd'
 /usr/bin/install -c -m 644 man/systemd-bootchart.1 '/home/martin/upstream/systemd-bootchart/systemd-bootchart-230/_inst/share/man/man1'
 /bin/mkdir -p '/usr/lib/systemd'
 /bin/mkdir -p '/usr/lib/systemd/system'
/bin/mkdir: cannot create directory '/usr/lib/systemd/system': Permission denied
Makefile:1303: recipe for target 'install-nodist_systemunitDATA' failed
make[3]: *** [install-nodist_systemunitDATA] Error 1
make[3]: *** Waiting for unfinished jobs....
 /usr/bin/install -c -m 644 man/bootchart.conf.5 man/bootchart.conf.d.5 '/home/martin/upstream/systemd-bootchart/systemd-bootchart-230/_inst/share/man/man5'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c systemd-bootchart '/usr/lib/systemd'
libtool: install: /usr/bin/install -c systemd-bootchart /usr/lib/systemd/systemd-bootchart
/usr/bin/install: cannot create regular file '/usr/lib/systemd/systemd-bootchart': Permission denied
Makefile:792: recipe for target 'install-rootlibexecPROGRAMS' failed
make[3]: *** [install-rootlibexecPROGRAMS] Error 1
Makefile:1631: recipe for target 'install-am' failed

from systemd-bootchart.

sofar avatar sofar commented on June 9, 2024

Probably fails to honor DESTDIR...

from systemd-bootchart.

martinpitt avatar martinpitt commented on June 9, 2024

Yes, obviously, but I don't know where this needs to be specified explicitly. Normally in Makefile.am one doesn't have to specify it in the destination paths.

from systemd-bootchart.

sofar avatar sofar commented on June 9, 2024

DISTCHECK is supposed to pass through a modified DESTDIR to the unit install hooks, but the custom hooks that bootchart had before getting merged are gone, and so is the DESTDIR tuning. I'll see if I can add them back.

from systemd-bootchart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.