Re: Working path variable for extract phase

2014-11-04 Thread Lawrence Velázquez
On Nov 4, 2014, at 12:49 PM, Artur Szostak wrote: > Now I want to know the variable name that contains: > /opt/local/var/macports/build/_Users_vagrant_repo_ports_science_detmon/detmon/work This would be `workpath`. vq ___ macports-users mailing list

Re: Working path variable for extract phase

2014-11-04 Thread Brandon Allbery
On Tue, Nov 4, 2014 at 12:49 PM, Artur Szostak wrote: > I cant seem to figure out the appropriate variable to use for the extract > phase. Or more specifically post-extract. Anyone know this? I thought > ${workdir} would work but its not defines during that phase. http://guide.mac

Working path variable for extract phase

2014-11-04 Thread Artur Szostak
Hi, I cant seem to figure out the appropriate variable to use for the extract phase. Or more specifically post-extract. Anyone know this? I thought ${workdir} would work but its not defines during that phase. To explain a bit more: I have a tarball with a bunch of source tarballs inside. I

Re: Can't extract tar files

2013-12-16 Thread Blake Meike
Nailed it in one. Many thanks -blake On Dec 16, 2013 7:37 AM, "Clemens Lang" wrote: > On Mon, Dec 16, 2013 at 07:28:06AM -0800, G. Blake Meike wrote: > > :info:extract gnupg-1.4.15/: Can't create 'gnupg-1.4.15' > > :info:extract gnupg-1.4.15/NEWS: Failed to create dir > 'gnupg-1.4.15'Can't crea

Re: Can't extract tar files

2013-12-16 Thread Clemens Lang
On Mon, Dec 16, 2013 at 07:28:06AM -0800, G. Blake Meike wrote: > :info:extract gnupg-1.4.15/: Can't create 'gnupg-1.4.15' > :info:extract gnupg-1.4.15/NEWS: Failed to create dir 'gnupg-1.4.15'Can't > create 'gnupg-1.4.15/NEWS' That sounds like http://trac.macports.org/ticket/39850. -- Clemens

Can't extract tar files

2013-12-16 Thread G. Blake Meike
, the installer can’t pull it off. I’ve looked around for permissions problems and don’t see anything obvious. Any ideas? Thanks -blake :debug:extract extract phase started at Mon Dec 16 07:10:41 PST 2013 :notice:extract ---> Extracting gnupg :debug:extract setting option extract.cmd to /

Weird behaviour of "port extract" as non-root

2010-03-19 Thread Marko Käning
Hi, when I extract a port via "port extract" as non-root in the corresponding port directory the symlink to work is not created, like it is done in case of a "sudo port extract". Why is that? (The work directory is actually then to be found somewhere in "~/.macport

Re: extract the 2nd

2008-07-29 Thread Ryan Schmidt
> > And please don't RTFM me - because I did RTFM - at least the one I > found. Of corse if there in another manual I did not find I am all > in for it. Remove these lines: distfiles leafnode-1.11.6.tar.bz2 extract { cd "/opt/local/var/macports/build/

Re: extract the 2nd

2008-07-29 Thread Daniel J. Luke
On Jul 29, 2008, at 2:46 PM, Martin Krischik wrote: I thought I could solve the bzip problem by myself - but I guess I was mistaken: I didn't really understand your previous message ... are you writing a new portfile? If so, you probably want the dev list and not the users list. MacPorts

extract the 2nd

2008-07-29 Thread Martin Krischik
Hi I thought I could solve the bzip problem by myself - but I guess I was mistaken: -- DEBUG: Found port in file:Developer/work/gnuada/OSX/ports//news/leafnode DEBUG: Changing to port directory: /Developer/work/gnuada/OSX/ports/ news/leafnode DEBUG: Requested var

extract

2008-07-29 Thread Martin Krischik
${in_Dir} || test ! -d ${in_Dir} then case "${in_File}" in (*.tgz|*.tar.gz) %{__tar} --extract --gzip --file "${in_File}"; ;;