New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #28250 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

netpbm: Subversion check out failed

Reported by: Maurizio.Loreti@… Owned by: mas@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: ryandesign@…
Port: netpbm

Description (last modified by ryandesign@…) (diff)

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

comment:1 Changed 2 years ago by ryandesign@…

  • Cc ryandesign@… added
  • Owner changed from macports-tickets@… to mas@…
  • Summary changed from Couldn't upgrade netpbm to netpbm: Subversion check out failed
  • Port set to netpbm
  • Description modified (diff)

Please attach the complete main.log file mentioned above, so that we can see why the Subversion check out failed.

comment:2 in reply to: ↑ description Changed 2 years ago by ryandesign@…

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 2 years ago by ryandesign@…

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 2 years ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to invalid

Maurizio indicated by email that the port built successfully after cleaning.

Note: See TracTickets for help on using tickets.