Changes between Initial Version and Version 1 of Ticket #25760


Ignore:
Timestamp:
Jul 22, 2010, 3:55:40 AM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to hteo@…:

My macports working directory resides on a second harddisk

How was this accomplished?

We certainly don't support the MacPorts prefix containing a space; the problem you're experiencing may be an extension of that.

P.S: Don't forget to use WikiFormatting

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25760 – Description

    initial v1  
    33My macports working directory resides on a second harddisk, mounted on "/Volumes/Secondary HD". Notice the space in the path. For some reason, pkgdata fails to backslash the space. So for example,
    44
    5 ------------------
     5{{{
    66## Makefile for icudt38l created by pkgdata
    77## from ICU Version 3.8.1
    88
    99SRCDIR=/Volumes/Secondary HD/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_tex_texlive-bin/work/texlive-20091107-source/libs/icu/icu-build/data/out/build/icudt38l
    10 ------------------
     10}}}
    1111
    1212So when I compile say R, which uses icu, I encounter compile error in the libs/icu/icu-build directory, like the following:
    1313
    14 ------------------
     14{{{
    1515DYLD_LIBRARY_PATH=../stubdata:../lib:../tools/ctestfw:$DYLD_LIBRARY_PATH  MAKEFLAGS= ../bin/pkgdata -O ../data/icupkg.inc -q -c -s /Volumes/Secondary HD/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_tex_texlive-bin/work/texlive-20091107-source/libs/icu/icu-build/data/out/build/icudt38l -d ../lib -M'PKGDATA_LDFLAGS=""' -e icudt38 -T ./out/tmp -p icudt38l -L sicudata -m static "./out/tmp/icudata.lst"
    1616Error opening <HD/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_tex_texlive-bin/work/texlive-20091107-source/libs/icu/icu-build/data/out/build/icudt38l>.
    1717error loading input file lists: U_FILE_ACCESS_ERROR
    1818make: *** [packagedata] Error 2
    19 -------------------
     19}}}