Opened 15 years ago

Closed 15 years ago

Last modified 5 years ago

#20292 closed defect (fixed)

unbound fails to build on 10.6

Reported by: nerdling (Jeremy Lavergne) Owned by: nerdling (Jeremy Lavergne)
Priority: Low Milestone:
Component: ports Version: 1.8.0
Keywords: Cc:
Port: unbound

Description

./libtool --tag=CC --mode=link /usr/bin/gcc-4.2 ./linktest.c -I/opt/local/include -I/opt/local/include -DHAVE_CONFIG_H -I. -I. -Wwrite-strings -W -Wall -O2 -g -pipe -O2 -arch x86_64  -I. -I. -lldns -lcrypto -o linktest
libtool: link: /usr/bin/gcc-4.2 ./linktest.c -I/opt/local/include -I/opt/local/include -DHAVE_CONFIG_H -I. -I. -Wwrite-strings -W -Wall -O2 -g -pipe -O2 -arch x86_64 -I. -I. -o .libs/linktest  /opt/local/var/macports/build/_opt
_local_var_macports_sources_rsync.macports.org_release_ports_net_unbound/work/unbound-1.3.2/ldns-src/.libs/libldns.dylib -L/opt/local/lib -lcrypto

    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 9)
    invoked from within
"$procedure $targetname"

Attachments (1)

unbound_build.err (16.1 KB) - added by nerdling (Jeremy Lavergne) 15 years ago.
port -d install unbound (stderr)

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by nerdling (Jeremy Lavergne)

Attachment: unbound_build.err added

port -d install unbound (stderr)

comment:1 Changed 15 years ago by tobypeterson

Works for me, and the attached log doesn't seem to actually show any error message...

comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)

Status: newassigned

When I set use_parallel_build to no, it builds for me as well.

comment:3 Changed 15 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: assignedclosed

Committed in r53827.

comment:4 Changed 5 years ago by neverpanic (Clemens Lang)

In 78f4c1e299329295bf584113cab35065c1f1fb9c/macports-ports (master):

unbound: Enable parallel build

It seems inhibiting parallel builds is no longer required for unbound,
which seems likely given that the ticket that caused the introduction of
this line was filed 10 years ago.

See: #20292

Note: See TracTickets for help on using tickets.