Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99079 - dev-db/firebird-1.5.1 ebuild generates many sed errors (harmless)
Summary: dev-db/firebird-1.5.1 ebuild generates many sed errors (harmless)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Karol Wojtaszek (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2005-07-15 00:47 UTC by Fabian Groffen
Modified: 2005-07-31 11:43 UTC (History)
0 users

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


Attachments
small patch made to the ebuild (firebird-1.5.1.ebuild.patch,456 bytes, patch)
2005-07-15 00:50 UTC, Fabian Groffen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Groffen gentoo-dev 2005-07-15 00:47:15 UTC
When emerging dev-db/firebird-1.5.1 before the install phase many sed errors
appear.  These are caused by a sed attempting to read a directory.  This can
easily be solved to make a cleaner (e)build output.

Reproducible: Always
Steps to Reproduce:
1. emerge "=dev-db/firefird-1.5.1"
2. watch the ebuild doing it's work, especially right after the install phase
has started
3.

Actual Results:  
many sed errors

Expected Results:  
be a little more cautious with what sed to feed and avoid those errors
Comment 1 Fabian Groffen gentoo-dev 2005-07-15 00:50:10 UTC
Created attachment 63446 [details, diff]
small patch made to the ebuild

by telling find only to look for files, sed does not have to try to operate on
directories, which it doesn't know how to operate on.
Comment 2 Karol Wojtaszek (RETIRED) gentoo-dev 2005-07-31 11:43:09 UTC
Fixed in portage, thanks for help.