Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64257 - >=portage-2.0.51_pre23 broken on ppc-macos
Summary: >=portage-2.0.51_pre23 broken on ppc-macos
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2004-09-16 06:07 UTC by Mamoru KOMACHI (RETIRED)
Modified: 2004-10-01 02:02 UTC (History)
0 users

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


Attachments
portage_exec.py-macos (portage_exec.py-macos,457 bytes, patch)
2004-09-16 06:09 UTC, Mamoru KOMACHI (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mamoru KOMACHI (RETIRED) gentoo-dev 2004-09-16 06:07:42 UTC
At least portage-2.0.51_pre23 and portage-2.0.51_rc1 are broken on ppc-macos
because /bin/tee doesn't exist on Mac OS X (tee is /usr/bin/tee).

When I attempt to emerge something, emerge aborts with the following message:

kent% sudo emerge -u riece 
Calculating dependencies ...done!
>>> emerge (1 of 1) app-emacs/riece-1.0.2 to /
>>> Downloading ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO/distfiles/riece-1.0.2.tar.gz
--22:01:49--  ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO/distfiles/riece-1.0.2.tar.gz
           => `/usr/portage/distfiles/riece-1.0.2.tar.gz'
Resolving ftp.ecc.u-tokyo.ac.jp... 133.11.205.121
Connecting to ftp.ecc.u-tokyo.ac.jp[133.11.205.121]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /GENTOO/distfiles ... done.
==> PASV ... done.    ==> RETR riece-1.0.2.tar.gz ... done.
Length: 291,043 (unauthoritative)

100%[====================================>] 291,043       46.41K/s    ETA 00:00

22:01:55 (46.38 KB/s) - `/usr/portage/distfiles/riece-1.0.2.tar.gz' saved [291043]

>>> md5 src_uri ;-) riece-1.0.2.tar.gz
/bin/tee: line 1: /bin/tee: No such file or directory

I'll apply a patch to fix it.
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-09-16 06:09:52 UTC
Created attachment 39695 [details, diff]
portage_exec.py-macos

Make portage to use tee in either /bin or /usr/bin.
Comment 2 Pieter Van den Abeele (RETIRED) gentoo-dev 2004-09-24 18:34:21 UTC
incvs, removing osx from cc.
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-10-01 02:02:08 UTC
Fixed now, thanks.