Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
build hardened-sources - module-init-tools and kmod conflict
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
clearcom0
n00b
n00b


Joined: 26 Mar 2013
Posts: 5

PostPosted: Tue Mar 26, 2013 4:09 am    Post subject: build hardened-sources - module-init-tools and kmod conflict Reply with quote

Hi,

When I "emerge hardened-sources", I get the following output:

(chroot) livecd / # emerge --pretend hardened-sources

These are the packages that would be merged, in order:

Calculating dependencies .... done!
[ebuild N ] sys-devel/bc-1.06.95 USE="readline -libedit -static"
[ebuild N ] dev-libs/libgpg-error-1.10 USE="nls -common-lisp -static-libs"
[ebuild N ] dev-libs/libgcrypt-1.5.0-r2 USE="-static-libs"
[ebuild N ] dev-libs/libxslt-1.1.28 USE="crypt -debug -python -static-libs"
[ebuild N ] sys-kernel/hardened-sources-3.7.5-r1 USE="-build -deblob -symlink"
[ebuild N ] virtual/linux-sources-0
[ebuild N ] sys-apps/kmod-12-r1 USE="tools zlib -debug -doc -lzma -static-libs"
[ebuild U ] sys-fs/udev-197-r8 [171-r9] USE="acl%* kmod%* openrc%* -doc% -static-libs%"
[ebuild U ] virtual/udev-197-r1 [171] USE="kmod%*"
[ebuild N ] sys-fs/udev-init-scripts-23
[blocks B ] sys-apps/module-init-tools ("sys-apps/module-init-tools" is blocking sys-apps/kmod-12-r1)
[blocks B ] sys-apps/kmod ("sys-apps/kmod" is blocking sys-apps/module-init-tools-3.16-r2)

* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.

(sys-apps/kmod-12-r1::gentoo, ebuild scheduled for merge) pulled in by
>=sys-apps/kmod-12 required by (sys-fs/udev-197-r8::gentoo, ebuild scheduled for merge)
sys-apps/kmod[tools] required by (virtual/modutils-0::gentoo, installed)

(sys-apps/module-init-tools-3.16-r2::gentoo, installed) pulled in by
>=sys-apps/module-init-tools-3.2 required by (virtual/modutils-0::gentoo, installed)


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked


!!! The following installed packages are masked:
- sys-apps/module-init-tools-3.16-r2::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Samuli Suominen <ssuominen@gentoo.org> (07 Mar 2013)
# Masked in favour of sys-apps/kmod. Now is the time to file
# bugs against sys-apps/kmod if you have issues with it you
# didn't with module-init-tools.
# Later removal at 01-01-2014 by request from eudev maintainers

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.

I tried 'emerge --unmerge module-init-tools' but after I did that, it then said there was a conflict with modutils, but when I tried to unmerge modutils, it said it could not find it, yet continued to give the same output.
Back to top
View user's profile Send private message
clearcom0
n00b
n00b


Joined: 26 Mar 2013
Posts: 5

PostPosted: Tue Mar 26, 2013 4:18 am    Post subject: more info Reply with quote

By the way, I am doing this from the minimalist installation cd, following the gentoo handbook directions.
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Tue Mar 26, 2013 4:32 am    Post subject: Re: more info Reply with quote

clearcom0 wrote:
By the way, I am doing this from the minimalist installation cd, following the gentoo handbook directions.


Try installing these one at a time, then emerge hardened-sources

Code:
emerge -1 --nodeps virtual/modutils
emerge -1 libxslt
emerge -1 --nodeps kmod

_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
clearcom0
n00b
n00b


Joined: 26 Mar 2013
Posts: 5

PostPosted: Tue Mar 26, 2013 5:13 am    Post subject: Reply with quote

This appears to be working. Would you be able to give an explanation of why it does and what the problem was?
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Tue Mar 26, 2013 5:30 am    Post subject: Reply with quote

clearcom0 wrote:
This appears to be working. Would you be able to give an explanation of why it does and what the problem was?

Sure and, by the way, welcome to gentoo - the fun has just begun :D

Most likely the portage tarball you downloaded was a few weeks old. This has happened to several new gentoo users.

module-init-tools was replaced by kmod so they cannot coexist.

I just installed hardened on a laptop a few days ago and didn't experience this problem. I have Mar 22 22:33 for portage-latest.tar.bz2 and Mar 22 22:26 for stage3-amd64-hardened-20130130.tar.bz2

I'd be interested in knowing the dates of your files.

Enjoy :D
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
clearcom0
n00b
n00b


Joined: 26 Mar 2013
Posts: 5

PostPosted: Tue Mar 26, 2013 5:37 am    Post subject: Reply with quote

I have Mar 24 03:14 for stage3-i686-hardened-20121213.tar.bz2 and I used emerge-webrsync to get the portage tree yesterday.
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Tue Mar 26, 2013 5:46 am    Post subject: Reply with quote

clearcom0 wrote:
I have Mar 24 03:14 for stage3-i686-hardened-20121213.tar.bz2 and I used emerge-webrsync to get the portage tree yesterday.

That's strange and I can't really explain it then. The others had mid February dates for portage.

That error doesn't happen very often and most times it's due to lack of maintenance and/or conflicting USE flags.

As you get more familiar with portage and gentoo in general, you'll come to know how important it is to carefully manage your USE flags and do an occasional depclean.

You should look through man emerge and portage and also browse gentoo's documentation pages on it.
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
clearcom0
n00b
n00b


Joined: 26 Mar 2013
Posts: 5

PostPosted: Tue Mar 26, 2013 5:49 am    Post subject: Reply with quote

Thanks for the help :).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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