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

Does this work with Linux Mint ? #31

Open
TheeDudenator opened this issue Sep 10, 2024 · 3 comments
Open

Does this work with Linux Mint ? #31

TheeDudenator opened this issue Sep 10, 2024 · 3 comments

Comments

@TheeDudenator
Copy link

---@basement:$ cd gasket-driver/
---@basement:
/gasket-driver$ cd src/
---@basement:/gasket-driver/src$ nano gasket_interrupt.c
---@basement:
/gasket-driver/src$ cd ..
---@basement:/gasket-driver$ cd
---@basement:
$ debuild -us -uc -tc -b
debuild: fatal error at line 681:
cannot find readable debian/changelog anywhere!
Are you in the source code tree?

@robertzaage
Copy link
Contributor

Looks like you just typed cd which sends you to your home folder. Just do the cd .. to go one folder up and then debuild.

@TheeDudenator
Copy link
Author

Yep, I got further along. But still not good.

Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up gasket-dkms (1.0-18) ...
Removing old gasket-1.0 DKMS files...
Deleting module gasket-1.0 completely from the DKMS tree.
Loading new gasket-1.0 DKMS files...
Deprecated feature: REMAKE_INITRD (/usr/src/gasket-1.0/dkms.conf)
Building for 6.8.0-41-generic
Building initial module for 6.8.0-41-generic
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/gasket/1.0/source/dkms.conf)
Error! Bad return status for module build on kernel: 6.8.0-41-generic (x86_64)
Consult /var/lib/dkms/gasket/1.0/build/make.log for more information.
dpkg: error processing package gasket-dkms (--configure):
installed gasket-dkms package post-installation script subprocess returned erro
r exit status 10
Errors were encountered while processing:
gasket-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)

@robertzaage
Copy link
Contributor

Did you check the mentioned make.log?

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