Opened 5 months ago
Closed 4 months ago
#70247 closed defect (invalid)
Trying to install oniguruma6 getting Error: Port oniguruma6 not found
Reported by: | umabomma | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.3 |
Keywords: | Cc: | ||
Port: |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
sudo port install oniguruma6 Error: Port oniguruma6 not found
Tried multiple solutions, didn't helping. I have already added path /opt/local/bin in /etc/paths as well. Below is the version its installed in my macos sonoma 14.5.
% port MacPorts 2.9.3 Entering shell mode... ("help" for help, "quit" to quit)
Change History (8)
comment:1 Changed 5 months ago by reneeotten (Renee Otten)
Keywords: | need to fix asap macports issue. removed |
---|---|
Milestone: | MacPorts Future |
Priority: | High → Normal |
comment:2 Changed 5 months ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:3 Changed 5 months ago by umabomma
"sudo port selfupdate" also not helping out. Getting same error still.
sudo port oniguruma6 Error: Unrecognized action "port oniguruma6"
comment:4 Changed 5 months ago by ryandesign (Ryan Carsten Schmidt)
That is, of course, not the same error.
If sudo port install oniguruma6
is still saying Error: Port oniguruma6 not found
, then show us the output of sudo port -d sync
.
comment:5 Changed 5 months ago by umabomma
Please find the output of sudo port -d sync
. Your help is needed to fix this issue, I'm trying to resolve this from 2 weeks not finding the solution.
% sudo port -d sync Password: ---> Updating the ports tree Synchronizing local ports tree from rsync://rsync.macports.org/macports/release/tarballs/ports.tar DEBUG: system: /usr/bin/rsync -rtzvl --delete-after --include=/ports.tar --include=/ports.tar.rmd160 --exclude=* rsync://rsync.macports.org/macports/release/tarballs/ /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs rsync: writefd_unbuffered failed to write 12 bytes [receiver]: Broken pipe (32) rsync error: error in rsync protocol data stream (code 12) at /AppleInternal/Library/BuildRoots/91a344b1-f985-11ee-b563-fe8bc7981bff/Library/Caches/com.apple.xbs/Sources/rsync/rsync/io.c(1122) [receiver=2.6.9] Command failed: /usr/bin/rsync -rtzvl --delete-after --include=/ports.tar --include=/ports.tar.rmd160 --exclude=* rsync://rsync.macports.org/macports/release/tarballs/ /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs Exit code: 12 Error: Synchronization of the local ports tree failed doing rsync DEBUG: Synchronization of 1 source failed while executing "mportsync [array get global_options]" port sync failed: Synchronization of 1 source failed % sudo port install oniguruma6 Error: Port oniguruma6 not found
comment:6 Changed 5 months ago by ryandesign (Ryan Carsten Schmidt)
Apparently you are unable to connect to our rsync server properly. Has this ever worked for you?
It could be caused by network restrictions, for example if you are on a corporate network your network administrators may be blocking rsync traffic. Or you may have installed antivirus or firewall software that does so.
If you cannot fix your computer or network so that it can access rsync servers, you can configure MacPorts to use a method other than rsync when syncing. See at wiki:howto#HOWTOIndex the section "Alternatives for syncing the ports tree without rsync".
comment:7 Changed 4 months ago by umabomma
I tried without connecting to office VPN, its worked. Thank you for support and inputs.
comment:8 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
that port certainly exists… so not sure why this happens for you. Perhaps try to rebuild the PortIndex, or just do “sudo port selfupdate” and try again.