Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117834 - sys-fs/fuse-2.4.2 fails to install with new gentoo-sources-2.6.15 kernel
Summary: sys-fs/fuse-2.4.2 fails to install with new gentoo-sources-2.6.15 kernel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
: 118214 (view as bug list)
Depends on:
Blocks: 118671
  Show dependency tree
 
Reported: 2006-01-04 21:22 UTC by Derk W te Bokkel
Modified: 2006-01-20 06:41 UTC (History)
4 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 Derk W te Bokkel 2006-01-04 21:22:17 UTC
ebuild detects existing kernel module properly

everything builds normally but it fails during last part of install

it dies trying to install the "already built and installed" fuse.ko module 

commenting out last line of the ebuild:  #       linux-mod_src_install 

(digest adjusted) allows install to complete ... seems to function normally perhaps a conditional here would be appropriate? Or is it getting fouled up because of the lack of a -r0 suffix?

note: installed normally with all of gentoo-sources-2.6.14-r1-r6
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-07 12:07:47 UTC
*** Bug 118214 has been marked as a duplicate of this bug. ***
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2006-01-07 13:13:07 UTC
I removed the build-on-demand support as a workaround.

Johnm: Please either remove build-on-demand support from the eclass or fix it.
Comment 3 Derk W te Bokkel 2006-01-17 18:01:09 UTC
FYI: the recent update to fuse-2.5.0 works properly with both gentoo-sources-2.6.15 and 2.6.15-r1.  so should we resolve this bug as fixed?
Comment 4 Daniel Drake (RETIRED) gentoo-dev 2006-01-20 06:29:04 UTC
In future, please post "emerge --info" to every bug that you file. This problem was caused by a behavioural change in bash 3.1 and it would be nice if I could confirm if you were running 3.1 just by looking at this bug.

Either way, this is fixed now. Stefan, you can add build-on-demand back to your ebuilds.
Comment 5 Daniel Drake (RETIRED) gentoo-dev 2006-01-20 06:41:56 UTC
Committed, thanks.