make install error

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

make install error

#1 Post by edoc »

In Exprimo 5x15 I ran config and make without error, then this:

Code: Select all

# make install
Making install in ../libhdhomerun
make[1]: Entering directory `/initrd/mnt/dev_save/savestuff/silicondust/firmware/libhdhomerun'
(ignoring request to make install)
make[1]: Leaving directory `/initrd/mnt/dev_save/savestuff/silicondust/firmware/libhdhomerun'
Making install in src
make[1]: Entering directory `/initrd/mnt/dev_save/savestuff/silicondust/firmware/hdhomerun_config_gui/src'
make[2]: Entering directory `/initrd/mnt/dev_save/savestuff/silicondust/firmware/hdhomerun_config_gui/src'
test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin"
/bin/sh: .././install-sh: Permission denied
make[2]: *** [install-binPROGRAMS] Error 126
make[2]: Leaving directory `/initrd/mnt/dev_save/savestuff/silicondust/firmware/hdhomerun_config_gui/src'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/initrd/mnt/dev_save/savestuff/silicondust/firmware/hdhomerun_config_gui/src'
make: *** [install-recursive] Error 1
# 
Any idea why I am getting the "permission denied" error and how to resolve it, please?

Thanks!
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#2 Post by Semme »

Looks like install-sh isn't executable, is it?

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#3 Post by edoc »

If you say so. :-)

I'm so confused/frustrated by the Debian nonsense, re. weewx and glade, that my brain is fried.

I right-clicked on install.sh, went to permissions, and accepted the default to make it executable (no idea why that wasn't set that way by default) then re-ran the three steps; ./config, make, and make install - all went well.

On to the next step ...

Thanks!
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#4 Post by Semme »

You're welcome. Who'd have thought run'n as root could be so difficult? The nerve of these Pup devs.. :P

Post Reply