-
Notifications
You must be signed in to change notification settings - Fork 854
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
Unable to build a .deb package #2132
Comments
@patrick330602 - In #2013 (comment), there is a comment saying "System V semaphores and shared memory were implemented during Creators Update but message queues were not."; This means you cannot use And, I found a interesting comment too; #8 (comment). I don't understand that comment, but think that might (or might not) be helpful to you. |
Rebuilding fakeroot to use tcp will work around your problem. |
@Vaporeon Thanks! this solved my issue |
@sunjoong nice to know about it, and I solved my problem. Thanks! |
Not faking it will also "work around" this particular problem. |
|
Let's pretend that some of us arrived at this thread by googling our error message, and might have no clue what this means or how to accomplish it. How might one go about "rebuilding fakeroot to use tcp"? |
I had the same question as @tjwebb and found out you can run: This solved the issue for me on WSL. |
Is it possible for |
For WSL in general, this is not possible to my knowledge. This is because fakeroot is managed by the Linux distribution you are running and not by WSL itself. If you are not running Debian or a derivative, you can always rename the original fakeroot to something else and then rename (or symlink) fakeroot-tcp to fakeroot. |
Your Windows build number: 10.0.16193.1001
What you're doing and what's happening:
I am trying to build a Debian package on Bash On Windows using command
sudo debuild -us -uc
What's wrong / what should be happening instead:
It is expected to be built properly, however, following errors is produced:
The text was updated successfully, but these errors were encountered: