Re: [Cooker] help with gdam

2003-10-15 Thread Austin Acton
 If you want to look at my src rpm I uploaded it to /home/eslrahc

Perfect.
Thanks,
Austin

-- 
 Austin Acton
Synthetic Organic Chemist, Teaching Assistant, Ph.D. Candidate
   Department of Chemistry, York University, Toronto
MandrakeLinux Volunteer Developer, homepage: www.groundstate.ca




Re: [Cooker] help with gdam

2003-10-15 Thread Charles A Edwards
On Wed, 15 Oct 2003 07:36:19 -0400
Austin Acton [EMAIL PROTECTED] wrote:

 Perfect.

I tried building again today with a slightly modified spec but the build
still fails at the same location.

I have tracked what is producing the problem but not why or how to
correct it.

gdam-0.942/skin/default/Makefile created on klama is different from that
created on either of 2 home machines on which I am able to successfully
build gdam.

I have attached a diff -u

Was hoping that I could get a successful build and upload.
Truth be told I was rather pleased with my packaging of it.


Charles

-- 
Fortune's real live weird band names #610:

Sharon Stoned
-
Mandrake Linux 9.2 on PurpleDragon
Kernel-2.4.22-12.tmb.1mdkenterprise
http://www.eslrahc.com
-
 






Makefile.diff.bz2
Description: Binary data


pgp0.pgp
Description: PGP signature


Re: [Cooker] help with gdam

2003-10-14 Thread Charles A Edwards
On Mon, 13 Oct 2003 18:57:47 -0400
Austin Acton [EMAIL PROTECTED] wrote:

 I'm having a very hard time building it, and I can't seem to access
 your SRPM.

Well week my site changed to a different server with more save, plus
someone also wrote and sent me a page that actually looks like a web
site.
When I set it up I did not put gdam back.

 
 Can you just upload it?

Do you mean to my site or to contrib?

Either way it will be this afternoon before I get the chance.



Charles

-- 
He who hoots with owls by night cannot soar with eagles by day.
-
Mandrake Linux 9.2 on PurpleDragon
Kernel-2.4.22-12.tmb.1mdkenterprise
http://www.eslrahc.com
-


pgp0.pgp
Description: PGP signature


Re: [Cooker] help with gdam

2003-10-14 Thread Austin Acton
On Tue, 2003-10-14 at 04:01, Charles A Edwards wrote:
  Can you just upload it?
 
 Do you mean to my site or to contrib?

To contrib.
It was giving me a headache.  Can you upload it?

Austin
-- 
 Austin Acton
Synthetic Organic Chemist, Teaching Assistant, Ph.D. Candidate
   Department of Chemistry, York University, Toronto
MandrakeLinux Volunteer Developer, homepage: www.groundstate.ca




Re: [Cooker] help with gdam

2003-10-14 Thread Charles A Edwards
On Tue, 14 Oct 2003 17:36:54 -0400
Austin Acton [EMAIL PROTECTED] wrote:

 To contrib.
 It was giving me a headache.  Can you upload it?

Sure, but I don't know if I want to be the maintainer.

I have repackaged it, there are now 11 rpms, and eliminated most of the
rpmlint errors. The only 1 remaining
non-versioned-file-in-library-package over which I am not going to
worry.

Well, if I am going to upload it I had better clean up the spec some
and at least test the install.


Charles  

-- 
Landru! Guide us!
-- A Beta 3-oid, The Return of the Archons, stardate 3157.4
-
Mandrake Linux 9.2 on PurpleDragon
Kernel-2.4.22-12.tmb.1mdkenterprise
http://www.eslrahc.com
-


pgp0.pgp
Description: PGP signature


Re: [Cooker] help with gdam

2003-10-14 Thread Austin Acton
On Tue, 2003-10-14 at 14:50, Charles A Edwards wrote:
 Sure, but I don't know if I want to be the maintainer.

So either:
list me as the uploader [EMAIL PROTECTED] or,
ask warly to make me the maintainer

 Well, if I am going to upload it I had better clean up the spec some
 and at least test the install.

Don't worry about it.  I'll fix it up, someday.

Thanks,
Austin
-- 
 Austin Acton
Synthetic Organic Chemist, Teaching Assistant, Ph.D. Candidate
   Department of Chemistry, York University, Toronto
