Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

2.6.3-love1 aka "Fuzzy Bunnies Of Crazy Doom"

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
136 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
Author
Message
AgenT
Apprentice
Apprentice
User avatar
Posts: 280
Joined: Sun May 18, 2003 4:17 pm

  • Quote

Post by AgenT » Fri Feb 20, 2004 7:11 pm

Before you start, make sure *both* /usr/src/linux and /usr/src/linux-beta point to your love-sources:

Code: Select all

cd /usr/src/linux/
rmmod nvidia
opengl-update xfree
emerge -aC nvidia-kernel
emerge -aC nvidia-glx
rm /lib/modules/2.6.3-love2/ -rf
make modules_install
emerge -av nvidia-kernel
emerge -av nvidia-glx
modprobe nvidia
opengl-update nvidia
startx
Basically I started over with the modules. Hope that helps. My XFConfig was already setup because I had used my nvidia card with 2.6.0/1 so XFree did not need any changes.
Top
Dinini
Apprentice
Apprentice
Posts: 236
Joined: Wed Jun 11, 2003 12:22 am

  • Quote

Post by Dinini » Fri Feb 20, 2004 7:20 pm

For what it's worth, the need to have Local APIC enabled on uniprocessor was a bug in the 2.6.3-mm1 patch, it's gone in 2.6.3-mm2... it complies cleanly with Local APIC disabled again.
Top
TheEternalVortex
Apprentice
Apprentice
User avatar
Posts: 207
Joined: Tue Oct 15, 2002 6:38 am
Location: San Jose, CA
Contact:
Contact TheEternalVortex
Website

  • Quote

Post by TheEternalVortex » Fri Feb 20, 2004 7:47 pm

I get this odd error:

Code: Select all

  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
  KSYM    .tmp_kallsyms1.S
  AS      .tmp_kallsyms1.o
.tmp_kallsyms1.S: Assembler messages:
.tmp_kallsyms1.S:1315: Error: unknown pseudo-op: `.ong'
.tmp_kallsyms1.S:6558: Error: unknown pseudo-op: `.ong'
.tmp_kallsyms1.S:10490: Error: unknown pseudo-op: `.ong'
.tmp_kallsyms1.S:26555: Error: unknown pseudo-op: `.sciz'
.tmp_kallsyms1.S:29295: Error: unknown pseudo-op: `.sciz'
.tmp_kallsyms1.S:30641: Error: unknown pseudo-op: `.sciz'
make: *** [.tmp_kallsyms1.o] Error 1
Kernel didn't compile cleanly!
Bah, what could that be?
-- Andy
Top
Lunchy
n00b
n00b
User avatar
Posts: 70
Joined: Fri Aug 22, 2003 7:38 pm
Location: Hartford, Wisconsin

  • Quote

Post by Lunchy » Fri Feb 20, 2004 7:52 pm

AgenT wrote:Before you start, make sure *both* /usr/src/linux and /usr/src/linux-beta point to your love-sources:
yea, I did that, (see my first post about it on page 4 of this thread), maybe something with my nvidia modules are hosed. Eh, I'll give MM2 a try tonight and see what happens
-Lunchy
Top
bssteph
l33t
l33t
User avatar
Posts: 653
Joined: Wed Feb 26, 2003 12:33 am
Location: Wisconsin
Contact:
Contact bssteph
Website

  • Quote

Post by bssteph » Fri Feb 20, 2004 8:38 pm

TheEternalVortex wrote:I get this odd error:

Code: Select all

  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
  KSYM    .tmp_kallsyms1.S
  AS      .tmp_kallsyms1.o
.tmp_kallsyms1.S: Assembler messages:
.tmp_kallsyms1.S:1315: Error: unknown pseudo-op: `.ong'
.tmp_kallsyms1.S:6558: Error: unknown pseudo-op: `.ong'
.tmp_kallsyms1.S:10490: Error: unknown pseudo-op: `.ong'
.tmp_kallsyms1.S:26555: Error: unknown pseudo-op: `.sciz'
.tmp_kallsyms1.S:29295: Error: unknown pseudo-op: `.sciz'
.tmp_kallsyms1.S:30641: Error: unknown pseudo-op: `.sciz'
make: *** [.tmp_kallsyms1.o] Error 1
Kernel didn't compile cleanly!
Bah, what could that be?
Been compiling with -freduce-all-givs ? This could be the same binutils bug I've hit in the past. If this is the case, filter or remove -freduce-all-givs and rebuild binutils.
Top
TheEternalVortex
Apprentice
Apprentice
User avatar
Posts: 207
Joined: Tue Oct 15, 2002 6:38 am
Location: San Jose, CA
Contact:
Contact TheEternalVortex
Website

  • Quote

