[MacPorts] #21582: trace mode fails extracting any port
#21582: trace mode fails extracting any port -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: MacPorts 1.8.1 Component: base | Version: 1.8.0 Keywords: | Port: -------------------------------------+-------------------------------------- Doesn't matter what port you try; if you use trace mode, it fails in the extract phase: {{{ $ sudo port -t configure zlib ---> Computing dependencies for zlib ---> Fetching zlib ---> Verifying checksum(s) for zlib ---> Extracting zlib Error: Target org.macports.extract returned: shell command " cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_archivers_zlib/work" && /usr/bin/bzip2 -dc /opt/local/var/macports/distfiles/zlib/zlib-1.2.3.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf - " returned error 1 Command output: shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory sh: line 0: cd: /opt/local/var/macports/build/_Users_rschmidt_macports_dports_archivers_zlib/work: Not a directory Error: Status 1 encountered during processing. }}} MacPorts 1.8 branch @58094 [[br]] Mac OS X 10.6.1 -- Ticket URL: <http://trac.macports.org/ticket/21582> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21582: trace mode fails extracting any port -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: MacPorts 1.8.1 Component: base | Version: 1.8.0 Keywords: snowleopard | Port: -------------------------------------+-------------------------------------- Changes (by jmr@…): * keywords: => snowleopard Comment: Only fails on Snow Leopard, works on Leopard and Tiger. -- Ticket URL: <http://trac.macports.org/ticket/21582#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21582: trace mode fails extracting any port -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: MacPorts Future Component: base | Version: 1.8.0 Keywords: snowleopard | Port: -------------------------------------+-------------------------------------- Changes (by jmr@…): * milestone: MacPorts 1.8.2 => MacPorts Future -- Ticket URL: <http://trac.macports.org/ticket/21582#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21582: trace mode fails extracting any port -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: MacPorts Future Component: base | Version: 1.8.0 Keywords: snowleopard | Port: -------------------------------------+-------------------------------------- Comment(by jmr@…): Darwintrace is denying access to some directories because it thinks they are not directories. Calling the stat syscall directly apparently gives different results than using the libc function, specifically in st_mode. A test program demonstrating this is attached. -- Ticket URL: <http://trac.macports.org/ticket/21582#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21582: trace mode fails extracting any port --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: MacPorts Future Component: base | Version: 1.8.0 Resolution: fixed | Keywords: snowleopard Port: | --------------------------------------+------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => fixed Comment: r74318 -- Ticket URL: <https://trac.macports.org/ticket/21582#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21582: trace mode fails extracting any port --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: MacPorts Future Component: base | Version: 1.8.0 Resolution: | Keywords: snowleopard Port: | --------------------------------------+------------------------------------- Changes (by snc@…): * cc: jmr@… (added) * status: closed => reopened * resolution: fixed => Comment: This change in trunk appears to cause a build failure on ppc970 (G5). Do other platforms have build issues now as well? {{{ darwintrace.c:925: warning: 'struct stat64' declared inside parameter list darwintrace.c:925: warning: its scope is only this definition or declaration, which is probably not what you want darwintrace.c: In function 'stat64': darwintrace.c:941: error: 'SYS_stat64' undeclared (first use in this function) darwintrace.c:941: error: (Each undeclared identifier is reported only once darwintrace.c:941: error: for each function it appears in.) darwintrace.c:948:5: warning: '$' in identifier or number darwintrace.c: At top level: darwintrace.c:948: warning: 'struct stat64' declared inside parameter list darwintrace.c: In function 'stat$INODE64': darwintrace.c:950: warning: passing argument 2 of 'stat64' from incompatible pointer type darwintrace.c: At top level: darwintrace.c:976: warning: 'struct stat64' declared inside parameter list darwintrace.c: In function 'lstat64': darwintrace.c:992: error: 'SYS_lstat64' undeclared (first use in this function) darwintrace.c: At top level: darwintrace.c:999: warning: 'struct stat64' declared inside parameter list darwintrace.c: In function 'lstat$INODE64': darwintrace.c:1001: warning: passing argument 2 of 'lstat64' from incompatible pointer type make[2]: *** [darwintrace.o] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1 }}} -- Ticket URL: <https://trac.macports.org/ticket/21582#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21582: trace mode fails extracting any port --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: MacPorts Future Component: base | Version: 1.8.0 Resolution: | Keywords: snowleopard Port: | --------------------------------------+------------------------------------- Comment(by ryandesign@…): Jeremy, is your G5 running Tiger? If so, see Joshua's message that this change [http://lists.macosforge.org/pipermail/macports- dev/2010-December/013426.html probably broke MacPorts on Tiger]. -- Ticket URL: <https://trac.macports.org/ticket/21582#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21582: trace mode fails extracting any port --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: MacPorts Future Component: base | Version: 1.8.0 Resolution: fixed | Keywords: snowleopard Port: | --------------------------------------+------------------------------------- Changes (by jmr@…): * status: reopened => closed * resolution: => fixed -- Ticket URL: <https://trac.macports.org/ticket/21582#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21582: trace mode fails extracting any port --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: MacPorts 2.0.0 Component: base | Version: 1.8.0 Resolution: fixed | Keywords: snowleopard Port: | --------------------------------------+------------------------------------- Changes (by jmr@…): * milestone: MacPorts Future => MacPorts 2.0.0 -- Ticket URL: <https://trac.macports.org/ticket/21582#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts