Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.5_rc2-love1 aka "I Want To Do The Latin Hustle"
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
steel300
Veteran
Veteran


Joined: 10 Jul 2003
Posts: 1155

PostPosted: Wed Mar 24, 2004 10:31 pm    Post subject: 2.6.5_rc2-love1 aka "I Want To Do The Latin Hustle" Reply with quote

For those that are interested, here is the latest love-sources. The ebuild, patch and notes file can be found at http://www.public.iastate.edu/~jpcox/

Happy Compiling!
_________________
Rationality is the recognition of the fact that nothing can alter the truth and nothing can take precedence over that act of perceiving it.
Back to top
View user's profile Send private message
Spawn of Lovechild
Apprentice
Apprentice


Joined: 03 Feb 2004
Posts: 253
Location: Århus, Denmark

PostPosted: Wed Mar 24, 2004 10:51 pm    Post subject: Reply with quote

cool... love the name btw.
_________________
Proud to be a 22 year old Infidel, GNOME lover and member of LIK.
Back to top
View user's profile Send private message
Regor
Guru
Guru


Joined: 06 Aug 2002
Posts: 545
Location: 39° 2' 48" N, 120° 59' 2" W

PostPosted: Wed Mar 24, 2004 10:53 pm    Post subject: Reply with quote

Thanks! I was starting to get itchy - I hadn't built a kernel in five days. :twisted:

Welcome back to the love Steel300! 8)

(edit) Oh, yeah - nice Zippy quote for the name. :)
_________________
Sometimes the appropriate response to reality is to go insane.
-Philip K. Dick, Valis
Back to top
View user's profile Send private message
steel300
Veteran
Veteran


Joined: 10 Jul 2003
Posts: 1155

PostPosted: Wed Mar 24, 2004 10:56 pm    Post subject: Reply with quote

Bootsplash and framebuffer are beyond broken in this release. It will have to get put off to the side with reiser4 for now.
_________________
Rationality is the recognition of the fact that nothing can alter the truth and nothing can take precedence over that act of perceiving it.
Back to top
View user's profile Send private message
sn4ip3r
Guru
Guru


Joined: 14 Dec 2002
Posts: 325
Location: Tallinn, Estonia

PostPosted: Wed Mar 24, 2004 11:04 pm    Post subject: Reply with quote

Something is wrong with "drivers/char/agp/generic.c", some functions are defined twice.
Lines 959 to 1040 (or 1041 to the end of the file) should not be there.
Back to top
View user's profile Send private message
Sgaduuw
Tux's lil' helper
Tux's lil' helper


Joined: 17 Sep 2002
Posts: 133
Location: Rotterdam, Netherlands

PostPosted: Wed Mar 24, 2004 11:59 pm    Post subject: Reply with quote

in the previous release toic, there was talk about the Staircase scheduler. Could this one be included as well in a future release? I'm pretty curious about this one.
_________________
my website
Back to top
View user's profile Send private message
steel300
Veteran
Veteran


Joined: 10 Jul 2003
Posts: 1155

PostPosted: Thu Mar 25, 2004 12:04 am    Post subject: Reply with quote

Sgaduuw wrote:
in the previous release toic, there was talk about the Staircase scheduler. Could this one be included as well in a future release? I'm pretty curious about this one.


Using the staircase scheduler would involve removing Nick Piggin's scheduler. I prefer Nick's scheduler and find it faster and more robust.
_________________
Rationality is the recognition of the fact that nothing can alter the truth and nothing can take precedence over that act of perceiving it.
Back to top
View user's profile Send private message
Bornio
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2002
Posts: 129

PostPosted: Thu Mar 25, 2004 12:11 am    Post subject: Reply with quote

Code:
  CC      drivers/char/agp/generic.o
