Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258582 - net-misc/pump-0.8.24-r1 fails to compile
Summary: net-misc/pump-0.8.24-r1 fails to compile
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Krzysztof Pawlik (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-11 10:41 UTC by Piotr Radkowski
Modified: 2009-02-13 11:15 UTC (History)
0 users

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


Attachments
fixed patch pump-0.8.24-gentoo.patch (pump-0.8.24-gentoo.patch,17.41 KB, text/plain)
2009-02-11 10:42 UTC, Piotr Radkowski
Details
fiexed patch pump-0.8.24-redefinition.patch (pump-0.8.24-redefinition.patch,348 bytes, text/plain)
2009-02-11 10:42 UTC, Piotr Radkowski
Details
Patch from: http://launchpadlibrarian.net/20594597/pump.diff (pump-0.8.24-retvals.patch,865 bytes, text/plain)
2009-02-11 10:43 UTC, Piotr Radkowski
Details
Fixed ebuild (pump-0.8.24-r2.ebuild,1.71 KB, text/plain)
2009-02-11 10:43 UTC, Piotr Radkowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Radkowski 2009-02-11 10:41:07 UTC
Emerge of net-misc/pump-0.8.24-r1 fails with error:
cc1: warnings being treated as errors
pump.c: In function 'runDaemon':
pump.c:534: error: ignoring return value of 'write', declared with attribute warn_unused_result
pump.c: In function 'openControlSocket':
pump.c:709: error: ignoring return value of 'read', declared with attribute warn_unused_result
pump.c:752: error: ignoring return value of 'chdir', declared with attribute warn_unused_result
make: *** [pump.o] Błąd 1

This is know error and fix is available: https://bugs.launchpad.net/ubuntu/+source/pump/+bug/309848

Reproducible: Always

Steps to Reproduce:
1. emerge =net-misc/pump-0.8.24-r1
Comment 1 Piotr Radkowski 2009-02-11 10:42:09 UTC
Created attachment 181619 [details]
fixed patch pump-0.8.24-gentoo.patch
Comment 2 Piotr Radkowski 2009-02-11 10:42:31 UTC
Created attachment 181620 [details]
fiexed patch pump-0.8.24-redefinition.patch
Comment 3 Piotr Radkowski 2009-02-11 10:43:07 UTC
Created attachment 181621 [details]
Patch from: http://launchpadlibrarian.net/20594597/pump.diff
Comment 4 Piotr Radkowski 2009-02-11 10:43:32 UTC
Created attachment 181622 [details]
Fixed ebuild
Comment 5 Krzysztof Pawlik (RETIRED) gentoo-dev 2009-02-12 20:37:55 UTC
Fixed, thanks.
Comment 6 Piotr Radkowski 2009-02-13 11:15:11 UTC
Thanks.