[PD-dev] [ pure-data-Bugs-1209262 ] devel_0_38 configured with prefix doesn't install

SourceForge.net noreply at sourceforge.net
Thu May 26 23:14:22 CEST 2005


Bugs item #1209262, was opened at 2005-05-26 18:21
Message generated for change (Comment added) made by timblech
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1209262&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata-dev
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: devel_0_38 configured with prefix doesn't install

Initial Comment:
The following actions are missing from "make install",
which causes it to fail:

$ mkdir $PREFIX/lib   
$ mkdir $PREFIX/lib/pd
$ mkdir $PREFIX/lib/pd/bin
$ mkdir $PREFIX/lib/pd/extra

After "./bootstrap.sh", "./configure
--prefix=/home/claude/pd-devel-0-38 ...", "make", here
is the log of attempted install:

claude at maximus pd $ make install
Making install in src
make[1]: Entering directory
`/home/claude/build/pd-devel-0-38-20050526/pd/src'
install u_main.tk ../bin/pd.tk
install pd ../bin/pd
make[2]: Entering directory
`/home/claude/build/pd-devel-0-38-20050526/pd/src'
test -z "/home/claude/pd-devel-0-38/bin" || mkdir -p --
. "/home/claude/pd-devel-0-38/bin"
  /bin/install -c 'pd' '/home/claude/pd-devel-0-38/bin/pd'
  /bin/install -c 'pdsend'
'/home/claude/pd-devel-0-38/bin/pdsend'
  /bin/install -c 'pdreceive'