drivers/char/agp/generic.c:1048: error: redefinition of `agp3_generic_fetch_size'
drivers/char/agp/generic.c:966: error: `agp3_generic_fetch_size' previously defined here
drivers/char/agp/generic.c:1067: error: redefinition of `__kstrtab_agp3_generic_fetch_size'
drivers/char/agp/generic.c:985: error: `__kstrtab_agp3_generic_fetch_size' previously defined here
drivers/char/agp/generic.c:1067: error: redefinition of `__ksymtab_agp3_generic_fetch_size'
drivers/char/agp/generic.c:985: error: `__ksymtab_agp3_generic_fetch_size' previously defined here
drivers/char/agp/generic.c:1070: error: redefinition of `agp3_generic_tlbflush'
drivers/char/agp/generic.c:988: error: `agp3_generic_tlbflush' previously defined here
drivers/char/agp/generic.c:1076: error: redefinition of `__kstrtab_agp3_generic_tlbflush'
drivers/char/agp/generic.c:994: error: `__kstrtab_agp3_generic_tlbflush' previously defined here
drivers/char/agp/generic.c:1076: error: redefinition of `__ksymtab_agp3_generic_tlbflush'
drivers/char/agp/generic.c:994: error: `__ksymtab_agp3_generic_tlbflush' previously defined here
drivers/char/agp/generic.c:1079: error: redefinition of `agp3_generic_configure'
drivers/char/agp/generic.c:997: error: `agp3_generic_configure' previously defined here
drivers/char/agp/generic.c:1099: error: redefinition of `__kstrtab_agp3_generic_configure'
drivers/char/agp/generic.c:1015: error: `__kstrtab_agp3_generic_configure' previously defined here
drivers/char/agp/generic.c:1099: error: redefinition of `__ksymtab_agp3_generic_configure'
drivers/char/agp/generic.c:1015: error: `__ksymtab_agp3_generic_configure' previously defined here
drivers/char/agp/generic.c:1102: error: redefinition of `agp3_generic_cleanup'
drivers/char/agp/generic.c:1018: error: `agp3_generic_cleanup' previously defined here
drivers/char/agp/generic.c:1107: error: redefinition of `__kstrtab_agp3_generic_cleanup'
drivers/char/agp/generic.c:1023: error: `__kstrtab_agp3_generic_cleanup' previously defined here
drivers/char/agp/generic.c:1107: error: redefinition of `__ksymtab_agp3_generic_cleanup'
drivers/char/agp/generic.c:1023: error: `__ksymtab_agp3_generic_cleanup' previously defined here
drivers/char/agp/generic.c:1109: error: redefinition of `agp3_generic_sizes'
drivers/char/agp/generic.c:1025: error: `agp3_generic_sizes' previously defined here
drivers/char/agp/generic.c:1123: error: redefinition of `__kstrtab_agp3_generic_sizes'
drivers/char/agp/generic.c:1039: error: `__kstrtab_agp3_generic_sizes' previously defined here
drivers/char/agp/generic.c:1123: error: redefinition of `__ksymtab_agp3_generic_sizes'
drivers/char/agp/generic.c:1039: error: `__ksymtab_agp3_generic_sizes' previously defined here
{standard input}: Assembler messages:
{standard input}:2159: Error: symbol `__kstrtab_agp3_generic_fetch_size' is already defined
{standard input}:2165: Error: symbol `__ksymtab_agp3_generic_fetch_size' is already defined
{standard input}:2171: Error: symbol `__kstrtab_agp3_generic_tlbflush' is already defined
{standard input}:2177: Error: symbol `__ksymtab_agp3_generic_tlbflush' is already defined
{standard input}:2183: Error: symbol `__kstrtab_agp3_generic_configure' is already defined
{standard input}:2189: Error: symbol `__ksymtab_agp3_generic_configure' is already defined
{standard input}:2195: Error: symbol `__kstrtab_agp3_generic_cleanup' is already defined
{standard input}:2201: Error: symbol `__ksymtab_agp3_generic_cleanup' is already defined
{standard input}:2209: Error: symbol `agp3_generic_sizes' is already defined
{standard input}:2268: Error: symbol `__kstrtab_agp3_generic_sizes' is already defined
{standard input}:2274: Error: symbol `__ksymtab_agp3_generic_sizes' is already defined
make[3]: *** [drivers/char/agp/generic.o] Error 1
make[2]: *** [drivers/char/agp] Error 2
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2



welcome back, steel...
Back to top
View user's profile Send private message
steel300
Veteran
Veteran


Joined: 10 Jul 2003
Posts: 1155

PostPosted: Thu Mar 25, 2004 12:14 am    Post subject: Reply with quote

@BORNIO

Remove lines 1047 to the end of the file. That should fix the agp generic compile errors.
_________________
Rationality is the recognition of the fact that nothing can alter the truth and nothing can take precedence over that act of perceiving it.
Back to top
View user's profile Send private message
Cerement
Guru
Guru


Joined: 14 Jun 2003
Posts: 404

PostPosted: Thu Mar 25, 2004 12:43 am    Post subject: Reply with quote

Sgaduuw wrote:
in the previous release toic, there was talk about the Staircase scheduler. Could this one be included as well in a future release? I'm pretty curious about this one.

Con has released three patches for Staircase, inlcuding one against 2.6.5-rc2-mm2 -- I have not tried patching these, but I'm guessing if you absolutely must have them in your personal love-sources, then you will (at minimum) need to reverse out Nick's scheduler ...

[edit]note that in the above link, Con is going on extended leave, so there will be no updates to Staircase til May!


Last edited by Cerement on Thu Mar 25, 2004 12:49 am; edited 1 time in total
Back to top
View user's profile Send private message
steel300
Veteran
Veteran


Joined: 10 Jul 2003
Posts: 1155

PostPosted: Thu Mar 25, 2004 12:49 am    Post subject: Reply with quote

Cerement wrote:
Sgaduuw wrote:
in the previous release toic, there was talk about the Staircase scheduler. Could this one be included as well in a future release? I'm pretty curious about this one.

Con has released three patches for Staircase, inlcuding one against 2.6.5-rc2-mm2 -- I have not tried patching these, but I'm guessing if you absolutely must have them in your personal love-sources, then you will (at minimum) need to reverse out Nick's scheduler ...


Exactly, Con's staircase scheduler is pretty much the next step in ck-sources. It won't play well at all with Nick's scheduler.
_________________
Rationality is the recognition of the fact that nothing can alter the truth and nothing can take precedence over that act of perceiving it.
Back to top
View user's profile Send private message
danone
Guru
Guru


Joined: 18 Jan 2004
Posts: 398
Location: Germany

PostPosted: Thu Mar 25, 2004 1:03 am    Post subject: Reply with quote

Code:
security/lids/lids_lsm.c: In Funktion »lids_lsm_init«:
security/lids/lids_lsm.c:876: Warnung: unused variable `err'
  CC      security/lids/lids_acl.o
  CC      security/lids/lids_cap.o
  CC      security/lids/lids_sysctl.o
