Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89023 - fritzcapi: check unpack return value, honour KBUILD_OUTPUT
Summary: fritzcapi: check unpack return value, honour KBUILD_OUTPUT
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-13 16:00 UTC by Martin von Gagern
Modified: 2005-04-14 06:33 UTC (History)
0 users

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


Attachments
patch to fritzcapi-2.6.32.ebuild (fritzcapi.diff,1.09 KB, patch)
2005-04-13 16:02 UTC, Martin von Gagern
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2005-04-13 16:00:32 UTC
One time out of three, unpacking the rpm's did not work for me. I got an error message that the input was no valid gzip input. Strange.

Anyway, this justifies to at least put some "|| die" after those.

I also had some trouble because I'm using an external KBUILD_OUTPUT directory. I used sed to modify all Makefiles to use this directory.

Reproducible: Sometimes
Steps to Reproduce:
Comment 1 Martin von Gagern 2005-04-13 16:02:20 UTC
Created attachment 56211 [details, diff]
patch to fritzcapi-2.6.32.ebuild

1. die statements after some unpack commands
2. find/sed to honour KBUILD_OUTPUT
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2005-04-14 06:33:42 UTC
thanks, fixed