You are not logged in.
After a long and strenuous fight, I finally upgraded glibc. However, now I am running into this problem when running yaourt -S
==> Validating source files with md5sums...
tp_smapi-0.41.tar.gz ... Passed
==> Validating source files with sha256sums...
tp_smapi-0.41.tar.gz ... Passed
==> Extracting Sources...
-> Extracting tp_smapi-0.41.tar.gz with bsdtar
==> Starting build()...
make: *** No rule to make target `/usr/lib/modules/3.3.8-1-ARCH/build', needed by `modules'. Stop.
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build tp_smapi.
==> Restart building tp_smapi ? [y/N]
==> ---------------------------------Offline
Are you running the currently installed kernel?
Offline
At the very least he isn't updated to the newest kernel.
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
latest version 0.41-2 builds fine here with makepkg , did you do a complete pacman -Syu before building ?
This line
make: *** No rule to make target `/usr/lib/modules/3.3.8-1-ARCH/build', needed by `modules'. Stop.suggests you haven't done a full update as current kernel version is 3.4.4 .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Yes, I did full update, except the kernel. Kernels above 3.3 require nvidia 3xx which breaks resume for me.
Offline
Offline
Why not try the LTS kernel?
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
It's too old.
Offline
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
jasonwryan wrote:
You mean unsupported, or forbidden? If you don't want to help, then just don't answer in this thread.
Offline
cfr wrote:jasonwryan wrote:You mean unsupported, or forbidden? If you don't want to help, then just don't answer in this thread.
Unsupported as in not suported -- in this thread or any other.
Offline
Kernels above 3.3 require nvidia 3xx
Why would the kernel care about the nvidia driver? It's the other way around, the nvidia driver needs to take care that it support a specific kernel. And all current nvidia drivers (295xx long-lived branch, 302xx stable, 304xx beta, 173xx legacy) support all released kernels.
Offline
I was not able to install 2xx drivers on 3.4 kernels. Maybe I need to compile them myself.
But also 3.4 kernels brake automounting of USB devices.
Offline
So fundamentally your issue has nothing to with AUR install issues, and everything to do with alleged kernel issues. Invstigate your automount and nvidia issues - I can assure you that automount is working fine for me with 3.4.4., and although I don't use nvidia myself, I think there would be quite a lot of noise around here if the arch nvidia package did not work with the arch kernel package.
Offline
So fundamentally your issue has nothing to with AUR install issues, and everything to do with alleged kernel issues. Invstigate your automount and nvidia issues - I can assure you that automount is working fine for me with 3.4.4., and although I don't use nvidia myself, I think there would be quite a lot of noise around here if the arch nvidia package did not work with the arch kernel package.
My current issue IS about installing a package from AUR. Kernel issues is another matter. And I did investigate it to no avail, so the only thing i could do is downgrade the kernel.
Here's the nvidia in more detail: https://bbs.archlinux.org/viewtopic.php … 9#p1121839
Offline
"Maybe it is connected to newest nvidia driver?" ... you have an odd definition of the phrase "in more detail".
Anyway, good luck, clearly you're not prepared to put in any serious effort here.
Offline
If you still have the kernel in the pacman cache (/var/cache/pacman/pkg) couldn't you reinstall the current kernel from there and see if it fixes the AUR issue?
Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus B550-F Gaming MB, 128Gb Corsair DDR4, Fractal Design Define 7 XL, 5 HD (2 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703
/ is the root of all problems.
Offline
I just installed newest linux-pf kernel, and the error persists. At least USB automounting is gone, and when I installed nvidia drivers 295 manually, the suspend problem is gone as well.
Offline
The exact same error? "/blah/blah/3.3.8-1-ARCH/blah"? that means you didn't reboot into the new kernel.
OTOH, if it's the same error except with the pf kernel version, make sure you installed the headers.
Offline
I have similar problem to:
I'm the owner of the Asus Aspire One netbook with pretty rubbish graphic chip onboard - Intel gma500. I know there are open source driver in the kernel works out of the box, but preformance is far from ideal.
An option can be emgd driver but xorg 1.10 and kernel 3.3 are required for proper work, so during last glibc update i had to update xorg and kernel for the latest version and obviously after that I got unworked Xorg.
Then I downgraded xorg and kernel, but I couldnt install emgd driver anymore, because symlink "build" in /etc/lib/modules/3.3.8-1-ARCH was broken.
So I deleted symlink "build" in /etc/lib/modules/3.3.8-1-ARCH and manualy recreated it to the /usr/src/3.3.8-1-ARCH.
After that emgd driver was installed prefectly and now I have perfectly working xorg again.
I know this is not the rightest solution, but it helped me and may be it will be usefull for others.
Offline