[Mailman-Users] Import email.message fails for Mailman 2.1.14onAIX 5.3

Mark Sapiro mark at msapiro.net
Tue May 17 17:50:43 CEST 2011


Steve Pogue wrote:
>
>Thanks Mark,
>That seemed to do the trick.  Any idea why configure/make didn't clean up?
>I'm wondering if there may be other fixups or issues awaiting me.



Look at the misc/Makefile in the unpack directory. It should have

EMAILPKG=	
JACODECSPKG=	
KOCODECSPKG=	

near the top just preceding

PACKAGES= $(EMAILPKG) $(JACODECSPKG) $(KOCODECSPKG)

If there is an assignment to EMAILPKG, e.g.

EMAILPKG=email-2.5.8

then look at the config.log from configure for something like

configure:1938: checking Python's email package
configure:1971: result: ok

If the result is "not ok", then for some reason configure either wasn't
able to import email from Python or it thought the imported version
was less than 2.5.8.

If the assignment to EMAILPKG in misc/Makefile is null, then for some
reason, 'make install' failed to remove the directory from pythonlib.
The command to do that is in the install-packages: target.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list