Opened 18 years ago
Closed 18 years ago
#9169 closed defect (fixed)
BUG: tetex-3.0
Reported by: | waterson@… | Owned by: | gwright@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | ||
Port: |
Description
tetex-3.0 (or maybe gawk -- sorry, I'm a n00b) appears to be missing a dependency on gettext. Specifically, my "port upgrade outdated" fails as follows:
~$ sudo port upgrade outdated ---> Building teTeX with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_print_teTeX/work/tetex-src-3.0" && make all" returned error 2 Command output: cd libs/ncurses; make cd man && make DESTDIR="" all make[2]: Nothing to be done for `all'. cd include && make DESTDIR="" all AWK=gawk sh ./MKparametrized.sh ./Caps >parametrized.h dyld: Library not loaded: /opt/local/lib/libintl.3.dylib
Referenced from: /opt/local/bin/gawk Reason: image not found
./MKparametrized.sh: line 34: 1856 Trace/BPT trap ${AWK-awk} ' $3 != "str" {next;} $1 ~ /acs_/ {print "-1,\t/* ", $2, " */"; count++; next;} $0 ~ /#[0-9]/ {print "1,\t/* ", $2, " */"; count++; next;}
{print "0,\t/* ", $2, " */"; count++;}
END {printf("} /* %d entries */;\n\n", count);} ' <$CAPS make[2]: * [parametrized.h] Error 133 make[1]: * [all] Error 2 make: * [libs/ncurses/lib/libncurses.a] Error 2
Error: Unable to upgrade port: 1
Change History (3)
comment:1 Changed 18 years ago by gwright@…
Owner: | changed from darwinports-bugs@… to gwright@… |
---|
comment:2 Changed 18 years ago by gwright@…
Status: | new → assigned |
---|
Chris,
This should be fixed now. I have checked in an updated gawk to the cvs. It may take a few hours to be available via selfupdate.
Let me know if it works.
-Greg
comment:3 Changed 18 years ago by waterson@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Looks great...thanks! Marking "Fixed".
I'll take a look.
-Greg