Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Fernando de Oliveira, 10 years ago

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', '', '')),
                           })

comment:2 by Armin K, 10 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 Pierre Labastie, 10 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).

Last edited 10 years ago by Pierre Labastie (previous) (diff)

comment:4 by Fernando de Oliveira, 10 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.

in reply to:  4 comment:5 by Pierre Labastie, 10 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 Pierre Labastie, 10 years ago

Owner: changed from blfs-book@… to Pierre Labastie

comment:7 by Fernando de Oliveira, 10 years ago

Pierre, did you forget to close, or is it intentional?

comment:8 by Pierre Labastie, 10 years ago

Resolution: fixed
Status: newclosed

I did forget! But I thought I closed it. Sorry. Fixed at r12713

Last edited 10 years ago by Pierre Labastie (previous) (diff)

comment:9 by bdubbs@…, 10 years ago

Milestone: current

Milestone current deleted

Note: See TracTickets for help on using tickets.