[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: |
Fri, 25 Jul 2003 17:21:08 -0400 |
User-agent: |
Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U; ) Gecko/20020623 Debian/1.2.5-0.woody.1 |
=================== BUG #4481: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4481&group_id=99
Submitted by: ehz Project: GNUstep
Submitted on: Fri 07/25/2003 at 23:21
Category: Base/Foundation Severity: 5 - Major
Bug Group: Bug Resolution: None
Assigned to: None Status: Open
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.
No Followups Have Been Posted
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/
- [bug #4481] profs detection fail,
nobody <=