-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Make error #580
Comments
Got past that step no stuck here charpick.c: At top level: |
sudo? |
yes I used Sudo |
|
yes did that |
then regular user cannot perform |
kept on retrying seems like its working for now, still making |
|
usr/bin/ld: cpufreq-selector-sysfs.o: in function |
trying this now |
&& only will run the next command when the previous one exited successfully. |
this happened after make ran for a very long time |
sudo make stops at this point |
Change the file permissions of your working copy using
|
Change the file permissions of your working copy using chown (chown -R USER PATH) |
|
alright |
|
still got this error |
Install kernel source/headers on your system. |
git.mk: Generating .gitignore |
/usr/bin/ld: cpufreq-selector-sysfs.o: in function cpufreq_selector_sysfs_get_type': /home/user/mate-applets/cpufreq/src/cpufreq-selector/cpufreq-selector-sysfs.c:49: multiple definition of cpufreq_selector_sysfs_get_type'; cpufreq-selector-sysfs.o:/home/user/mate-applets/cpufreq/src/cpufreq-selector/cpufreq-selector-sysfs.c:49: first defined here |
to compile the cpufreq applet, the kernel source and headers must be installed on your system. If you do not know how to install all build deps you can disable this applet on the configure step. You can find more information by running:
|
I have kernel headers I dont know about the source but it should be something that came with parrot |
Installed kernel source |
I have this problem aswell on my arch linux. I installed linux and linux-headers. The vanilla archlinux kernel, version 5.12.6. It is not working with mate-applets version 25.3 /usr/bin/ld: cpufreq-selector-sysfs.o: in function `cpufreq_selector_sysfs_get_type':
/datagcc/buildspace/mate-applets-git/src/mate-applets/cpufreq/src/cpufreq-selector/cpufreq-selector-sysfs.c:49: multiple definition of `cpufreq_selector_sysfs_get_type'; cpufreq-selector-sysfs.o:/datagcc/buildspace/mate-applets-git/src/mate-applets/cpufreq/src/cpufreq-selector/cpufreq-selector-sysfs.c:49: first defined here
/usr/bin/ld: cpufreq-selector-sysfs.o: in function `cpufreq_selector_sysfs_new':
/datagcc/buildspace/mate-applets-git/src/mate-applets/cpufreq/src/cpufreq-selector/cpufreq-selector-sysfs.c:92: multiple definition of `cpufreq_selector_sysfs_new'; cpufreq-selector-sysfs.o:/datagcc/buildspace/mate-applets-git/src/mate-applets/cpufreq/src/cpufreq-selector/cpufreq-selector-sysfs.c:92: first defined here
[eggz@archbuild mate]$ pacman -Q linux linux-headers ; uname -a
linux 5.12.6.arch1-1
linux-headers 5.12.6.arch1-1
Linux archbuild 5.12.6-arch1-1 #1 SMP PREEMPT Sun, 23 May 2021 00:45:50 +0000 x86_64 GNU/Linux I really don't know what else to tell you, since my C knowledge is certainly not as great as my knowledge of the linux system and arch linux in particular. The compile doesn't work, and I feel like we are missing a vital piece of information here. |
Expected behaviour
Actual behaviour
CC charpick.o
/bin/bash: ../depcomp: No such file or directory
make[4]: *** [Makefile:625: charpick.o] Error 127
make[4]: Leaving directory '/home/user/mate-applets/charpick'
make[3]: *** [Makefile:698: all-recursive] Error 1
make[3]: Leaving directory '/home/user/mate-applets/charpick'
make[2]: *** [Makefile:517: all] Error 2
make[2]: Leaving directory '/home/user/mate-applets/charpick'
make[1]: *** [Makefile:580: all-recursive] Error 1
make[1]: Leaving directory '/home/user/mate-applets'
make: *** [Makefile:512: all] Error 2
Steps to reproduce the behaviour
sudo ./configure && make && make install
MATE general version
Package version
Linux Distribution
Parrot
Link to bugreport of your Distribution (requirement)
The text was updated successfully, but these errors were encountered: