discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Problem building from scratch... (SSL.bundle modification)


From: Christian Piriou
Subject: Re: Problem building from scratch... (SSL.bundle modification)
Date: Tue, 18 Dec 2001 22:25:29 +0100

Ok - I have testing last CVS update (bundle.make v 1.70)
Install bundles work correctly with this fix.

Thanks
A+
Christian

On Mon, 17 Dec 2001 11:27:22 +0000 (GMT)
Nicola Pero <nicola@brainstorm.co.uk> wrote:

> 
> Ok - after some net-searching I think I might have found a way to make it
> work reliably on most TARs - please could you try from CVS and let me know
> of any problems you have.
> 
> Anybody using a version of TAR which might be old or strange please if you
> can could you check that installing bundles work correctly with current
> CVS and report any problems to me.  Thanks.
> 
> 
> > hi,
> > I have same probleme with bundle.make on freeBSD and i have replace tar 
> > with exclude option by :
> > 
> > $(TAR) -chf - --exclude $(BUNDLE_DIR_NAME)/Contents/Resources
> > 
> > to conform with my tar command (freeBSD 4.3)
> > 
> > A+
> > Christian
> > 
> > On Mon, 10 Dec 2001 13:03:09 -0800
> > "Chris B. Vetter" <chrisv@web4inc.com> wrote:
> > 
> > > On Mon, 10 Dec 2001 19:40:56 +0000 (GMT)
> > > Nicola Pero <nicola@brainstorm.co.uk> wrote:
> > > > > 1) gnustep-make/bundle.make will try to use /dev/sa0 (on FreeBSD
> > > > >    that's the entry for a tape). The problem is in line 293:
> > > > >      $(TAR) ch --exclude=$(BUNDLE_DIR_NAME)/Contents/Resources
> > > > thanks for reporting! - definitely useful - there is a --to-stdout
> > > > option on the next line which on my system does the same as `f -'
> > > > - but from what you say looks like it does not work on freebsd ?
> > > > I changed it back to `f -' on CVS - as you suggest (I don't really
> > > > know why I changed it to read --to-stdout, my mistake - if an option
> > > > works why touch it) -, let me know if it works now, I suppose so if
> > > > it worked before.
> > > 
> > > FreeBSD's tar does have --to-stdout, though I've never used it, so
> > > it might be broken.
> > > 
> > > About bundle.make ... the fix didn't work, however
> > > 
> > >    $(TAR) -chf - --exclude=$(BUNDLE_DIR_NAME)/Contents/Resources \
> > > 
> > > does the trick.
> > > 
> > > > > 2) gnustep-make/Documentation/GNUmakefile.in is missing an
> > > > >      include $(GNUSTEP_MAKEFILES)/common.make
> > > > >    which prevents make to install the documentation correctly.
> > > > thanks ! 
> > > > I already worked on this file this morning and I think I fixed the
> > > > installation of gnustep-make documentation (which was reported
> > > > broken in a private email by Matthias Klose) _ can you please check
> > > > if you still have this problem with the latest gnustep-make from
> > > > CVS, where it should be fixed.
> > > 
> > > Yes, it works.
> > > 
> > > There is another minor annoyance in gnustep-base's configure.
> > > If you specify --disable-procfs, configure is still
> > > 
> > >   [...]
> > >   checking kernel support for /proc filesystem... no
> > >   checking link to exe of process in /proc... no
> > >   checking /proc/96053/cmdline terminated by nul... yes
> > >   [...]
> > > 
> > > -- 
> > > Chris
> > > 
> > > _______________________________________________
> > > Discuss-gnustep mailing list
> > > Discuss-gnustep@gnu.org
> > > http://mail.gnu.org/mailman/listinfo/discuss-gnustep
> > 
> > _______________________________________________
> > Discuss-gnustep mailing list
> > Discuss-gnustep@gnu.org
> > http://mail.gnu.org/mailman/listinfo/discuss-gnustep
> > 
> 



reply via email to

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