Re: [RDD] Compiling Rivendell 3.0 rc0.0 on debian 9

2019-04-23 Thread le père Léon
Le 20/04/2019 à 22:30, Patrick a écrit :
> Clearly we need some instructions for compiling on Debian systems.

I wrote a few lines :
http://wiki.rivendellaudio.org/index.php/Debian9

have to update for the new debian-specific runuser bug.

I did not check if last revisions do really work after the described
install.

All additions and modifications are welcome !!



-- 
Léon.

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Compiling Rivendell 3.0 rc0.0 on debian 9

2019-04-20 Thread David Klann
Hi Tim,

On 4/20/19 1:58 PM, Tim Camp wrote:
> 
> 
> configure halts on this error
> configure: error: *** runuser(1) not found ***
> 
> The only way to get configure to not fail is to run as root.
> 

Debian _may_ exclude /sbin from $PATH by default for non-root users? Run
"echo $PATH" to see whether /sbin is included. Add it if not with
"export PATH=/sbin:$PATH"

Here are some details from a Debian 9 system I have (commands run as
"root"; apologies for the text wrap):

# which runuser
/sbin/runuser

# dpkg-query --search /sbin/runuser
util-linux: /sbin/runuser

# dpkg -l util-linux
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version  Architecture  Description
+++--=-=
ii  util-linux   2.29.2-1+deb9u1  amd64   miscellaneous system utilities

Hope this helps!

  ~David Klann

> Tim Camp
> WZEW-FM



signature.asc
Description: OpenPGP digital signature
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Compiling Rivendell 3.0 rc0.0 on debian 9

2019-04-20 Thread Patrick
Clearly we need some instructions for compiling on Debian systems.

If anyone has them, maybe we can add them to the master branch.

I think in this case it’s because your non-root user path doesn’t have /sbin or 
/usr/sbin in it. As root you can “which runuser” and see where it’s at.

Add the directory that contains runuser to your path and you’ll be golden (at 
least for configure). 

Sent from my iPhone

> On Apr 20, 2019, at 11:58 AM, Tim Camp  wrote:
> 
> 
> 
> configure halts on this error
> configure: error: *** runuser(1) not found ***
> 
> The only way to get configure to not fail is to run as root.
> 
> Tim Camp
> WZEW-FM
> 
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Compiling Rivendell 3.0 rc0.0 on debian 9

2019-04-20 Thread Tim Camp
configure halts on this error
configure: error: *** runuser(1) not found ***

The only way to get configure to not fail is to run as root.

Tim Camp
WZEW-FM
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev