Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134479 - sys-fs/xfsdump fails to merge because of wrong zip arguments
Summary: sys-fs/xfsdump fails to merge because of wrong zip arguments
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-26 23:33 UTC by Wolfram Schlich (RETIRED)
Modified: 2006-06-07 10:31 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schlich (RETIRED) gentoo-dev 2006-05-26 23:33:00 UTC
--8<--
=== doc ===
gmake[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
/usr/bin/zip --best -c < CHANGES > CHANGES.gz

zip error: Invalid command arguments (no such option: -)
gmake[1]: *** [CHANGES.gz] Error 16
make: *** [default] Error 2

!!! ERROR: sys-fs/xfsdump-2.2.33 failed.
Call stack:
  ebuild.sh, line 1531:   Called dyn_compile
  ebuild.sh, line 931:   Called src_compile
  xfsdump-2.2.33.ebuild, line 42:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
--8<--

/usr/bin/zip does not support long options like --best.
Tried xfsdump-2.2.30 and xfsdump-2.2.33.
Comment 1 SpanKY gentoo-dev 2006-06-07 10:31:41 UTC
just used the fix from Bug 129486