dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #10906] compile failure with ancient glibc


From: Gopal.V
Subject: [Pnet-developers] [bugs #10906] compile failure with ancient glibc
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #10906] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Tue 11/23/2004 at 10:54 (Asia/Calcutta)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed in CVS on 23rd Nov 2004.

Please recompile and confirm fix.






/**************************************************************************/
[bugs #10906] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10906>
Project: DotGNU Portable.NET
Submitted by: Norbert Bollow
On: Thu 11/04/2004 at 11:27

Category:  None
Severity:  1 - None
Item Group:  None
Resolution:  Fixed
Privacy:  Public
Assigned to:  None
Status:  Closed


Summary:  compile failure with ancient glibc

Original Submission:  pnet compilation fails with ancient glibc versions such 
as e.g. 2.1.2 (in Slackware 8.0).

The problem comes from the registers being defined in that old glibc's 
sys/ucontext.h as EAX etc instead of REG_EAX etc.

Since the old glibc should be upgraded anyway for independant (security) 
resons, maybe there's no point in actually supporting ancient glibc's.  However 
if we choose not to support ancient glibc's, we should at least (in configure) 
check in the case that there is a sys/ucontext.h file that it defines REG_EAX.

<nmrp> make[1]: Entering directory `/tmp/openwebmail2.4/pnet-0.6.10/support'
<nmrp> gcc -DHAVE_CONFIG_H -I. -I. -I../include    -I../libgc/include 
-I../include                     -DCSCC_LIB_PREFIX="/usr/local/lib"             
 -DCSCC_BIN_PREFIX="/usr/local/bin"                    
-DCSCC_DATA_PREFIX="/usr/local/share"          
-DCSCC_HOST_TRIPLET="i686-pc-linux-gnu" -g -O2 -Wall -c interrupt_posix.c
<nmrp> interrupt_posix.c: In function `__sigaction_handler':
<nmrp> interrupt_posix.c: In function `__sigaction_handler':
<nmrp> interrupt_posix.c:61: `REG_EAX' undeclared (first use in this function)
<nmrp> interrupt_posix.c:61: (Each undeclared identifier is reported only once
<nmrp> interrupt_posix.c:61: for each function it appears in.)



Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 11/23/2004 at 10:54       By: Gopal.V <t3rmin4t0r>
Fixed in CVS on 23rd Nov 2004.

Please recompile and confirm fix.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10906>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]