security/lids/lids_sysctl.c: In Funktion »lids_proc_locks_sysctl«:
security/lids/lids_sysctl.c:254: error: structure has no member named `tty'
make[2]: *** [security/lids/lids_sysctl.o] Fehler 1
make[1]: *** [security/lids] Fehler 2
make: *** [security] Fehler 2

LIDS are broken? and the agp
Code:
dy defined
{standard input}:2472: Error: symbol `__kcrctab_agp3_generic_cleanup' is already defined
{standard input}:2477: Error: symbol `__kstrtab_agp3_generic_cleanup' is already defined
{standard input}:2483: Error: symbol `__ksymtab_agp3_generic_cleanup' is already defined
{standard input}:2491: Error: symbol `agp3_generic_sizes' is already defined
{standard input}:2551: Error: symbol `__kcrctab_agp3_generic_sizes' is already defined
{standard input}:2556: Error: symbol `__kstrtab_agp3_generic_sizes' is already defined
{standard input}:2562: Error: symbol `__ksymtab_agp3_generic_sizes' is already defined
make[3]: *** [drivers/char/agp/generic.o] Fehler 1
make[2]: *** [drivers/char/agp] Fehler 2
make[1]: *** [drivers/char] Fehler 2
make: *** [drivers] Fehler 2

_________________
[:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ]
Back to top
View user's profile Send private message
steel300
Veteran
Veteran


Joined: 10 Jul 2003
Posts: 1155

PostPosted: Thu Mar 25, 2004 1:09 am    Post subject: Reply with quote

danone wrote:
Code:
security/lids/lids_lsm.c: In Funktion »lids_lsm_init«:
security/lids/lids_lsm.c:876: Warnung: unused variable `err'
  CC      security/lids/lids_acl.o
  CC      security/lids/lids_cap.o
  CC      security/lids/lids_sysctl.o
security/lids/lids_sysctl.c: In Funktion »lids_proc_locks_sysctl«:
security/lids/lids_sysctl.c:254: error: structure has no member named `tty'
make[2]: *** [security/lids/lids_sysctl.o] Fehler 1
make[1]: *** [security/lids] Fehler 2
make: *** [security] Fehler 2

