[PD] gem packaging bugs (more)

=?X-UNKNOWN?Q?g=FCnter_geiger?= geiger at xdv.org
Mon Aug 12 13:43:55 CEST 2002


I think the behaviour you get (the segfault) is indeed a XServer problem.
I am planning to investigate it over the next week.
Then, I have put gem into the pure-data CVS, where I am currently
reworking the build system.

I am of course inviting everyone who is interested to help on improving
the situation, and later, when Johannes will have set up his CVS we can
send him the patches.

Guenter

On Mon, 12 Aug 2002, Artem Baguinski wrote:

> Artem Baguinski(artm at nerve.v2.nl)@2002.08.12 03:24:53 +0000:
> > 1. there is config.cache in the package, with old paths inside,
> > configure buys it and make complains later
> >
> > 2. there are non-critical typos in configure.in, like the first line
> > after comments, what does it do there, and it is unfinished (no backtick
> > in the end). and also couple of times AC_ARG_WITH with second parameter
> > "   ", results in weird strings in the beginning of configure, bash
> > complains, but it doesnt do any harm.
> >
> > 3. in Makefile.in (i had to do autoconf myself to restore libmpeg3
> > detection) PREFIX is hard coded, should be PREFIX=@prefix@
> >
> 4. another one: Gem obejcts documentation should go into
> /doc/5.reference/Gem because objects try to search it there.
> patch will be:
>
> diff -ur gem-0.87.orig/src/Gnu/Makefile.in gem-0.87/src/Gnu/Makefile.in
> --- gem-0.87.orig/src/Gnu/Makefile.in   Wed Apr 17 16:21:58 2002
> +++ gem-0.87/src/Gnu/Makefile.in        Mon Aug 12 03:16:36 2002
> @@ -65,8 +65,8 @@
> install -d $(DESTDIR)/$(PREFIX)/$(DOCBASE)/gem
> install -m644 ../../doc/* $(DESTDIR)/$(PREFIX)/$(DOCBASE)/gem
>
> -       install -d $(DESTDIR)/$(PDLIBDIR)/doc/5.reference
> -       install -m644 ../../help/* $(DESTDIR)/$(PDLIBDIR)/doc/5.reference
> +       install -d $(DESTDIR)/$(PDLIBDIR)/doc/5.reference/Gem
> +       install -m644 ../../help/* $(DESTDIR)/$(PDLIBDIR)/doc/5.reference/Gem
>
> cp -r ../../examples $(DESTDIR)/$(PREFIX)/$(DOCBASE)/gem
> cp -r ../../manual $(DESTDIR)/$(PREFIX)/$(DOCBASE)/gem
>
>
> --
> Artem Baguinski (http://www.artm.org/)
> V2_Lab - International Lab For the Unstable Media (http://www.v2.nl/V2_Lab/)
> Eendrachtsstraat 10 - 3012 XL Rotterdam
>




More information about the Pd-list mailing list