Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93478 - macutil uses "unshar"
Summary: macutil uses "unshar"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: David Holm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-21 14:36 UTC by Julien Cayzac
Modified: 2005-05-23 00:19 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 Julien Cayzac 2005-05-21 14:36:16 UTC
It seems that the macutil ebuild lacks a dependency for the "unshar" package
(whom I couldn't find in portage anyway)...

# emerge macutil
Calculating dependencies ...done!
>>> emerge (1 of 1) app-arch/macutil-2.0_beta3 to /
>>> md5 files   ;-) macutil-2.0_beta3.ebuild
>>> md5 files   ;-) ChangeLog
>>> md5 files   ;-) metadata.xml
>>> md5 files   ;-) files/digest-macutil-2.0_beta3
>>> md5 files   ;-) files/2.0_beta3-gentoo.patch
>>> md5 src_uri ;-) macutil2.0b3.shar.Z
>>> Unpacking source...
>>> Unpacking macutil2.0b3.shar.Z to /var/tmp/portage/macutil-2.0_beta3/work
/usr/lib/portage/bin/ebuild.sh: line 25: unshar: command not found
 * Applying 2.0_beta3-gentoo.patch ...

 * Failed Patch: 2.0_beta3-gentoo.patch !
 *  ( /usr/portage/app-arch/macutil/files/2.0_beta3-gentoo.patch )
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/macutil-2.0_beta3/temp/2.0_beta3-gentoo.patch-30385.out


!!! ERROR: app-arch/macutil-2.0_beta3 failed.
!!! Function epatch, Line 358, Exitcode 0
!!! Failed Patch: 2.0_beta3-gentoo.patch!
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110, glibc-2.3.5-r0,
2.6.10-gentoo-r6 i686)
=================================================================
System uname: 2.6.10-gentoo-r6 i686 Unknown CPU Typ
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 28 2005, 01:14:22)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -finline-functions -fsched2-use-superblocks
-fsched2-use-traces -fmove-all-movables -frename-registers -fweb -ffast-math
-funsafe-math-optimizations -fprefetch-loop-arrays -fforce-addr
-momit-leaf-frame-pointer -ftracer -funit-at-a-time"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -finline-functions -fsched2-use-superblocks
-fsched2-use-traces -fmove-all-movables -frename-registers -fweb -ffast-math
-funsafe-math-optimizations -fprefetch-loop-arrays -fforce-addr
-momit-leaf-frame-pointer -ftracer -funit-at-a-time"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.eliteitminds.com http://mir.zyrianes.net/gentoo/
ftp://gentoo.blueyonder.co.uk/mirrors/gentoo"
LINGUAS="fr en ja"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/opt/portoverlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X a52 aalib alsa apm arts audiofile avi bash-completion berkdb
bidi bitmap-fonts bzlib canna cdda cddb cdr cjk crypt cups curl dio directfb
divx4linux djbfft dts dvd dvdr emboss encode esd exif fam fbcon flac foomaticdb
freetype freewnn ftp gd gdbm gif gpm gstreamer gtk gtk2 iconv icq imagemagick
imap imlib immqt-bc ipv6 jabber java jpeg junit kde libg++ libwww live mad
maildir mikmod mime mmap mmx mng motif mozilla mp3 mpeg msn ncurses nls norhino
nptl ogg oggvorbis opengl oss pam pcmcia pdflib perl png pnp posix python qt
quicktime readline ruby samba scanner scim sdl slang spell sse ssl svg tcpd
theora threads tiff truetype truetype-fonts type1-fonts unicode usb utf8 v4l vcd
videos vorbis wxwindows xine xml2 xmms xosd xpm xsl xv xvid yahoo zlib
linguas_fr linguas_en linguas_ja userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 David Holm (RETIRED) gentoo-dev 2005-05-23 00:19:38 UTC
unshar is provided by app-arch/sharutils. Thanks for reporting this bug, I have
fixed the dependency in CVS.