Gentoo Archives: gentoo-dev

From: Grant Goodyear <grant@×××××××××××××××.edu>
To: gentoo-dev@g.o
Subject: [gentoo-dev] another kdemultimedia bug?
Date: Wed, 10 Oct 2001 13:38:24
Message-Id: 20011010153859.H2138@red.ces.clemson.edu
1 When emergeing kdemultimedia-2.2.1 the compile failed with
2 motif_p.c: In function `motif_pipe_error':
3 motif_p.c:58: `errno' undeclared (first use in this function)
4 motif_p.c:58: (Each undeclared identifier is reported only once
5 motif_p.c:58: for each function it appears in.)
6 make[3]: *** [motif_p.o] Error 1
7 make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-2.2.1-r1/work/kdemultimedia-2.2.1/kmidi/TIMIDITY'
8
9 I hacked motif_p.c by adding a "#include <sys/errno.h>" line at the
10 top, and it went merrily along its way until crashing out at the
11 now-well-known alsa bug (although I had to hack lines 429, 435,
12 459, and 469 to get them to work). Has anybody else seen the first
13 error? My USE variables are
14
15 USE="slang readline gpm berkdb gdbm tcpd pam libwww ssl
16 lm_sensors lvm pcmcia-cs alsa
17 nls mmx mitshm
18 esd lcms gif sdl vorbis ogg
19 gnome gtk X qt kde motif opengl mozilla
20 perl python tcltk objprelink tex"
21
22 Thanks,
23 Grant
24 --
25 ___________________________________________________________________
26 | Grant Goodyear | The Secrets of Physics: |
27 | Dept. of Chemistry - Clemson U |1. Add zero. |
28 | Clemson, SC 29634 |2. Multiply by one. |
29 |-------------------------------------|3. Expand in a Taylor series|
30 |e-mail: goodyea@×××××××.edu |4. Integrate by parts. |
31 |www:bernacchi.chem.uh.edu/~grant |5. Fourier transform. |
32 | |6. Add auxiliary variables |
33 |_____________________________________|____________________________|

Replies

Subject Author
Re: [gentoo-dev] another kdemultimedia bug? Dan Armak <danarmak@g.o>