Post by TheEternalVortex » Fri Feb 20, 2004 9:04 pm

Oh, thanks a lot, I do have -freduce-all-givs. I will recompile.
-- Andy
Top
TheEternalVortex
Apprentice
Apprentice
User avatar
Posts: 207
Joined: Tue Oct 15, 2002 6:38 am
Location: San Jose, CA
Contact:
Contact TheEternalVortex
Website

  • Quote

Post by TheEternalVortex » Fri Feb 20, 2004 9:32 pm

It compiled fine this time, thanks a lot :).
-- Andy
Top
en_jones
n00b
n00b
Posts: 37
Joined: Mon Feb 09, 2004 7:05 am
Location: California

  • Quote

Post by en_jones » Sat Feb 21, 2004 12:21 am

I noticed love-r3 is out on the ftp site, but every compilation seems to fail on parport_pc:

Code: Select all

drivers/parport/parport_pc.c: In function `parport_pc_unregister_port':
drivers/parport/parport_pc.c:2337: error: `priv' undeclared (first use in this function)
drivers/parport/parport_pc.c:2337: error: (Each undeclared identifier is reported only once
drivers/parport/parport_pc.c:2337: error: for each function it appears in.)
make[2]: *** [drivers/parport/parport_pc.o] Error 1
make[1]: *** [drivers/parport] Error 2
make: *** [drivers] Error 2
* gen_die(): compile of modules failed
It does this whether it's compiled as a module or in the kernel. Any help?
Top
AgenT
Apprentice
Apprentice
User avatar
Posts: 280
Joined: Sun May 18, 2003 4:17 pm

  • Quote

Post by AgenT » Sat Feb 21, 2004 12:38 am

en_jones wrote:I noticed love-r3 is out on the ftp site, but every compilation seems to fail on parport_pc:

Code: Select all

drivers/parport/parport_pc.c: In function `parport_pc_unregister_port':
drivers/parport/parport_pc.c:2337: error: `priv' undeclared (first use in this function)
drivers/parport/parport_pc.c:2337: error: (Each undeclared identifier is reported only once
drivers/parport/parport_pc.c:2337: error: for each function it appears in.)
make[2]: *** [drivers/parport/parport_pc.o] Error 1
make[1]: *** [drivers/parport] Error 2
make: *** [drivers] Error 2
* gen_die(): compile of modules failed
It does this whether it's compiled as a module or in the kernel. Any help?
Thou shalt clicketh hereth.
Top
cpu
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 122
Joined: Sun Nov 09, 2003 1:19 pm
Location: POLAND/ZG

  • Quote

Post by cpu » Sat Feb 21, 2004 6:25 pm

I have two problems with 2.6.3-love1:
1. Strange lock ups like with kernel without nForce APIC patch (I have ABIT NF7S 2.0 with newest bios) - from time to time system freze and I have only to reboot :(
2. Problems with new radeonfb - when I start system everything is all right (append="video=radeonfb:1024x768-32@85" but when I start Xfree (4.4.0rc2) and then want to back to console I have screen broken - I mean I can't see anything.

Please help
Top
shiftzero
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 89
Joined: Sun Mar 16, 2003 6:12 am
Contact:
Contact shiftzero
Website

  • Quote

Post by shiftzero » Sun Feb 22, 2004 8:23 am

Darckness wrote:Success! I reversed the original bootsplash with only one error that needed some manual editing, then applied the new one. The new patch can be found at http://darc.ath.cx:81/linux/2.6.3-love2.patch.bz2 with ONLY the bootsplash updated.
Well, I only want the updated bootsplash; ¿how do I separate it from the patch?
Virtute tva fiat pax in.
Top
Post Reply

136 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy