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: Erik Dalen
Subject: Re: Problem building from scratch... (SSL.bundle modification)
Date: Mon, 10 Dec 2001 22:30:49 +0100 (CET)

I think I'm kind of getting the same problem. Except your suggestion
doesn't work. I'm using GNU tar 1.13 on slackware.
The make install for core/gui says this:

--snip--
  if [ $file != __done ]; then \
    /usr/bin/ginstall -c -m 644 ../Headers/AppKit/$file \
      /System/Headers/gnustep/AppKit/$file ; \
  fi; \
done;
rm -rf /System/Library/Bundles/libgmodel.bundle; \
tar -chf - --exclude=libgmodel.bundle/Contents/Resources \
             libgmodel.bundle \
    | (cd /System/Library/Bundles; tar xf -); \
(cd /System/Library/Bundles/libgmodel.bundle/Contents; \
    rm -f Resources; ln -s ../Resources .)
rm: `Resources' is a directory
ln: `./Resources': cannot overwrite directory
make[2]: *** [internal-bundle-install] Error 1
make[1]: *** [libgmodel.install.bundle.variables] Error 2
make[1]: Leaving directory `/root/core/gui/Model'
make: *** [internal-install] Error 2


any suggestions?
/Erik

On Mon, 10 Dec 2001, Chris B. Vetter 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
>




reply via email to

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