You are not logged in.

#1 2013-02-24 12:34:44

Ochi
Member
Registered: 2013-01-23
Posts: 2

[SOLVED] NVIDIA PKGBUILD link broken

Hey everyone,

I don't really know where else to put this, so I'll try it here: The NVIDIA PKGBUILD link on the homepage does not seem to work for me. That's all. ^^

By the way, do you think it would be beneficial to add a "Website" category to the bug tracker or something like that?

---

Edit: Thanks, link on the homepage is also working now. smile

Last edited by Ochi (2013-02-25 14:29:38)

Offline

#2 2013-02-24 13:06:33

dvorak
Member
From: Lecce, Italy
Registered: 2013-01-27
Posts: 20

Re: [SOLVED] NVIDIA PKGBUILD link broken

Ochi wrote:

Hey everyone,

I don't really know where else to put this, so I'll try it here: The NVIDIA PKGBUILD link on the homepage does not seem to work for me. That's all. ^^

Hmm...seems like the URL is wrong.

The following is the correct one.
https://github.com/Amzo/ArchBSD/tree/ma … tra/nvidia




Best regards,
dvorak


"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."  — Dennis Ritchie

Offline

#3 2013-02-25 18:35:13

Amzo
Administrator
Registered: 2013-01-21
Posts: 144

Re: [SOLVED] NVIDIA PKGBUILD link broken

There is a slight bug when building the nvidia driver. it looks for /usr/src/sys/${CARCH} which CARCH is x86_64 on ArchBSD,

So to fix the issue with building the nvidia driver use:

ls -s /usr/src/sys/amd64 /usr/src/sys/x86_64

If the file x86_64 already exists just remove it with rm -f

Offline

#4 2013-02-26 08:35:43

Blµb
Administrator
Registered: 2013-01-24
Posts: 57

Re: [SOLVED] NVIDIA PKGBUILD link broken

Thought we added this symlink to the kernel package already?

Offline

#5 2013-02-26 15:26:36

Amzo
Administrator
Registered: 2013-01-21
Posts: 144

Re: [SOLVED] NVIDIA PKGBUILD link broken

It's in the PKGBUILD, but there hasn't been a rebuild of the package yet. As it was just a minor issue.

Offline

Board footer

Powered by FluxBB