'/home/claude/pd-devel-0-38/bin/pdreceive'
install -m644 ../bin/pd.tk
/home/claude/pd-devel-0-38/lib/pd/bin/pd.tk
install: cannot create regular file
`/home/claude/pd-devel-0-38/lib/pd/bin/pd.tk': No such
file or directory
make[2]: *** [install-exec-local] Error 1
make[2]: Leaving directory
`/home/claude/build/pd-devel-0-38-20050526/pd/src'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory
`/home/claude/build/pd-devel-0-38-20050526/pd/src'
make: *** [install-recursive] Error 1
claude at maximus pd $ mkdir /home/claude/pd-devel-0-38/lib   
claude at maximus pd $ mkdir /home/claude/pd-devel-0-38/lib/pd
claude at maximus pd $ mkdir
/home/claude/pd-devel-0-38/lib/pd/bin
claude at maximus pd $ make install
Making install in src
make[1]: Entering directory
`/home/claude/build/pd-devel-0-38-20050526/pd/src'
install u_main.tk ../bin/pd.tk
install pd ../bin/pd
make[2]: Entering directory
`/home/claude/build/pd-devel-0-38-20050526/pd/src'
test -z "/home/claude/pd-devel-0-38/bin" || mkdir -p --
. "/home/claude/pd-devel-0-38/bin"
  /bin/install -c 'pd' '/home/claude/pd-devel-0-38/bin/pd'
  /bin/install -c 'pdsend'
'/home/claude/pd-devel-0-38/bin/pdsend'
  /bin/install -c 'pdreceive'
'/home/claude/pd-devel-0-38/bin/pdreceive'
install -m644 ../bin/pd.tk
/home/claude/pd-devel-0-38/lib/pd/bin/pd.tk
test -z "/home/claude/pd-devel-0-38/include" || mkdir
-p -- . "/home/claude/pd-devel-0-38/include"
 /bin/install -c -m 644 'm_pd.h'
'/home/claude/pd-devel-0-38/include/m_pd.h'
test -z "/home/claude/pd-devel-0-38/lib/pd/bin" ||
mkdir -p -- . "/home/claude/pd-devel-0-38/lib/pd/bin"
  /bin/install -c '../bin/pd-watchdog'
'/home/claude/pd-devel-0-38/lib/pd/bin/pd-watchdog'
  /bin/install -c '../bin/pd-gui'
'/home/claude/pd-devel-0-38/lib/pd/bin/pd-gui'
make[2]: Leaving directory
`/home/claude/build/pd-devel-0-38-20050526/pd/src'
make[1]: Leaving directory
`/home/claude/build/pd-devel-0-38-20050526/pd/src'
Making install in extra
make[1]: Entering directory
`/home/claude/build/pd-devel-0-38-20050526/pd/extra'
install -m 644 ./*/*.pd_linux
/home/claude/pd-devel-0-38/lib/pd/extra
install: installing multiple files, but last argument,
`/home/claude/pd-devel-0-38/lib/pd/extra' is not a
directory
Try `install --help' for more information.
make[1]: *** [install] Error 1
make[1]: Leaving directory
`/home/claude/build/pd-devel-0-38-20050526/pd/extra'
make: *** [install-recursive] Error 1
claude at maximus pd $ mkdir
/home/claude/pd-devel-0-38/lib/pd/extra
claude at maximus pd $ make install
Making install in src
make[1]: Entering directory
`/home/claude/build/pd-devel-0-38-20050526/pd/src'
install u_main.tk ../bin/pd.tk
install pd ../bin/pd
make[2]: Entering directory
`/home/claude/build/pd-devel-0-38-20050526/pd/src'
test -z "/home/claude/pd-devel-0-38/bin" || mkdir -p --
. "/home/claude/pd-devel-0-38/bin"
  /bin/install -c 'pd' '/home/claude/pd-devel-0-38/bin/pd'
  /bin/install -c 'pdsend'
'/home/claude/pd-devel-0-38/bin/pdsend'
  /bin/install -c 'pdreceive'
'/home/claude/pd-devel-0-38/bin/pdreceive'
install -m644 ../bin/pd.tk
/home/claude/pd-devel-0-38/lib/pd/bin/pd.tk
test -z "/home/claude/pd-devel-0-38/include" || mkdir
-p -- . "/home/claude/pd-devel-0-38/include"
 /bin/install -c -m 644 'm_pd.h'
'/home/claude/pd-devel-0-38/include/m_pd.h'
test -z "/home/claude/pd-devel-0-38/lib/pd/bin" ||
mkdir -p -- . "/home/claude/pd-devel-0-38/lib/pd/bin"
  /bin/install -c '../bin/pd-watchdog'
'/home/claude/pd-devel-0-38/lib/pd/bin/pd-watchdog'
  /bin/install -c '../bin/pd-gui'
'/home/claude/pd-devel-0-38/lib/pd/bin/pd-gui'
make[2]: Leaving directory
`/home/claude/build/pd-devel-0-38-20050526/pd/src'
make[1]: Leaving directory
`/home/claude/build/pd-devel-0-38-20050526/pd/src'
Making install in extra
make[1]: Entering directory
`/home/claude/build/pd-devel-0-38-20050526/pd/extra'
install -m 644 ./*/*.pd_linux
/home/claude/pd-devel-0-38/lib/pd/extra
make[1]: Leaving directory
`/home/claude/build/pd-devel-0-38-20050526/pd/extra'
make[1]: Entering directory
`/home/claude/build/pd-devel-0-38-20050526/pd'
make[2]: Entering directory
`/home/claude/build/pd-devel-0-38-20050526/pd'
make[2]: Nothing to be done for `install-exec-am'.
cp -r ./doc /home/claude/pd-devel-0-38/lib/pd/
test -z "/home/claude/pd-devel-0-38/man/man1" || mkdir
-p -- . "/home/claude/pd-devel-0-38/man/man1"
 /bin/install -c -m 644 './man/pd.1'
'/home/claude/pd-devel-0-38/man/man1/pd.1'
 /bin/install -c -m 644 './man/pdsend.1'
'/home/claude/pd-devel-0-38/man/man1/pdsend.1'
 /bin/install -c -m 644 './man/pdreceive.1'
'/home/claude/pd-devel-0-38/man/man1/pdreceive.1'
make[2]: Leaving directory
`/home/claude/build/pd-devel-0-38-20050526/pd'
make[1]: Leaving directory
`/home/claude/build/pd-devel-0-38-20050526/pd'
claude at maximus pd $ 

----------------------------------------------------------------------

>Comment By: Tim Blechmann (timblech)
Date: 2005-05-26 23:14

Message:
Logged In: YES 
user_id=326084

fixed in cvs 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1209262&group_id=55736




More information about the Pd-dev mailing list