Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build it on Linuxmint 20.04 #75

Closed
ikarlmarx opened this issue Mar 6, 2022 · 9 comments
Closed

Cannot build it on Linuxmint 20.04 #75

ikarlmarx opened this issue Mar 6, 2022 · 9 comments

Comments

@ikarlmarx
Copy link

log:
No such script: /usr/share/debootstrap/scripts/uma

Anybody can help?
Thank you very much.

@matt335672
Copy link
Member

Hi @ikarlmarx

Thanks for raising this.

I've managed to reproduce it. It seems Mint is built on top of Ubuntu 'focal', but actually changes the codename of the system as reported by the lsb_release -cs command to una from focal.

I've added a branch to my development repository to support this. Please try the following in your git repository, if you're happy to work from my repo:-

git remote add matt335672 https://github.com/matt335672/pulseaudio-module-xrdp.git
git fetch matt335672
git checkout -b suite_support --track matt335672/suite_support

Then use this command to try to build the module:-

scripts/install_pulseaudio_sources_apt_wrapper.sh --suite=focal

Let me know how it goes

@matt335672
Copy link
Member

@ikarlmarx

Have you had a chance to look at this yet?

Thanks.

@ikarlmarx
Copy link
Author

git remote add matt335672 https://github.com/matt335672/pulseaudio-module-xrdp.git:

fatal: not git lib(or any parent dir):.git

@ikarlmarx
Copy link
Author

Sorry I just saw it.

@matt335672
Copy link
Member

Sorry - I'm assuming you're building from git, and it doesn't look like you are.

Try this:-

git clone https://github.com/matt335672/pulseaudio-module-xrdp
cd pulseaudio-module-xrdp
git checkout suite_support
scripts/install_pulseaudio_sources_apt_wrapper.sh --suite=focal

then follow the rest of the build instructions.

@ikarlmarx
Copy link
Author

Sorry - I'm assuming you're building from git, and it doesn't look like you are.

Try this:-

git clone https://github.com/matt335672/pulseaudio-module-xrdp
cd pulseaudio-module-xrdp
git checkout suite_support
scripts/install_pulseaudio_sources_apt_wrapper.sh --suite=focal

then follow the rest of the build instructions.

Sorry for a long time no reply.

Everything is good, except when I ran:

scripts/install_pulseaudio_sources_apt_wrapper.sh --suite=focal

I Got:

** Unsupported suite 'focal'

I checked the system(Linux Mint 20.3). And there is no debootstrap.

@ikarlmarx
Copy link
Author

It is DONE.
I installed debootstrap, and some other tools such as autoconf, automake, libtool.
Then:
./bootstrap && ./configure PULSE_DIR=~/pulseaudio.src
make
sudo make install

and then:
ls $(pkg-config --variable=modlibexecdir libpulse) | grep xrdp
They are there.

Reboot, done.

Thank you very much.

@matt335672
Copy link
Member

Great - thanks for the feedback. I'll get the script and the Wiki updated.

@matt335672
Copy link
Member

Closed by #78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants