-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to use brew install - Error: No such file or directory - /usr/sbin/pkgutil #691
Comments
Can you tar up your logs from |
I faced same problem ,but after installed developer tools 2.5, work fine now. |
Same here. I think if would be great if the requirement of Xcode 2.5 would be more prominent in the readme and a notice that the Xcode version 2.1 from the OS X Tiger DVD is not compatible with tigerbrew |
I ran into the same problem on Darwin 8.0.1. Is it possible to install the required components from the Xcode 2.5 DMG manually? |
Mac OS 10.4.11 but I get this while installing postgres : checking for xmlSaveToBuffer in -lxml2... no |
There's a new version of xz which is packaged up in Tigerbrew, update your tree and try again? |
I'm having the same issue and I definitely ran the XCode 2.5 mpkg installer. I've also run brew doctor |
Which version of xz is it trying to build and install? It should be 5.4.4 if your tigerbrew tree is up to date. |
I was trying to install nmap |
Make sure you have an up to date copy of |
I installed TigerBrew a few hours ago in Mac OS X 10.4.11 Tiger on a B&W G3 with G4 CPU upgrade. I tried I upgraded from Xcode 2.4 to Xcode 2.5 and there's still no I copied |
You shouldn't need to perform such operations, I'd suggest undoing that change, then attempting the build again. Once it has failed on the subsequent attempt, as Misty requested earlier in this issue:
It would be helpful for finding out where it is going wrong. |
Just for a sanity check, I performed a fresh install of Tiger on a G3, got it to 10.4.11, installed xcode 2.5, installed all the updates. |
I installed XCode 2.5 from Might be worth uninstalling XCode (if you upgraded to 2.5) and reinstalling 2.5 straight by running |
I installed XCode 2.5 after a fresh Tiger install on UTM following the instructions on this project's home page. It doesn't work and I haven't seen a single suggestion here as to why, what the specific problem is, or how to fix it. I didn't upgrade anything except Tiger (prior to installing XCode, or anything else) Is pkgutil supposed to be installed with XCode 2.5 or is this a bad dependency? Is there a missing step in the instructions? |
@ballo , are you getting the pkgutil isn't supposed to exist on 10.4.11 as far as I can tell no matter what Xcode you have installed. I think you can just put a blank text file at @sevan , the only folders I have in |
Ah, what does |
I guess because I'm trying to reproduce the issue on powerpc hardware and have not run into such a problem with the updates which is why I don't have a suggestion. However there may be an issue with the Intel build of Tiger (they're separate versions) and I've not yet attempted to recreate the issue on that. Apologies, I'd assumed it was powerpc because powerpc is on the brain. |
I'm using a B&W G3 with 10.4.11. I haven't tried Intel 10.4.11 but I do have a Virtual Box VM with 10.4.11 installed.
Some of those were installed because they are dependencies of other items. The ones I explicitly installed are: |
I got the Intel build of Tiger installed on hardware, patched to 10.4.11 + all updates + xcode 2.5 and attempted |
Lots of new components have landed since almost a year ago, such as git, flashrom, nmap, libftdi. |
Hi, I'm on OS X 10.4.11 and whenever I try to use brew install after installing tigerbrew, I get Error: No such file or directory - /usr/sbin/pkgutil. Results of
brew install git
:I thought brew update might fix this, but that requires Git. Any idea how to fix this? Thanks.
The text was updated successfully, but these errors were encountered: