Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158997 - sys-fs/unionfs (version 1.2) and CONFIG_LOCALVERSION
Summary: sys-fs/unionfs (version 1.2) and CONFIG_LOCALVERSION
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-24 00:04 UTC by Marco Clocchiatti
Modified: 2006-12-24 00:46 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Clocchiatti 2006-12-24 00:04:21 UTC
sys-fs/unionfs (version 1.2) does not use CONFIG_LOCALVERSION, as in this example:

s939 ~ # grep dom0 /usr/src/linux/.config
CONFIG_LOCALVERSION="-dom0"
s939 ~ # ls -l /usr/src/linux
lrwxrwxrwx 1 root root 27 24 dic 07:25 /usr/src/linux -> linux-2.6.16.28-xen-r1-dom0/
s939 ~ # emerge -1 =unionfs-1.2
Calculating dependencies... done!

>>> Emerging (1 of 1) sys-fs/unionfs-1.2 to /
 * unionfs-1.2.tar.gz size ;-) ...                                                                                                                    [ ok ]
 * unionfs-1.2.tar.gz RMD160 ;-) ...                                                                                                                  [ ok ]
 * unionfs-1.2.tar.gz SHA256 ;-) ...                                                                                                                  [ ok ]
 * unionfs-1.2.tar.gz MD5 ;-) ...                                                                                                                     [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                  [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                 [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                [ ok ]
 * checking unionfs-1.2.tar.gz ;-) ...                                                                                                                [ ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Could not find a Makefile in the kernel source directory.
 * Please ensure that /usr/src/linux points to a complete set of Linux sources
Comment 1 Marco Clocchiatti 2006-12-24 00:46:21 UTC
sorry.
something was wrong in mine system.
Now I've solved.