LIDS are broken? and the agp
Code:
dy defined
{standard input}:2472: Error: symbol `__kcrctab_agp3_generic_cleanup' is already defined
{standard input}:2477: Error: symbol `__kstrtab_agp3_generic_cleanup' is already defined
{standard input}:2483: Error: symbol `__ksymtab_agp3_generic_cleanup' is already defined
{standard input}:2491: Error: symbol `agp3_generic_sizes' is already defined
{standard input}:2551: Error: symbol `__kcrctab_agp3_generic_sizes' is already defined
{standard input}:2556: Error: symbol `__kstrtab_agp3_generic_sizes' is already defined
{standard input}:2562: Error: symbol `__ksymtab_agp3_generic_sizes' is already defined
make[3]: *** [drivers/char/agp/generic.o] Fehler 1
make[2]: *** [drivers/char/agp] Fehler 2
make[1]: *** [drivers/char] Fehler 2
make: *** [drivers] Fehler 2


The fix for agp is up a bit in the thread. The LIDS error is a new one. Thanks for pointing it out.
_________________
Rationality is the recognition of the fact that nothing can alter the truth and nothing can take precedence over that act of perceiving it.
Back to top
View user's profile Send private message
danone
Guru
Guru


Joined: 18 Jan 2004
Posts: 398
Location: Germany

PostPosted: Thu Mar 25, 2004 1:11 am    Post subject: Reply with quote

well saw the agp fix seems to work..the IDS was good a can say will miss it a bit

and also new error
Code:

drivers/video/fbmem.c:1275: error: conflicting types for `fb_class'
drivers/video/fbmem.c:1260: error: previous declaration of `fb_class'
drivers/video/fbmem.c: In Funktion »register_framebuffer«:
drivers/video/fbmem.c:1363: error: incompatible type for argument 1 of `class_simple_device_add'
drivers/video/fbmem.c: In Funktion »fbmem_init«:
drivers/video/fbmem.c:1497: error: incompatible types in Zuweisung
drivers/video/fbmem.c:1498: error: incompatible type for argument 1 of `IS_ERR'
drivers/video/fbmem.c:1499: error: incompatible type for argument 1 of `PTR_ERR'drivers/video/fbmem.c:1500: error: incompatible types in Zuweisung
make[2]: *** [drivers/video/fbmem.o] Fehler 1
make[1]: *** [drivers/video] Fehler 2
make: *** [drivers] Fehler 2
[/code]
_________________
[:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ]
Back to top
View user's profile Send private message
Regor
Guru
Guru


Joined: 06 Aug 2002
Posts: 545
Location: 39° 2' 48" N, 120° 59' 2" W

PostPosted: Thu Mar 25, 2004 8:13 am    Post subject: Reply with quote

danone wrote:

Code:

