Opened 14 years ago

Closed 14 years ago

#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 (Ryan Carsten Schmidt)
Port: qimageblitz

Description (last modified by jmroot (Joshua Root))

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 (1)

subversion-contents.txt (5.9 KB) - added by ryandesign (Ryan Carsten Schmidt) 14 years ago.
contents of the subversion port

Download all attachments as: .zip

Change History (11)

comment:1 Changed 14 years ago by tukietux@…

Cc: tukietux@… added

Cc Me!

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Cc: tukietux@… removed
Description: modified (diff)
Keywords: amarok qimageblitz svn removed

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 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

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:4 in reply to:  3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added

Did that work?

comment:5 Changed 14 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 14 years ago by ryandesign (Ryan Carsten Schmidt)

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 14 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: subversion-contents.txt added

contents of the subversion port

comment:7 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

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 14 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 14 years ago by ryandesign (Ryan Carsten Schmidt)

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 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.