You are not logged in.

#1 2012-07-15 20:12:08

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

Problem with AUR package installation after glibc upgrade

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

#2 2012-07-15 20:17:16

Zamboniman
Member
Registered: 2010-06-20
Posts: 17

Re: Problem with AUR package installation after glibc upgrade

Are you running the currently installed kernel?

Offline

#3 2012-07-15 20:18:12

lifeafter2am
Member
From: 127.0.0.1
Registered: 2009-06-10
Posts: 1,332

Re: Problem with AUR package installation after glibc upgrade

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

#4 2012-07-15 20:20:56

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,104

Re: Problem with AUR package installation after glibc upgrade

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

#5 2012-07-15 20:30:20

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

Re: Problem with AUR package installation after glibc upgrade

Yes, I did full update, except the kernel. Kernels above 3.3 require nvidia 3xx which breaks resume for me.

Offline

#6 2012-07-15 20:52:27

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Problem with AUR package installation after glibc upgrade


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2012-07-15 22:42:33

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,174

Re: Problem with AUR package installation after glibc upgrade

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

#8 2012-07-15 23:00:37

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

Re: Problem with AUR package installation after glibc upgrade

It's too old.

Offline

#9 2012-07-15 23:45:12

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,174

Re: Problem with AUR package installation after glibc upgrade


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

#10 2012-07-16 08:59:03

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

Re: Problem with AUR package installation after glibc upgrade

You mean unsupported, or forbidden? If you don't want to help, then just don't answer in this thread.

Offline

#11 2012-07-16 09:09:06

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Problem with AUR package installation after glibc upgrade

Lockheed 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.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#12 2012-07-16 09:16:00

Gusar
Member
Registered: 2009-08-25
Posts: 3,607

Re: Problem with AUR package installation after glibc upgrade

Lockheed wrote:

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

#13 2012-07-16 09:20:23

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

Re: Problem with AUR package installation after glibc upgrade

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

#14 2012-07-16 09:31:29

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Problem with AUR package installation after glibc upgrade

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

#15 2012-07-16 09:46:28

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

Re: Problem with AUR package installation after glibc upgrade

tomk wrote:

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

#16 2012-07-16 10:10:41

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Problem with AUR package installation after glibc upgrade

"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

#17 2012-07-16 11:26:40

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,360

Re: Problem with AUR package installation after glibc upgrade

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

#18 2012-07-16 13:59:21

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

Re: Problem with AUR package installation after glibc upgrade

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

#19 2012-07-16 15:48:00

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Problem with AUR package installation after glibc upgrade

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

#20 2012-07-16 17:45:12

davethepresident
Member
Registered: 2012-05-31
Posts: 2

Re: Problem with AUR package installation after glibc upgrade

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

Board footer

Powered by FluxBB