#4693 closed enhancement (fixed)
serf 1.3.4
| Reported by: | Armin K | Owned by: | Pierre Labastie |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | BOOK | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
https://code.google.com/p/serf/
Links on homepage, there isn't anything in download category for some reason.
Change History (9)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
One of the seds breaks it. The one that "fixes the pkg-config file." Just remove it and you should be fine.
comment:3 by , 12 years ago
I put a comment in the xml just before the offending sed. Since it seems you haven't seen it, I am wondering whether I should have put it to another place. Please tell me. Not taking it until Fernado gives me the green light (rc1 seems to be delayed).
follow-up: 5 comment:4 by , 12 years ago
I was in a hurry to get it in the book. I may have used old instructions. Thanks, Armin and Pierre.
I would like to include it in before 7.5. Pierre, would you do it,? If not, I will start in half an hour.
comment:5 by , 12 years ago
Replying to fo:
I was in a hurry to get it in the book. I may have used old instructions. Thanks, Armin and Pierre.
I would like to include it in before 7.5. Pierre, would you do it,? If not, I will start in half an hour.
OK, taking it.
comment:6 by , 12 years ago
| Owner: | changed from to |
|---|
comment:8 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
I did forget! But I thought I closed it. Sorry. Fixed at r12713

I am having a problem:
$ scons PREFIX=/usr scons: Reading SConscript files ... TypeError: get() takes at most 3 arguments (4 given): File "/home/fernando/tmp/paco-build-2014.02.15-14h48m38s/serf-1.3.4/SConstruct", line 385: env.get('GSSAPI_LIBS', '', '')),Line 385 is the last one in the following
pkgconfig = env.Textfile('serf-%d.pc' % (MAJOR,), env.File('build/serf.pc.in'), SUBST_DICT = { '@MAJOR@': str(MAJOR), '@PREFIX@': '$PREFIX', '@LIBDIR@': '$LIBDIR', '@INCLUDE_SUBDIR@': 'serf-%d' % (MAJOR,), '@VERSION@': '%d.%d.%d' % (MAJOR, MINOR, PATCH), '@LIBS@': '%s %s %s -lz' % (apu_libs, apr_libs, env.get('GSSAPI_LIBS', '', '')), })