Hi! This is the ezmlm program. I'm managing the
libffi-discuss sourceware.org mailing list.
Messages to you from the libffi-discuss mailing list seem
to
have been bouncing. I've attached a copy of the first
bounce
message I received.
If this message bounces too, I will send you a probe. If the
probe bounces,
I will remove your address from the libffi-discuss mailing
list,
without further notice.
I've kept a list of which messages from the libffi-discuss
mailing list have
bounced from your address.
Copies of these messages may be in the archive.
To retrieve a set of messages 123-145 (a maximum of 100 per
request),
send an empty message to:
<libffi-discuss-get.123_145 sourceware.org>
To receive a subject and author list for the last 100 or so
messages,
send an empty message to:
<libffi-discuss-index sourceware.org>
Here are the message numbers:
352
353
--- Enclosed is a copy of the bounce message I received.
Return-Path: <>
Received: (qmail 23656 invoked by uid 22791); 6 Apr 2008
14:36:15 -0000
X-Spam-Status: No, hits=-1.5 required=5.0
tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
Received: from starfire.sharedlog.com (HELO
starfire.sharedlog.com) (69.57.137.148)
by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 06 Apr
2008 14:35:55 +0000
Received: by starfire.sharedlog.com (Postfix)
id 8F0AF7F5BE6; Sun, 6 Apr 2008 09:35:53 -0500 (CDT)
Date: Sun, 6 Apr 2008 09:35:53 -0500 (CDT)
From: MAILER-DAEMON sharedlog.com (Mail Delivery System)
Subject: Undelivered Mail Returned to Sender
To: libffi-discuss-return-352-nessto=sharedlog.com sourceware.org
Auto-Submitted: auto-replied
MIME-Version: 1.0
Content-Type: multipart/report;
report-type=delivery-status;
boundary="8E88F50AB6C.1207492553/starfire.sharedlog.co
m"
Message-Id: <20080406143553.8F0AF7F5BE6 starfire.sharedlog.com>
This is a MIME-encapsulated message.
--8E88F50AB6C.1207492553/starfire.sharedlog.com
Content-Description: Notification
Content-Type: text/plain; charset=us-ascii
This is the mail system at host starfire.sharedlog.com.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached
below.
For further assistance, please send mail to
<postmaster>
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
<message sharedlog.com> (expanded from <nessto sharedlog.com>): delivery
temporarily suspended: lost connection with
127.0.0.1[127.0.0.1] while
sending RCPT TO
--8E88F50AB6C.1207492553/starfire.sharedlog.com
Content-Description: Delivery report
Content-Type: message/delivery-status
Reporting-MTA: dns; starfire.sharedlog.com
X-Postfix-Queue-ID: 8E88F50AB6C
X-Postfix-Sender: rfc822;
libffi-discuss-return-352-nessto=sharedlog.com sourceware.org
Arrival-Date: Thu, 3 Apr 2008 09:24:01 -0500 (CDT)
Final-Recipient: rfc822; message sharedlog.com
Original-Recipient: rfc822;nessto sharedlog.com
Action: failed
Status: 4.4.2
Diagnostic-Code: X-Postfix; delivery temporarily suspended:
lost connection
with 127.0.0.1[127.0.0.1] while sending RCPT TO
--8E88F50AB6C.1207492553/starfire.sharedlog.com
Content-Description: Undelivered Message
Content-Type: message/rfc822
Received: from sourceware.org (sourceware.org
[209.132.176.174])
by starfire.sharedlog.com (Postfix) with SMTP id
8E88F50AB6C
for <nessto sharedlog.com>; Thu, 3 Apr 2008
09:24:01 -0500 (CDT)
Received: (qmail 31365 invoked by alias); 3 Apr 2008
14:23:53 -0000
Received: (qmail 31345 invoked by uid 22791); 3 Apr 2008
14:23:52 -0000
X-Spam-Check-By: sourceware.org
Received: from mail.borenet.se (HELO
mail-storage.borenet.se) (213.134.106.117) by
sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 03 Apr 2008
14:23:32 +0000
Received: from [192.168.1.2] (unknown [213.134.106.61]) by
mail-storage.borenet.se (Postfix) with ESMTP id EC46430E335
for <libffi-discuss sourceware.org>; Thu, 3 Apr 2008
16:23:27 +0200 (CEST)
Message-ID: <47F4E85D.2060104 zafena.se>
Date: Thu, 03 Apr 2008 16:23:25 +0200
From: =?ISO-8859-1?Q?Xerxes_R=E5nby?= <xerxes zafena.se>
User-Agent: Thunderbird 2.0.0.12 (X11/20080227)
MIME-Version: 1.0
To: libffi-discuss sourceware.org
Subject: bug: libffi headerfile ffi.h #define ARM
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Mailing-List: contact libffi-discuss-help sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <libffi-discuss.sourceware.org>
List-Unsubscribe:
<mailto:libffi-discuss-unsubscribe-nessto=sharedlog.comsourceware.org>
List-Subscribe: <mailto:libffi-discuss-subscribe sourceware.org>
List-Archive: <http://s
ourceware.org/ml/libffi-discuss/>
List-Post: <mailto:libffi-discuss sourceware.org>
List-Help: <mailto:libffi-discuss-help sourceware.org>, <http://sourceware.
org/ml/#faqs>
Sender: libffi-discuss-owner sourceware.org
Delivered-To: mailing list libffi-discuss sourceware.org
Greetings!
When using libffi to compile icedtea6 on ARM Linux target my
ffi.h
headerfile contains the line
/* Specify which architecture libffi is configured for. */
#define ARM
i had to change this to the following in order to compile
icedtea6 or
else the define conflicts with the icedtea6's defines.
/* Specify which architecture libffi is configured for. */
#ifndef ARM
#define ARM
#endif
--8E88F50AB6C.1207492553/starfire.sharedlog.com--
|