Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94699 - [patch] nvu-1.0_pre doesn't die on compilation failure
Summary: [patch] nvu-1.0_pre doesn't die on compilation failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-31 20:56 UTC by Ryan Hill (RETIRED)
Modified: 2005-06-01 05:30 UTC (History)
0 users

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


Attachments
NVU ebuild diff (nvu-1.0_pre.ebuild.diff,371 bytes, patch)
2005-05-31 20:56 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2005-05-31 20:56:09 UTC
from nvu-1.0_pre.ebuild:

src_compile() {
    # The build system is a weeee bit sensitive to naughty -O flags.
    # filter them out and let the build system figure out what
    # won't let it die :) - Chris
    filter-flags '-O*'
    # epatch ${FILESDIR}/nvu-0.80-mozconfig.patch

    make -f client.mk build_all
}


currently an error during compilation won't cause the emerge to die  instead it'll move on into the install phase, where you'll usually end up with a patch error due to composer/app/nvu not yet existing.

>>> Test phase [not enabled]: app-editors/nvu-1.0_pre

>>> Install nvu-1.0_pre into /var/tmp/portage/nvu-1.0_pre/image/ category app-editors
 * Applying nvu-0.50-nvu.patch ...

 * Failed Patch: nvu-0.50-nvu.patch !
 *  ( /usr/portage/app-editors/nvu/files/nvu-0.50-nvu.patch )

you can see another example of this in bug #92746.
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2005-05-31 20:56:45 UTC
Created attachment 60335 [details, diff]
NVU ebuild diff
Comment 2 Jory A. Pratt 2005-06-01 05:30:13 UTC
Fixed in tree