Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 486950 - net-analyzer/zabbix - proxy use flag issue - doins: create does not exist
Summary: net-analyzer/zabbix - proxy use flag issue - doins: create does not exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Marlowe (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-10-04 11:53 UTC by Peter Wilmott (RETIRED)
Modified: 2013-10-04 19:36 UTC (History)
1 user (show)

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


Attachments
emerge-info.log (emerge-info.log,4.34 KB, text/x-log)
2013-10-04 11:54 UTC, Peter Wilmott (RETIRED)
Details
emerge-pqv.log (emerge-pqv.log,188 bytes, text/x-log)
2013-10-04 11:54 UTC, Peter Wilmott (RETIRED)
Details
build.log (build.log,74.52 KB, text/x-log)
2013-10-04 11:54 UTC, Peter Wilmott (RETIRED)
Details
zabbix-2.0.8.ebuild.patch (zabbix-2.0.8.ebuild.patch,276 bytes, patch)
2013-10-04 11:55 UTC, Peter Wilmott (RETIRED)
Details | Diff
zabbix-2.0.9_rc1-r2.ebuild.patch (zabbix-2.0.9_rc1-r2.ebuild.patch,290 bytes, patch)
2013-10-04 11:55 UTC, Peter Wilmott (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Wilmott (RETIRED) gentoo-dev 2013-10-04 11:53:26 UTC
Issue can be observed on net-analyzer/zabbix-2.0.8 (stable) and net-analyzer/zabbix-2.0.9_rc1-r1 (~amd64).

Lines 308-312 of the ebuild attempt to run 'doins create', the 'create' directory is not present in the zabbix source tarball.



Reproducible: Always

Steps to Reproduce:
1.Emerge net-analyzer/zabbix with the 'proxy' USE flag enabled


Actual Results:  

install: cannot stat 'create': No such file or directory
!!! doins: create does not exist
 * ERROR: net-analyzer/zabbix-2.0.8::gentoo failed (install phase):
 *   doins failed
Comment 1 Peter Wilmott (RETIRED) gentoo-dev 2013-10-04 11:54:13 UTC
Created attachment 360104 [details]
emerge-info.log
Comment 2 Peter Wilmott (RETIRED) gentoo-dev 2013-10-04 11:54:25 UTC
Created attachment 360106 [details]
emerge-pqv.log
Comment 3 Peter Wilmott (RETIRED) gentoo-dev 2013-10-04 11:54:46 UTC
Created attachment 360108 [details]
build.log
Comment 4 Peter Wilmott (RETIRED) gentoo-dev 2013-10-04 11:55:18 UTC
Created attachment 360110 [details, diff]
zabbix-2.0.8.ebuild.patch

Patch for 2.0.8
Comment 5 Peter Wilmott (RETIRED) gentoo-dev 2013-10-04 11:55:46 UTC
Created attachment 360112 [details, diff]
zabbix-2.0.9_rc1-r2.ebuild.patch

Patch for 2.0.9_rc1-r1
Comment 6 Matthew Marlowe (RETIRED) gentoo-dev 2013-10-04 17:56:37 UTC
Interesting, OK -- the 'proxy' flag is one that I rarely test with and I'm not sure how many people use, but I guess something changed  with upstream at some point and this is the first bug report I've seen on it.

I'll look at the patch.
Comment 7 Matthew Marlowe (RETIRED) gentoo-dev 2013-10-04 19:15:56 UTC
Fix committed to CVS.
Comment 8 Rick Farina (Zero_Chaos) gentoo-dev 2013-10-04 19:36:59 UTC
typically a build failure doesn't require a revbump of the ebuild, but thanks for the fix.