MandrakeLinux Volunteer Developer, homepage: www.groundstate.ca




Re: [Cooker] help with gdam

2003-10-14 Thread Charles A Edwards
On Tue, 14 Oct 2003 18:52:54 -0400
Austin Acton [EMAIL PROTECTED] wrote:

 Don't worry about it.  I'll fix it up, someday.

It may be sooner than you thought.
The build fails on klama 


(cd .libs  rm -f gdamxmmsfilterskin.la  ln -s
../gdamxmmsfilterskin.la gdamxmmsfilterskin.la) make[2]: Leaving
directory `/home/eslrahc/rpm/BUILD/gdam-0.942/skin/plugins' Making all
in help make[2]: Entering directory
`/home/eslrahc/rpm/BUILD/gdam-0.942/skin/help' make[2]: Nothing to be
done for `all'. make[2]: Leaving directory
`/home/eslrahc/rpm/BUILD/gdam-0.942/skin/help' Making all in default
make[2]: Entering directory
`/home/eslrahc/rpm/BUILD/gdam-0.942/skin/default' test -d src || mkdir
src test -d src || mkdir src
mkdir: test -e src/hardware.xpm || touch src/hardware.xpm
cannot create directory `src': File exists
make[2]: *** [src/nudgeb.xpm] Error 1
make[2]: *** Waiting for unfinished jobs
make[2]: Leaving directory
`/home/eslrahc/rpm/BUILD/gdam-0.942/skin/default' make[1]: ***
[all-recursive] Error 1 make[1]: Leaving directory
`/home/eslrahc/rpm/BUILD/gdam-0.942/skin' make: *** [all-recursive]
Error 1 error: Bad exit status from /home/eslrahc/rpm/tmp/rpm-tmp.78349
(%build)

but on my home system it will build without problem.
The same section of the build

