Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 397787 - sys-fs/aufs3: request version bump to 3_p20111219
Summary: sys-fs/aufs3: request version bump to 3_p20111219
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-05 17:59 UTC by Florian Klink
Modified: 2012-01-05 20:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
all *.rej files cat'ted together after patching (rejs.txt,6.52 KB, text/plain)
2012-01-05 20:20 UTC, Florian Klink
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Klink 2012-01-05 17:59:31 UTC
Should work with 3.2 kernel.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-01-05 18:03:01 UTC
Fixed since 2 hours.
Comment 2 Florian Klink 2012-01-05 20:11:47 UTC
Ooops, that wasn't in my emerge --sync yet...


what happens with the kernel tree (linus git, on tag v3.2) after I emerged aufs:


# On branch master
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#       modified:   fs/file_table.c
#       modified:   fs/inode.c
#       modified:   fs/namei.c
#       modified:   fs/namespace.c
#       modified:   fs/notify/group.c
#       modified:   fs/notify/mark.c
#       modified:   fs/open.c
#       modified:   fs/splice.c
#       modified:   include/linux/namei.h
#       modified:   include/linux/splice.h
#       modified:   security/commoncap.c
#       modified:   security/device_cgroup.c
#       modified:   security/security.c
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       fs/file_table.c.rej
#       fs/inode.c.rej
#       fs/namei.c.rej
#       fs/namespace.c.rej
#       fs/notify/group.c.rej
#       fs/notify/mark.c.rej
#       fs/open.c.rej
#       fs/splice.c.rej
#       include/linux/namei.h.rej
#       include/linux/splice.h.rej
#       security/commoncap.c.rej
#       security/device_cgroup.c.rej
#       security/security.c.rej
no changes added to commit (use "git add" and/or "git commit -a")


So some patches fail (which is by the way not caught by the ebuild).

The .rej files also have some EXPORT_SYMBOL lines, so the compiled module can't be inserted.
Comment 3 Florian Klink 2012-01-05 20:20:59 UTC
Created attachment 298033 [details]
all *.rej files cat'ted together after patching
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2012-01-05 20:27:00 UTC
This is alright, they aren't rejected but artifacts from the ebuild. Probably they should be removed.