Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29740 - lm-sensors-2.7.0 is dependent of i2c-2.7.0
Summary: lm-sensors-2.7.0 is dependent of i2c-2.7.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-27 05:45 UTC by Andreas Schwarz
Modified: 2003-11-21 08:49 UTC (History)
2 users (show)

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 Andreas Schwarz 2003-09-27 05:45:20 UTC
lm-sensors-2.7.0 is dependent of i2c-2.7.0

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Markus Nigbur (RETIRED) gentoo-dev 2003-09-27 05:50:25 UTC
That's correct and the ebuid already handles it.

# emerge -upv lm-sensors
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild  N    ] sys-apps/i2c-2.7.0
[ebuild  N    ] sys-apps/lm-sensors-2.7.0-r1
Comment 2 Andreas Schwarz 2003-09-27 06:23:36 UTC
Yes, the dependency is in the ebuild file, but something has to be broken.
Or how can you explain this?

============================================================
# emerge -p i2c

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] sys-apps/i2c-2.7.0  

# emerge -p lm-sensors

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] sys-apps/lm-sensors-2.7.0-r1  

============================================================


The first time I tried to emerge lm-sensors I got an error message saying
that i2c was needed to compile something, so I emerged i2c and it worked.
Then I wanted to reproduce the whole problem. I unmerged lm-sensors and i2c
and tried to emerge lm-sensors again. This time it worked *without* having
i2c installed at all...
Comment 3 Markus Nigbur (RETIRED) gentoo-dev 2003-09-27 06:35:58 UTC
What does emerge -up lm-sensors think of i2c?
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-09-27 09:32:31 UTC
emerge -Dp lm-sensors

which portage version ?
Comment 5 Andreas Schwarz 2003-09-27 11:32:40 UTC
============================
# emerge -up lm-sensors

These are the packages that I would merge, in order:

Calculating dependencies ...done!

# emerge -Dp lm-sensors

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] sys-apps/lm-sensors-2.7.0-r1  
============================

portage version: 2.0.49-r3
Comment 6 Martin Holzer (RETIRED) gentoo-dev 2003-09-27 15:25:47 UTC
do you use kernel 2.4 or 2.6 ?
Comment 7 Andreas Schwarz 2003-09-27 16:11:23 UTC
2.4.20
Comment 8 Marius Mauch (RETIRED) gentoo-dev 2003-09-29 05:59:42 UTC
I assume you're using gentoo-sources. The lm_sensors ebuild depends on i2c
OR gentoo-sources (or lolo_sources or xfs-sources). I can't tell if that's
correct or not. But it's not a portage bug, so I'm re-assigning it to bug-wranglers.
Comment 9 Martin Holzer (RETIRED) gentoo-dev 2003-11-21 08:49:18 UTC
closing since working as expected