Changes between Initial Version and Version 1 of Ticket #32641


Ignore:
Timestamp:
Dec 23, 2011, 2:18:36 PM (12 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Please remember to use WikiFormatting when pasting shell output into a ticket.

The problem is apparently caused by gdbm's configure script detecting your nawk install, which it prefers over /usr/bin/awk. However, I cannot reproduce your problem with the current nawk from MacPorts installed, although configure picks it up correctly. Can you attach the config.log?

A quickfix for your problem would probably be to uninstall nawk or install mawk or gawk, because those are preferred over nawk in gdbm's configure.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32641

    • Property Owner changed from macports-tickets@… to cal@…
    • Property Status changed from new to assigned
  • Ticket #32641 – Description

    initial v1  
    11This error happens with both compilers
    22
     3{{{
    34sudo port install gdbm configure.compiler=llvm-gcc-4.2
    45--->  Computing dependencies for gdbm
     
    1213Log for gdbm is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_gdbm/gdbm/main.log
    1314Error: Status 1 encountered during processing.
     15}}}