#28250 closed defect (invalid)
netpbm: Subversion check out failed
Reported by: | MaurizioLoreti | Owned by: | mas@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | netpbm |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
sudo port -p upgrade outdated ---> Computing dependencies for netpbm ---> Fetching netpbm Error: Target org.macports.fetch returned: Subversion check out failed Log for netpbm is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_netpbm/main.log Error: Unable to upgrade port: 1 To report a bug, see <http://guide.macports.org/#project.tickets>
Installed version is :
port list netpbm netpbm @10.47.25 graphics/netpbm
Change History (5)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to mas@… |
Port: | netpbm added |
Summary: | Couldn't upgrade netpbm → netpbm: Subversion check out failed |
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to Maurizio.Loreti@…:
Installed version is :
port list netpbm
netpbm @10.47.25 graphics/netpbm
Note that "port list" does not do what you think it does. You've only shown us that 10.47.25 is the version currently available, not that this is the version you've installed.
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
The log file you sent me by email contained these lines:
:debug:fetch Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_netpbm/work" && /usr/bin/svn --non-interactive --trust-server-cert export http://netpbm.svn.sourceforge.net/svnroot/netpbm/stable@1391' :info:fetch svn: Destination directory exists; please remove the directory or use --force to overwrite :info:fetch svn: 'stable' already exists
That means you tried to install the port, the fetch failed for some unknown reason, then you tried again, which caused it to fail because the directory it created during the first attempt already existed. Please clean the port and try again, then attach that main.log file to this ticket, so we can see what the original error message was.
sudo port clean netpbm sudo port upgrade netpbm
comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Maurizio indicated by email that the port built successfully after cleaning.
Please attach the complete main.log file mentioned above, so that we can see why the Subversion check out failed.