Opened 8 years ago

Closed 8 years ago

Last modified 6 years ago

#50087 closed defect (invalid)

libnetpbm failure

Reported by: big.rad@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: libnetpbm

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I've run into a similar issue that occurred in earlier tickets for libnetpbm on El Capitain - installing veda-gaf has libnetpbm as a dependency. It fails. Trying to install libnetpbm gives the same error just for that one package:

nicksshinyobject:~ cad$ sudo port install libnetpbm
--->  Computing dependencies for libnetpbm
--->  Fetching distfiles for libnetpbm
Warning: Your DNS servers incorrectly claim to know the address of nonexistent hosts. This may cause checksum mismatches for some ports. See this page for more information: <https://trac.macports.org/wiki/MisbehavingServers>
Error: org.macports.fetch for port libnetpbm returned: Subversion check out failed
Please see the log file for port libnetpbm for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_netpbm/libnetpbm/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port libnetpbm failed

Short of having you folks update the geda-gaf and libnetpbm install script (which you maya some point), is there a procedure to manually install libnetpbm? I was able to get the source from the libnetpbm website.

Nick

Change History (5)

comment:1 Changed 8 years ago by big.rad@…

here is the mentioned log file:

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_netpbm/libnetpbm/main.log

version:1 

:debug:main Found Dependency: path: /usr/bin filename: svn regex: ^svn$
:msg:main --->  Computing dependencies for libnetpbm:info:main .:debug:main libnetpbm has no conflicts
:debug:main Found Dependency: path: /usr/bin filename: svn regex: ^svn$
:debug:main Searching for dependency: subversion
:debug:main Didn't find receipt, going to depspec regex for: subversion
:debug:main Found Dependency: path: /usr/bin filename: svn regex: ^svn$
:msg:main 
:debug:main Executing org.macports.main (libnetpbm)
:debug:main changing euid/egid - current euid: 0 - current egid: 0
:debug:main egid changed to: 501
:debug:main euid changed to: 504
:debug:main Skipping completed org.macports.archivefetch (libnetpbm)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:fetch fetch phase started at Fri Dec 18 20:09:37 EST 2015
:notice:fetch --->  Fetching distfiles for libnetpbm
:warn:fetch Your DNS servers incorrectly claim to know the address of nonexistent hosts. This may cause checksum mismatches for some ports. See this page for more information: <https://trac.macports.org/wiki/MisbehavingServers>
:debug:fetch Executing org.macports.fetch (libnetpbm)
:debug:fetch Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_netpbm/libnetpbm/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.11'
:debug:fetch Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_netpbm/libnetpbm/work" && /usr/bin/svn --non-interactive --trust-server-cert export https://svn.code.sf.net/p/netpbm/code/advanced/@2663' 
:debug:fetch Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_netpbm/libnetpbm/work" && /usr/bin/svn --non-interactive --trust-server-cert export https://svn.code.sf.net/p/netpbm/code/advanced/@2663 2>&1
:info:fetch svn: E155000: Destination directory exists; please remove the directory or use --force to overwrite
:info:fetch svn: E155000: 'advanced' already exists
:info:fetch Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_netpbm/libnetpbm/work" && /usr/bin/svn --non-interactive --trust-server-cert export https://svn.code.sf.net/p/netpbm/code/advanced/@2663 2>&1
:info:fetch Exit code: 1
:error:fetch org.macports.fetch for port libnetpbm returned: Subversion check out failed
:debug:fetch Error code: NONE
:debug:fetch Backtrace: Subversion check out failed
    while executing
"svnfetch"
    (procedure "portfetch::fetch_main" line 13)
    invoked from within
"portfetch::fetch_main org.macports.fetch"
    ("eval" body line 1)
    invoked from within
"eval $procedure $targetname"
:info:fetch Warning: targets not executed for libnetpbm: org.macports.activate org.macports.fetch org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
:notice:fetch Please see the log file for port libnetpbm for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_netpbm/libnetpbm/main.log
Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: libnetpbm removed
Owner: changed from macports-tickets@… to ryandesign@…
Port: geda-gaf removed

You need to run "sudo port clean libnetpbm"; see https://guide.macports.org/chunked/project.html#project.tickets.

comment:3 Changed 8 years ago by big.rad@…

Thanks for the comment 2 ryandesign@… - "sudo port clean libnetpbm" worked to clean up the broken link.

Nick

comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed

comment:5 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

In 9192b329cc13ddda097b50a8cb086adc4b8d5435/macports-ports:

netpbm: Fetch from GitHub mirror instead of SourceForge svn

Fetching from svn has been repeatedly problematic.

See: #28250
See: #28590
See: #29692
See: #31987
See: #32000
See: #36517
See: #38823
See: #41023
See: #48687
See: #50087
See: #54428
See: #54918
See: #54919
See: #54924
See: #55853
See: #55930
See: #55986

Note: See TracTickets for help on using tickets.