Opened 14 years ago

Closed 14 years ago

#25605 closed defect (fixed)

serf 0.6.1_1 Missing build dependency on gsed

Reported by: braden@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc: blair (Blair Zajac)
Port: serf

Description

serf appears to be missing a build-time dependency on gsed:

:info:build /opt/local/share/apr-1/build/libtool --silent --tag=CC --mode=compile /usr/bin/gcc-4.2 -O2 -arch x86_64 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/opt/local/include -I.  -I/opt/local/include/apr-1   -I/opt/local/include/apr-1 -I/opt/local/include  -c -o buckets/request_buckets.lo buckets/request_buckets.c && touch buckets/request_buckets.lo
:info:build /opt/local/share/apr-1/build/libtool: line 819: /opt/local/bin/gsed: No such file or directory

Change History (3)

comment:1 Changed 14 years ago by blair (Blair Zajac)

There's no mention of sed in the Portfile:

$ port cat serf|grep sed
description	C-based HTTP client library
long_description	The serf library is a C-based HTTP client library \

Did you have gsed installed at some point and then remove it?

comment:2 Changed 14 years ago by danielluke (Daniel J. Luke)

He must have.

looks like it's coming from the libtool installed by apr, but the apr port sets lt_cv_path_SED=sed (in the configure phase) to keep this from happening... Maybe the apr configure has changed and this is no longer working (I'll check).

comment:3 Changed 14 years ago by danielluke (Daniel J. Luke)

Resolution: fixed
Status: newclosed

Looks like it became ac_cvs_path_SED at some point apr updated in r69550 which should fix this issue.

Note: See TracTickets for help on using tickets.