First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 196566
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Stefan Schweizer <genstef@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: René Rhéaume (a.k.a. repzilon, rener) <rene.rheaume@videotron.qc.ca>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
cloop-2.05-kernel_2.6.23.patch Very simple patch patch René Rhéaume (a.k.a. repzilon, rener) 2007-10-21 02:12 0000 631 bytes Details | Diff
cloop-2.05.ebuild cloop-2.05.ebuild text/plain Alexander Skwar 2007-11-09 07:00 0000 1.26 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 196566 depends on: Show dependency tree
Show dependency graph
Bug 196566 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-10-21 02:11 0000
The issue might affect other cloop and kernel combinations. I only tested using
the versions mentioned in the title. GCC emits a "void value not ignored as it
ought to be" error at line 817 in compressed_loop.c . The fix is trivial,
replace the if (unregister_cloop_blkdev() != 0) and its printk with
unregister_cloop_blkdev(); .

Reproducible: Always

Steps to Reproduce:
1. emerge cloop
2. Watch module building stop with error "void value not ignored as it ought to
be"



Expected Results:  
cloop.ko in /lib/modules/2.6.23-hardened/... and user-space utilities in
/usr/bin

------- Comment #1 From René Rhéaume (a.k.a. repzilon, rener) 2007-10-21 02:12:44 0000 -------
Created an attachment (id=134000) [edit]
Very simple patch

------- Comment #2 From Alexander Skwar 2007-11-09 07:00:47 0000 -------
Created an attachment (id=135546) [edit]
cloop-2.05.ebuild

It also doesn't build on gentoo-sources. René, could you maybe change the
Summary accordingly?

Using your patch and using the attached ebuild, I was able to build cloop.

------- Comment #3 From Stefan Schweizer 2007-11-09 07:52:44 0000 -------
thanks, committed.

First Last Prev Next    No search results available      Search page      Enter new bug