shkhln / linuxulator-steam-utils

Steam launcher for FreeBSD
MIT License
125 stars 12 forks source link

getopt command not found? #106

Closed TeknosQuet closed 1 year ago

TeknosQuet commented 1 year ago

Hello. I have ran the steam-install binary and it has downloaded Steam. However, whenever I run steam, it outputs this and does nothing.

teknosquet[~] % steam
/compat/debian/home/teknosquet/.steam/steam/ubuntu12_32/steam-runtime/setup.sh: line 522: getopt: command not found
^C/usr/local/bin/steam:30:in ``': Interrupt
    from /usr/local/bin/steam:30:in `linux_run'
    from /usr/local/bin/steam:72:in `<main>'

teknosquet[~] % 

The getopt command exists both inside the Linux chroot and FreeBSD itself, so I am not sure how to go about this.

shkhln commented 1 year ago

There are quite a few places where the code in this repo refers to the /compat/linux path.

TeknosQuet commented 1 year ago

It's set to /compat/debian for me it seems, and works somewhat anyway

TeknosQuet commented 1 year ago

I will close this since I shouldn't have opened it in the first place. Sorry for any inconvenience