drivers/video/fbmem.c:1275: error: conflicting types for `fb_class'
drivers/video/fbmem.c:1260: error: previous declaration of `fb_class'
drivers/video/fbmem.c: In Funktion »register_framebuffer«:
drivers/video/fbmem.c:1363: error: incompatible type for argument 1 of `class_simple_device_add'
drivers/video/fbmem.c: In Funktion »fbmem_init«:
drivers/video/fbmem.c:1497: error: incompatible types in Zuweisung
drivers/video/fbmem.c:1498: error: incompatible type for argument 1 of `IS_ERR'
drivers/video/fbmem.c:1499: error: incompatible type for argument 1 of `PTR_ERR'drivers/video/fbmem.c:1500: error: incompatible types in Zuweisung
make[2]: *** [drivers/video/fbmem.o] Fehler 1
make[1]: *** [drivers/video] Fehler 2
make: *** [drivers] Fehler 2


I get the same error (with significantly less German :) ). I assume it's a symptom of the framebuffer breakage steel300 mentioned in his post near the top of the thread.
_________________
Sometimes the appropriate response to reality is to go insane.
-Philip K. Dick, Valis
Back to top
View user's profile Send private message
TheCoop
Veteran
Veteran


Joined: 15 Jun 2002
Posts: 1814
Location: Where you least expect it

PostPosted: Thu Mar 25, 2004 8:22 am    Post subject: Reply with quote

any idea when reiser4 will be put back steel?
_________________
95% of all computer errors occur between chair and keyboard (TM)

"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler

Change the world - move a rock
Back to top
View user's profile Send private message
skion
Tux's lil' helper
Tux's lil' helper


Joined: 18 Aug 2003
Posts: 99
Location: Amsterdam, Netherlands

PostPosted: Thu Mar 25, 2004 8:29 am    Post subject: Reply with quote

Nice, and thanks for the ITE raid module!
_________________
- Skion
Back to top
View user's profile Send private message
danone
Guru
Guru


Joined: 18 Jan 2004
Posts: 398
Location: Germany

PostPosted: Thu Mar 25, 2004 8:30 am    Post subject: Reply with quote

The fb_mem broken also appears if all Framebuffer Options disabled..steel how you get yours working?

Reiser4 seems to be in final build this you can see if you look at the ftp of namesys maybe in 2.6.5 it will be aviable again I guess.AND I hope...

If you use 2.6.4-ck1 it has reiser4 support and works good with my ebuild with Grub reiser4 support:-)
Here is the mainthread there you can post bugs or errors so that i may fix them
https://forums.gentoo.org/viewtopic.php?t=153187
_________________
[:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ]
Back to top
View user's profile Send private message
not_registered
Tux's lil' helper
Tux's lil' helper


Joined: 04 Feb 2003
Posts: 148

PostPosted: Thu Mar 25, 2004 8:34 am    Post subject: Reply with quote

Is the 2.6.5_rc2 patch included in the love patch, baby love patch?
_________________
It's Floam, it's Floam. It's flying foam!
Back to top
View user's profile Send private message
PrakashP
Veteran
Veteran


Joined: 27 Oct 2003
Posts: 1249
Location: C.C.A.A., Germania

PostPosted: Thu Mar 25, 2004 8:35 am    Post subject: Reply with quote

@steel300

Could you be so nice and clarify whether this is based on mm1 or mm2? "Latest" mm isn't very precise and mm1 caused major havoc on me...
Back to top
View user's profile Send private message
Jake
Veteran
Veteran


Joined: 31 Jul 2003
Posts: 1132

PostPosted: Thu Mar 25, 2004 9:52 am    Post subject: Reply with quote

TheCoop wrote:
any idea when reiser4 will be put back steel?

I spent some time trying to hack reiser4 into recent love-sources. The IO changes in MM are too significant for the usal pattern matching code switch game to work. The latest internal use snapshot is still against vanilla, so it looks like namesys is concentrating on other things for now. At the very latest, Hans will have to clear up the MM issues for release because reiser4 will go into MM for more testing before it hits vanilla.
Back to top
View user's profile Send private message
FirechilD
Tux's lil' helper
Tux's lil' helper


Joined: 21 Oct 2003
Posts: 120
Location: Germany - NRW

PostPosted: Thu Mar 25, 2004 11:33 am    Post subject: Reply with quote

danone wrote:

The fb_mem broken also appears if all Framebuffer Options disabled..steel how you get yours working?


ive disbled the framebuffer completely and get it compiled fine ;)


and i want also to know if this release is based on rc2-mm-1, mm2 or mm3 ^^
_________________
The worst foe lies within the self...
Back to top
View user's profile Send private message
neenee
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1786

PostPosted: Thu Mar 25, 2004 11:56 am    Post subject: Reply with quote

it's based on mm2 - mm3 was not out at the time.
Back to top
View user's profile Send private message
danone
Guru
Guru


Joined: 18 Jan 2004
Posts: 398
Location: Germany

PostPosted: Thu Mar 25, 2004 3:20 pm    Post subject: NEW mirror for love-sources Reply with quote

Hi steel300 and other "in love" friends I mirrored love-sources @

http://f-mt.de/love-sources
_________________
[:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ]
Back to top
View user's profile Send private message
nepenthe
Guru
Guru


Joined: 14 Jul 2002
Posts: 317
Location: Sanford, ME

PostPosted: Thu Mar 25, 2004 3:55 pm    Post subject: Reply with quote

I wonder if a new reiserfs4 patch is coming... I see 2004.03.24-internal.testing folder on their ftp Minus the core.diff.gz and all.diff.gz

http://www.namesys.com/snapshots/2004.03.24-internal.testing/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum