Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2002 16:10:14 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        flo <flo@nigsch.com>
Cc:        Matthew Seaman <m.seaman@infracaninophile.co.uk>, freebsd-questions@FreeBSD.ORG
Subject:   Re: port: apache13-modssl fails on alloc.c
Message-ID:  <20020903151014.GC21983@happy-idiot-talk.infracaninophi>
In-Reply-To: <20020903143604.GB62792@nigsch.com>
References:  <20020903130430.GB5683@nigsch.com> <20020903142905.GA21983@happy-idiot-talk.infracaninophi> <20020903143604.GB62792@nigsch.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 03, 2002 at 04:36:04PM +0200, flo wrote:
> On Tue, Sep 03, 2002 at 03:29:05PM +0100, Matthew Seaman wrote:
> > On Tue, Sep 03, 2002 at 03:04:31PM +0200, flo wrote:
> > 
> > > I already tried several things:
> > > *) deleting /usr/ports/www/apache13-modssl and refetching - didn't help
> > > *) deleting /usr/ports/Mk too, refetch, re-try - didn't help
> > > *) i made a new world with the sources of about 20th august and re-tried - didn't help
> > > *) tried to do something about the syntax errors - not too successful
> > > 
> > > Does anybody have an idea how to overcome this problem?
> > 
> > Update the devel/mm port to mm-1.2.1 perhaps?
> ---end quoted text---
> 
> I already did that - no change, the problem still exists.
> 
> --- snip ---
> net:/usr/ports/devel/mm# cat distinfo
> MD5 (mm-1.2.1.tar.gz) = 0ddd4c20d803cfda3dc585b8a5de708b
> net:/usr/ports/devel/mm# portversion mm
> mm                          =
> net:/usr/ports/devel/mm#
> --- snip ---
> 
> I really don't know what else I could try to make it work!? HELP!

devel/mm is the only dependency that apache+mod_ssl has:

    claudette:/usr/ports:% pkg_info -r apache\*
    Information for apache+mod_ssl-1.3.26+2.8.10:
    
    Depends on:
    Dependency: mm-1.2.1

and I strongly suspect that it is the cause of your problems as I've
seen very similar error messages when I neglected to update mm before
compiling the latest apache+mod_ssl on Solaris.

Hmmm... What is the output of these commands on your system? The
results should look like the following:

    claudette:/usr/ports:% pkg_info mm-\*
    Information for mm-1.2.1:
    
    Comment:
    Shared memory allocation library for applications with pre-forked process model
    
    Required by:
    apache+mod_ssl-1.3.26+2.8.10
    
    Description:
    OSSP mm - Shared Memory Allocation Library
    Copyright (c) 1999-2002 Ralf S. Engelschall <rse@engelschall.com>
    Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>;
    
    OSSP mm is a 2-layer abstraction library which simplifies
    the usage of shared memory between forked (and this way strongly
    related) processes under Unix platforms. On the first layer it
    hides all platform dependent implementation details (allocation
    and locking) when dealing with shared memory segments and on the
    second layer it provides a high-level malloc(3)-style API for a
    convenient and well known way to work with data-structures inside
    those shared memory segments. 
    
    WWW: http://www.ossp.org/pkg/lib/mm/
    
    
    claudette:/usr/ports:% pkg_info -L mm-\*
    Information for mm-1.2.1:
    
    Files:
    /usr/local/man/man1/mm-config.1.gz
    /usr/local/man/man3/mm.3.gz
    /usr/local/bin/mm-config
    /usr/local/include/mm.h
    /usr/local/lib/libmm.a
    /usr/local/lib/libmm.la
    /usr/local/lib/libmm.so
    /usr/local/lib/libmm.so.12
    
    claudette:/usr/ports:% pkg_info -g mm-\* 
    Information for mm-1.2.1:
    
    Mismatched Checksums:
    
    
	Cheers,

	Matthew



-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
                                                      Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020903151014.GC21983>