Ticket #25118 (closed defect: invalid)
qimageblitz 0.0.5 svn: invalid option: --trust-server-cert
| Reported by: | tukietux@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | Cc: | ryandesign@… | |
| Port: | qimageblitz |
Description (last modified by jmr@…) (diff)
trying to install amarok on mac os x 10.6 got the error: svn: invalid option: --trust-server-cert while trying to install amarok the following debug information is what I considered important
DEBUG: Searching for dependency: mysql4
DEBUG: Didn't find receipt, going to depspec regex for: mysql4
DEBUG: Searching for dependency: zlib
DEBUG: Found Dependency: receipt exists for zlib
DEBUG: Searching for dependency: openssl
DEBUG: Found Dependency: receipt exists for openssl
DEBUG: Searching for dependency: readline
DEBUG: Found Dependency: receipt exists for readline
DEBUG: Executing org.macports.main (qimageblitz)
---> Fetching qimageblitz
DEBUG: Executing org.macports.fetch (qimageblitz)
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_qimageblitz/work" && /usr/bin/svn --non-interactive --trust-server-cert export svn://anonsvn.kde.org/home/kde/tags/qimageblitz/0.0.5'
svn: invalid option: --trust-server-cert
Type 'svn help' for usage.
Error: Target org.macports.fetch returned: Subversion check out failed
DEBUG: Backtrace: Subversion check out failed
while executing
"svnfetch"
(procedure "portfetch::fetch_main" line 12)
invoked from within
"$procedure $targetname"
Warning: the following items did not execute (for qimageblitz): org.macports.activate org.macports.fetch org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
Error: The following dependencies failed to build: kdebase4-runtime qimageblitz liblastfm fftw-3-single libsamplerate libsndfile flac libogg libvorbis ruby loudmouth gnutls libtasn1 lzo opencdk libgcrypt libgpg-error mysql5 qtscriptgenerator taglib taglib-extras
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>
Attachments
Change History
comment:2 Changed 3 years ago by jmr@…
- Keywords amarok, qimageblitz, svn removed
- Cc tukietux@… removed
- Description modified (diff)
Please remember to preview and use WikiFormatting, and note that you do not need to be in cc when you are the reporter. Your /usr/bin/svn does not appear to be the version that Apple ships with 10.6, as that version supports --trust-server-cert.
comment:3 follow-up: ↓ 4 Changed 3 years ago by ryandesign@…
So please put Apple's svn back.
Or, a workaround would be to "sudo port install subversion"; MacPorts will then use its own Subversion instead of Apple's.
comment:5 Changed 3 years ago by tukietux@…
Only saw the response now.. I'm still a n00b.. I'll try the second option.. Can't do the first because of a project I'm working on.. But BTW how can I restore the Apple svn?
comment:6 Changed 3 years ago by ryandesign@…
One way would be to reinstall Mac OS X. Or you could try to locate the bits and pieces you need either by extracting them from the installer packages or by copying from another Snow Leopard machine, but it might be a challenge to identify all the bits and pieces that you need.
Changed 3 years ago by ryandesign@…
- Attachment subversion-contents.txt added
contents of the subversion port
comment:7 Changed 3 years ago by ryandesign@…
If you wanted to avoid reinstalling Mac OS X, here's one strategy. Attached is the list of files installed by the Subversion port. Probably Apple's standard Subversion install comes with a similar complement of files, though in /usr, not in /opt/local. Using this list, replacing /opt/local with /usr for each line, you could see if that file exists on a properly-functioning Snow Leopard machine. If it does, copy it to the Snow Leopard machine with the broken Subversion install.
comment:8 Changed 3 years ago by tukietux@…
now i'm installing subversion through macports, I'll try what you wrote when I have another Mac OS machine to copy the files from. Thanks :)
comment:9 Changed 3 years ago by ryandesign@…
Looking through the bills of materials (/var/db/receipts/*.bom) it looks like you could fix your Apple Subversion install by just downloading and installing the Mac OS X 10.6.3 Combo Update.
comment:10 Changed 3 years ago by ryandesign@…
- Status changed from new to closed
- Resolution set to invalid


Cc Me!