Menu

#538 Makefile: recipe for target 'install' failed

bugfix
pending-fixed
Makefile (1)
5
2015-04-29
2014-11-15
kubriel
No

this is bothering me a little for a few weeks on my fresh Arch Linux 64, when compiling pd after git clone git://git.code.sf.net/p/pure-data/pure-data

./autogen.sh
./configure --prefix=/usr/local \ --enable-alsa \ --enable-jack \ --enable-fftw \ --disable-portaudio
make runs ok,
but make install result is error:

Makefile:865: recipe for target 'install-nobase_dist_libpdDATA' failed
make[3]: [install-nobase_dist_libpdDATA] Error 1
make[3]: Leaving directory '/home/kubriel/Downloads/AUR/pd-git/src/pure-data'
Makefile:1220: recipe for target 'install-am' failed
make[2]:
[install-am] Error 2
make[2]: Leaving directory '/home/kubriel/Downloads/AUR/pd-git/src/pure-data'
Makefile:917: recipe for target 'install-recursive' failed
make[1]: [install-recursive] Error 1
make[1]: Leaving directory '/home/kubriel/Downloads/AUR/pd-git/src/pure-data'
Makefile:1214: recipe for target 'install' failed
make:
[install] Error 2

Discussion

  • IOhannes m zmölnig

    confirmed.
    the problem is that in [efc894] some directories were accidentally added to nobase_dist_libpd_DATA (namely doc/7.stuff/soundfile-tools, doc/7.stuff/synth and doc/7.stuff/tools).

    attached patch fixes the problem (apply with git am)

     

    Related

    Commit: [efc894]

  • IOhannes m zmölnig

    Ticket moved from /p/pure-data/bugs/1172/

     
  • IOhannes m zmölnig

    • assigned_to: Miller Puckette
    • Group: v0.46 --> bugfix
     
  • Miller Puckette

    Miller Puckette - 2015-04-29
    • status: open --> pending-fixed
     

Anonymous
Anonymous

Add attachments
Cancel