Forums

Skip to content

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

2.6.12-rc6-evil1 aka "Moonwalking out of California&

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
5 posts • Page 1 of 1
Author
Message
Evil Dark Archon
Guru
Guru
User avatar
Posts: 562
Joined: Sat Dec 21, 2002 9:50 pm
Location: Santa Rosa, CA
Contact:
Contact Evil Dark Archon
Website

2.6.12-rc6-evil1 aka "Moonwalking out of California&

  • Quote

Post by Evil Dark Archon » Sat Jun 11, 2005 11:31 am

evil-sources is back again (again)

here are the new release notes

Code: Select all

Combined Evil-Sources and EvilCK-sources notes:
Non Version-specific stuff:

I've switched development of evil-sources and its not really publicised sister project evilck-sources from subversion to bazaar after seeing how easy it is to use, all you have to do is baz import -a -s "Insert Commit Message Here" on the directory and your good to add patches, the catch for the kernel is that there are problems with the default {arch}/=tagging-method file so you have to do baz init-tree and manually edit the =tagging-method file and then do a lot of baz lint and baz add commands, e-mail or pm me for my custom =tagging-method file so that some source files don't do a disappearing act. after that you just patch -p1 -i insert-name-of.patch to add a patch, then you do a baz lint to see if there are any files deleted or added as the result of a patch or user action that still have inventory ids (bazaar will not commit if files have been removed that have leftover inventory ids, but it will commit, though the new files will not be added to the archive, if there are files that have been created but don't have inventory ids). Also the fact that you don't need a dedicated server really cinches it.

My versioning scheme for bazaar:
Because Bazaar (and gnu-arch in general) doesn't allow alphabetic characters in versions (only numberic characters and the ., obviously) I had to create a versioning scheme that only applies to the archive. The first 3 numbers are the base version of the kernel (e.g 2.6.12). The 4th number is the pre-release number (e.g -rc5), in the case of release versions the 4th number will be 99, and the fifth number is the revision of the patchset (e.g -evil1), in the case that there is a -stable release (e.g 2.6.12.1), the 4th number will still be 99, but the fifth number will be the -stable revision and the sixth number will be the patchset revision. the HEAD branch will be the first 4 numbers (or first 5 in the case of a -stable release) so don't let the version fool you, most of the time the 2.6.12.5 branch will be more up to date than the 2.6.12.5.1 branch (for example)

Fetching straight from the archive:
to fetch straight from the archive do a baz register-archive http://www.evil-sources.org/bazaar-archives/evil-sources-2005 and then do a baz export (or get if you want all the arch meta-data) evil-sources--mainline--2.6.12.5.1 (in the case of fetching 2.6.12-rc5-evil1)

Making your own branch:
if you want to do your own branch, make sure you've set your id using baz my-id (e.g baz my-id "Andrew Nelson <andrew@andrewnelson.org>", would be mine) and have made an archive (e.g baz make-archive your@email-address.com--archive-name) then do a baz branch andrew@andrewnelson.org--evil-sources-2005/evil-sources--mainline--2.6.12.5 your@email-address.com--archive-name/evil-sources--youremailusername--2.6.12.5, to switch an existing directory to your new branch, do (for example)  baz switch -d /usr/src/insertnameofdirectoryhere your@email-address.com--archive-name/evil-sources--youremailusername--2.6.12.5.

Bazaar performance tip:
Use a revision library, they are very easy to set up, e.g. baz my-revision-library /usr/src/revision-library, then do baz library-config --greedy --non-sparse /usr/src/revision-library (use this if you have disk space to spare, otherwise just leave it alone and it'll work it just won't store as much, meaning it will only store revisions that you check out directly not the ones in between), make sure that the revision-library is on the same partition or lvm logical volume as where ever you intend to do checkouts because it uses hard-links.
Version-specific stuff:
Special thanks go to bzcat_|patch-p1 and rmh3093 for no-sources and skunk-sources respectively, which this patchset is based on
IMPORTANT NOTE: the plugsched and swapsched patches are mutually exclusive, please only apply one on top of the main patch.
applies on top of: 2.6.12-rc6-mm1
main patch: http://www.evil-sources.org/2.6/2.6.12- ... -evil1.bz2
swapsched patch: http://www.evil-sources.org/2.6/2.6.12- ... -evil1.bz2
plugsched patch: http://www.evil-sources.org/2.6/2.6.12- ... -evil1.bz2
ebuild: coming soon
main bazaar branch: evil-sources--mainline--2.6.12.6.1
plugsched bazaar branch: evil-sources--plugsched--2.6.12.6.1
swapsched bazaar branch: evil-sources--swapsched--2.6.12.6.1

This patchset includes most of the patches from 2.6.12-rc5-skunk4 (minus suspend2 and BadRAM because they don't apply, and in the case of suspend2, break things) plus some patches that i found from various sources around the internet, the usual suspects (vesafb-tng and fbsplash) are in, plus the layer7 netfilter code has been patched in and unionfs is also patched in.
This post has been over explained for newb-informing purposes.

Registered Linux user 347334
Abit AV8-3rd eye, AMD Athlon64 3500+ 90nm, ATI Radeon x850 pro
Top
Robin79
l33t
l33t
User avatar
Posts: 632
Joined: Sat Oct 18, 2003 11:42 am
Location: /home/valdemarsvik

  • Quote

Post by Robin79 » Sat Jun 11, 2005 8:25 pm

Hmm whats in and whats out? i need resiserfs4 and it82x and also the sk98lin.. Are they in i give it a try :P
Gentoo 2005.0
ASUS P5AD2 Deluxe MB
Intel P4 3.2GHz
PCI-E Nvidia Geforce PCX 5750
--------------------

Registered Linux User Nr # 319050 http://counter.li.org
Top
Evil Dark Archon
Guru
Guru
User avatar
Posts: 562
Joined: Sat Dec 21, 2002 9:50 pm
Location: Santa Rosa, CA
Contact:
Contact Evil Dark Archon
Website

  • Quote

Post by Evil Dark Archon » Sun Jun 12, 2005 8:13 am

i got reiser4 (patchset is based on -mm) and i think that -mm keeps the sk98lin and all the other network drivers up-to-date, if you could point me to the it82x driver that would be helpful, i'll work on a broken-out tarball and series file.
This post has been over explained for newb-informing purposes.

Registered Linux user 347334
Abit AV8-3rd eye, AMD Athlon64 3500+ 90nm, ATI Radeon x850 pro
Top
pwe
Guru
Guru
User avatar
Posts: 445
Joined: Sat Mar 12, 2005 11:00 am
Location: Polska aka Poland

  • Quote

Post by pwe » Sun Jun 12, 2005 6:32 pm

why skunk-sources logo and skunk-sources menu?
Top
Evil Dark Archon
Guru
Guru
User avatar
Posts: 562
Joined: Sat Dec 21, 2002 9:50 pm
Location: Santa Rosa, CA
Contact:
Contact Evil Dark Archon
Website

  • Quote

Post by Evil Dark Archon » Mon Jun 13, 2005 7:40 am

logo was unintentional but the skunk-sources menu is there because I haven't made any changes to it so giving credit where credit is due
This post has been over explained for newb-informing purposes.

Registered Linux user 347334
Abit AV8-3rd eye, AMD Athlon64 3500+ 90nm, ATI Radeon x850 pro
Top
Post Reply

5 posts • Page 1 of 1

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

 

 

magic