bug-gnustep
[Top][All Lists]
Advanced

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

[bug #4481] profs detection fail


From: nobody
Subject: [bug #4481] profs detection fail
Date: Mon, 28 Jul 2003 09:08:59 -0400
User-agent: Mozilla/4.5 (compatible; OmniWeb/4.2-v435.2; Mac_PowerPC)

=================== BUG #4481: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4481&group_id=99

Changes by: Richard Frith-Macdonald <rfm@gnu.org>
Date: Mon 07/28/2003 at 13:08 (GMT)

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


------------------ Additional Follow-up Comments ----------------------------
Made that fix ... thanks



=================== BUG #4481: FULL BUG SNAPSHOT ===================


Submitted by: ehz                     Project: GNUstep                      
Submitted on: Fri 07/25/2003 at 21:21
Category:  Base/Foundation            Severity:  5 - Major                  
Bug Group:  Bug                       Resolution:  Fixed                    
Assigned to:  None                    Status:  Closed                       

Summary:  profs detection fail

Original Submission:  When we have tried to autobuild gnustep-base for all 
debian architectures, detection of procfs by configure failed.

The incriminated line (in configure and config/procfs.m4) is :

 if (grep proc /etc/fstab >/dev/null 2>/dev/null); then

Therefore we have replaced it (in both files) by :

 if (mount | grep '^proc' >/dev/null 2>/dev/null); then

and then all have worked fine.

I hope this report will help you to improve gnustep-base.
Matthias Klose has sent it before to Nicola.

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

-------------------------------------------------------
Date: Mon 07/28/2003 at 13:08       By: CaS
Made that fix ... thanks


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4481&group_id=99

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





reply via email to

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