You are not logged in.
Pages: 1
Hello,
since the package is out, i tried many times to rebuild it with abs with no success. I got this error at the end of the build:
if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b /var/abs/kernels/kernel26/pkg -r 2.6.9; fi
./PKGBUILD: line 65: cd: /var/abs/kernels/kernel26/pkg/lib/modules/2.6.9-ARCH: No such file or directory
==> ERROR: Build Failed. Aborting...
Any idea ?
thank you
Comete
Offline
Hi
When I do makepkg in the /var/abs/kernel26 directory I get a http page not found error while downlaoding acpi from www.kernel.org
Is this a bug?
:cry:
Bob
Offline
The Url is wrong ....
maybe submit a bug report ...
you could change it to 20041105 but I cannot be sure that it will work ...
Mr Green
Offline
Hi
Yes I changed it to 20041105 but then it fails on the md5 check sum. I could not figure out how to change the check sum.
So I am stuck at the moment. I wonder how come nobody has noticed this problem? Reading the forums it seems that a lot of people have gone the ABS route in compiling kernel 2.6.9.
Anyways, thanks for your attention.
Offline
simply remove the md5sum for acpi in the PKGUILD & it should work. i rebuild the kernel 2.6.9 , because i needed another acpi patch for my laptop, but now i get a message at start up , that /proc/bus/usb is missing. although my USB modem, USB mouse & USB hard drive are working. i wonder how Judd made the package with the old acpi?
[URL=http://imageshack.us][img]http://img360.imageshack.us/img360/481/imbulgarian6ph.gif[/img][/URL]
Offline
They must have done some work on the PKGBUILD because the removal of the md5sums no longer works; now all I had to do was change the patch line to
patch -Np1 -i ../acpi-20041105-26-latest-release.diff || return 1
but now it fails here when patching:
==> Starting build()...
patching file drivers/block/scsi_ioctl.c
Hunk #1 succeeded at 220 (offset 27 lines).
patching file arch/i386/kernel/acpi/Makefile
patching file arch/i386/kernel/acpi/boot.c
Hunk #1 succeeded at 823 (offset 5 lines).
patching file arch/i386/kernel/acpi/earlyquirk.c
patching file arch/i386/kernel/apic.c
Hunk #1 succeeded at 514 (offset -22 lines).
Hunk #3 succeeded at 598 (offset -22 lines).
patching file arch/i386/kernel/mpparse.c
Hunk #2 succeeded at 1049 with fuzz 2 (offset -6 lines).
patching file arch/i386/mach-es7000/es7000plat.c
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file arch/i386/mach-es7000/es7000pl at.c.rej
patching file drivers/acpi/battery.c
patching file drivers/acpi/ec.c
patching file drivers/acpi/fan.c
patching file drivers/acpi/pci_irq.c
patching file drivers/acpi/pci_link.c
patching file drivers/acpi/system.c
patching file include/asm-i386/acpi.h
patching file include/asm-i386/pci-direct.h
==> ERROR: Build Failed. Aborting...
The patch I'm using matched the md5sum in the PKGBUILD so I'm assuming I'm using the right patch. But there seems to be some ambiguity in the PKGBUILD as to which version of the patch should be used.
=> Now known as jb
Offline
clear out pkg & src directory from dir. you are working in
rm -rf pkg src
Note do not do rm -rf /pkg /src
then
makepkg
let us know how you get on
Mr Green
Offline
I make sure src and pkg are gone every time I do a makepkg; besides, the way that PKGBUILD is written it can't even start building unless src is gone (or at least one of the untarred -diff files is missing, can't remember which off-hand).
...I additionally do a makepkg -C just before as well.
I'm about 1200 miles away from my computer right now so I won't be able to work on it more until monday. I'll let you know then what stupid mistake I was overlooking.
=> Now known as jb
Offline
I'm getting the same error as atriqus - I ran abs today and the acpi patch version in the build section of PKGBUILD is STILL the old one despite having the new one in the sources section, which is pretty bad to be honest....
Offline
Pages: 1