(cd .libs  rm -f gdamxmmsfilterskin.la  ln -s
../gdamxmmsfilterskin.la gdamxmmsfilterskin.la) test -L server || ln -s
../../server/plugins server test -L model || ln -s
../../component/plugins model test -L skin || ln -s ../../skin/plugins
skin make[2]: Leaving directory
`/home/charles/rpm/BUILD/gdam-0.942/skin/plugins' Making all in help
make[2]: Entering directory
`/home/charles/rpm/BUILD/gdam-0.942/skin/help' make[2]: Nothing to be
done for `all'. make[2]: Leaving directory
`/home/charles/rpm/BUILD/gdam-0.942/skin/help' Making all in default
make[2]: Entering directory
`/home/charles/rpm/BUILD/gdam-0.942/skin/default' test -d src || mkdir
src test -e src/hardware.xpm || touch src/hardware.xpm
test -d src || mkdir src
test -e src/nudgeb.xpm || touch src/nudgeb.xpm
test -d src || mkdir src
test -e src/nudgef.xpm || touch src/nudgef.xpm
test -d src || mkdir src
test -e src/nudgeff.xpm || touch src/nudgeff.xpm
test -d src || mkdir src
test -e src/nudgemf.xpm || touch src/nudgemf.xpm
test -d src || mkdir src
test -e src/nudgemff.xpm || touch src/nudgemff.xpm
test -d src || mkdir src
test -e src/play.xpm || touch src/play.xpm
test -d src || mkdir src
test -e src/start.xpm || touch src/start.xpm
test -d src || mkdir src
test -e src/stop.xpm || touch src/stop.xpm
make[2]: Leaving directory
`/home/charles/rpm/BUILD/gdam-0.942/skin/default' Making all in bluetone
make[2]: Entering directory
`/home/charles/rpm/BUILD/gdam-0.942/skin/bluetone'

If you want to look at my src rpm I uploaded it to /home/eslrahc



Charles

-- 
Usually, when a lot of men get together, it's called a war.
-- Mel Brooks, The Listener
-
Mandrake Linux 9.2 on PurpleDragon
Kernel-2.4.22-12.tmb.1mdkenterprise
http://www.eslrahc.com
-


pgp0.pgp
Description: PGP signature


Re: [Cooker] help with gdam

2003-10-13 Thread Austin Acton
On Wed, 2003-10-08 at 11:13, Charles A Edwards wrote:
 Well, I've played around with it some.
 
 The result http://www.eslrahc.com/gdam-0.942-1cae.src.rpm
 
 This breaks the package into..
   gdam-common-0.942-1cae.i586.rpm
   gdam-server-0.942-1cae.i586.rpm
   gdam-client-0.942-1cae.i586.rpm
   gdam-clients-gtk-0.942-1cae.i586.rpm   
   gdam-devel-0.942-1cae.i586.rpm   
   gdam-alsa-plugin-0.942-1cae.i586.rpm
   gdam-xmms-plugin-0.942-1cae.i586.rpm
 

I'm having a very hard time building it, and I can't seem to access your
SRPM.

Can you just upload it?

Austin
-- 
 Austin Acton
Synthetic Organic Chemist, Teaching Assistant, Ph.D. Candidate
   Department of Chemistry, York University, Toronto
MandrakeLinux Volunteer Developer, homepage: www.groundstate.ca




Re: [Cooker] help with gdam

2003-10-08 Thread Charles A Edwards
On Tue, 7 Oct 2003 17:44:06 -0400
Austin [EMAIL PROTECTED] wrote:

 Yeah, I'd like to see your spec... email it to me.
 I don't really feel like libifying the plugins, even if they do have a
 major  API number.

I had have not broken it apart yet either.
But I was thinking along the lines of gdam-common, gdam-client,
gdam-server, gdam-plugins, with separate xmms and alsa plugins.

If I get the chance today to do it I'll put the src.rpm on my site.


Charles

-- 
We were so poor that we thought new clothes meant someone had died.
-
Mandrake Linux 9.2 on PurpleDragon
Kernel-2.4.22-10.tmb.4mdkenterprise
http://www.eslrahc.com
-
 


pgp0.pgp
Description: PGP signature


Re: [Cooker] help with gdam

2003-10-08 Thread Charles A Edwards
On Tue, 7 Oct 2003 17:44:06 -0400
Austin [EMAIL PROTECTED] wrote:

 Yeah, I'd like to see your spec... email it to me.
 I don't really feel like libifying the plugins, even if they do have a
 major  API number.

Well, I've played around with it some.

The result http://www.eslrahc.com/gdam-0.942-1cae.src.rpm

This breaks the package into..
  gdam-common-0.942-1cae.i586.rpm
  gdam-server-0.942-1cae.i586.rpm
  gdam-client-0.942-1cae.i586.rpm
  gdam-clients-gtk-0.942-1cae.i586.rpm   
  gdam-devel-0.942-1cae.i586.rpm   
  gdam-alsa-plugin-0.942-1cae.i586.rpm
  gdam-xmms-plugin-0.942-1cae.i586.rpm

It still gives rpmlint a long list of things to complain about.
From development file is located in a non-devel package. to
non-versioned-file-in-library-package. But with this app I see no way to
eliminate these errors.

That a look at it if you like.
Use all/some/none of it as you wish.


Charles

-- 
Fortune's real live weird band names #711:

Thurston Howell's Boner
-
Mandrake Linux 9.2 on PurpleDragon
Kernel-2.4.22-10.tmb.4mdkenterprise
http://www.eslrahc.com
-


pgp0.pgp
Description: PGP signature


Re: [Cooker] help with gdam

2003-10-07 Thread danny
On Mon, 6 Oct 2003, Austin wrote:

 Please help:
 
 gdasspatialstereo.c:73:40: pasting - and lear does not give a valid  
 preprocessing token
 
 See the SRPM, which obviously doesn't build.
 http://groundstate.ca/gdam-0.942-1mdk.src.rpm
 
 The problem fixer will receive due credit.  This is urgent... for reasons I  
 can't reveal... YET!

I think (but could be wrong) from a quick glance at the code that you can 
just remove all the ## in front of prefix in that file (but leave the ## 
behind prefix where it is)

now...bout this credit

 
 Austin
 
 --
  Austin Acton
 Synthetic Organic Chemist, Teaching Assistant, Ph.D. Candidate
Department of Chemistry, York University, Toronto
 MandrakeLinux Volunteer Developer, homepage: www.groundstate.ca
 




Re: [Cooker] help with gdam

2003-10-07 Thread Guillaume Cottenceau
[EMAIL PROTECTED] writes:

  The problem fixer will receive due credit.  This is urgent... for reasons I  
  can't reveal... YET!
 
 I think (but could be wrong) from a quick glance at the code that you can 
 just remove all the ## in front of prefix in that file (but leave the ## 
 behind prefix where it is)

Yep. Tis like in BitchX and Mesa.

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



Re: [Cooker] help with gdam

2003-10-07 Thread Guillaume Cottenceau
[EMAIL PROTECTED] writes:

 I think (but could be wrong) from a quick glance at the code that you can 
 just remove all the ## in front of prefix in that file (but leave the ## 
 behind prefix where it is)

--- ./server/plugins/gdasspatialstereo.c.gege   2001-01-12 05:24:56.0 +0100
+++ ./server/plugins/gdasspatialstereo.c2003-10-07 15:02:46.0 +0200
@@ -54,9 +54,9 @@
(GtkObject* object, GdamArg* arg)   \
 {  \
GdasSpatialStereo* spatial = GDAS_SPATIAL_STEREO(object);   \
-   spatial-##prefix##_x = GDAM_ARG_DOUBLE_ARRAY(arg).array[0];\
-   spatial-##prefix##_y = GDAM_ARG_DOUBLE_ARRAY(arg).array[1];\
-   spatial-##prefix##_z = GDAM_ARG_DOUBLE_ARRAY(arg).array[2];\
+   spatial-prefix##_x = GDAM_ARG_DOUBLE_ARRAY(arg).array[0];  \
+   spatial-prefix##_y = GDAM_ARG_DOUBLE_ARRAY(arg).array[1];  \
+   spatial-prefix##_z = GDAM_ARG_DOUBLE_ARRAY(arg).array[2];  \
 }  \
\
 static void gdam_spatial_arg_get_##arg_name\
@@ -65,9 +65,9 @@
GdasSpatialStereo* spatial = GDAS_SPATIAL_STEREO(object);   \
GDAM_ARG_DOUBLE_ARRAY(arg).length = 3;  \
GDAM_ARG_DOUBLE_ARRAY(arg).array = g_new(double, 3);\
-   GDAM_ARG_DOUBLE_ARRAY(arg).array[0] = spatial-##prefix##_x;\
-   GDAM_ARG_DOUBLE_ARRAY(arg).array[1] = spatial-##prefix##_y;\
-   GDAM_ARG_DOUBLE_ARRAY(arg).array[2] = spatial-##prefix##_z;\
+   GDAM_ARG_DOUBLE_ARRAY(arg).array[0] = spatial-prefix##_x;  \
+   GDAM_ARG_DOUBLE_ARRAY(arg).array[1] = spatial-prefix##_y;  \
+   GDAM_ARG_DOUBLE_ARRAY(arg).array[2] = spatial-prefix##_z;  \
 }
 
 define_set_and_get(left_ear,   lear)


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



Re: [Cooker] help with gdam

2003-10-07 Thread Charles A Edwards
On Mon, 6 Oct 2003 18:24:17 -0400
Austin [EMAIL PROTECTED] wrote:

 gdasspatialstereo.c:73:40: pasting - and lear does not give a
 valid  preprocessing token

Austin, if you have no luck with either of the methods already posted, I
was able to do a successful build using 2 gcc patches.

I take it that you are planning to break this up into a 1/2 doz
sub-pkgs

If you wish I'll send you the patches and the spec I used, either direct
or to the list

-- 
The real purpose of books is to trap the mind into doing its own
thinking.
-- Christopher Morley
-
Mandrake Linux 9.2 on PurpleDragon
Kernel-2.4.22-10.tmb.4mdkenterprise
http://www.eslrahc.com
-
.


Charles



pgp0.pgp
Description: PGP signature


Re: [Cooker] help with gdam

2003-10-07 Thread Austin
On 10/07/2003 11:27:30 AM, Charles A Edwards wrote:
I take it that you are planning to break this up into a 1/2 doz
sub-pkgs
Yeah, I'd like to see your spec... email it to me.
I don't really feel like libifying the plugins, even if they do have a major  
API number.

I thought plugins were usually just names .so?

Of course I could just leave it as one package... it's not that big.

Austin
--
Austin Acton
   Synthetic Organic Chemist, Teaching Assistant, Ph.D. Candidate
  Department of Chemistry, York University, Toronto
   MandrakeLinux Volunteer Developer, homepage: www.groundstate.ca