Bug#337269: gatos: FTBFS: invalid lvalue in assignment

2005-12-16 Thread Lars Wirzenius
If I change src/i2c.c, line 398 to be like this:

  if (loop) (N1) ? (N2=N) : (N1 = N) ; if (N2) loop = 0 ; }

Then the build continues, but fails later with this error:

g++ -Wall -pipe -O -o .libs/xatitv xatitv.o
xutils.o .libs/xatitvS.o  ./.libs/libgatos.so
-L/usr/lib /usr/lib/libibtk.so -L/usr/X11R6/lib -lstdc++ -lX11
-lXxf86dga -lXxf86vm -lXext -lm
/usr/bin/ld: warning: type and size of dynamic symbol `__do_delay' are
not defined
/usr/bin/ld: dynamic variable `__do_delay' is zero size
/usr/bin/ld: .libs/xatitvS.o(.rodata+0x14c4): unresolvable R_386_32
relocation against symbol `__do_delay'
/usr/bin/ld: final link failed: Nonrepresentable section on output

I don't know how to fix that.

-- 
Good news at once. Bad news never in the evening or on Friday.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#337269: gatos: FTBFS: invalid lvalue in assignment

2005-12-16 Thread Christian Bayle

If I knew, I would, but didn't find how to.
I'm tempted to orphan the package, as it's for rather old video cards, 
and that there is a new gatos


Christian

Lars Wirzenius a écrit :


If I change src/i2c.c, line 398 to be like this:

 if (loop) (N1) ? (N2=N) : (N1 = N) ; if (N2) loop = 0 ; }

Then the build continues, but fails later with this error:

g++ -Wall -pipe -O -o .libs/xatitv xatitv.o
xutils.o .libs/xatitvS.o  ./.libs/libgatos.so
-L/usr/lib /usr/lib/libibtk.so -L/usr/X11R6/lib -lstdc++ -lX11
-lXxf86dga -lXxf86vm -lXext -lm
/usr/bin/ld: warning: type and size of dynamic symbol `__do_delay' are
not defined
/usr/bin/ld: dynamic variable `__do_delay' is zero size
/usr/bin/ld: .libs/xatitvS.o(.rodata+0x14c4): unresolvable R_386_32
relocation against symbol `__do_delay'
/usr/bin/ld: final link failed: Nonrepresentable section on output

I don't know how to fix that.

 





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#337269: gatos: FTBFS: invalid lvalue in assignment

2005-11-03 Thread Daniel Schepler
Package: gatos
Severity: serious
Version: 0.0.5-15

From my pbuilder build log:

...
gcc -DUSE_DELAY_S -DUSE_DGA -DUSE_VMODE -DHASH_CHARS 
-DLIBGATOS_PATH=\/usr/lib/libgatos.a\ -DGATOS_CONF=\/usr/bin/gatos-conf\ 
-DCONFIGFILE=\/etc/gatos.conf\ -DGATOS_LOCALEDIR=\/usr/share/locale\ -I. 
-I. -I.. -I.. -I. -I/usr/include -I/usr/include -O2 -Wall -c i2c.c  -fPIC -DPIC 
-o .libs/i2c.lo
i2c.c: In function 'i2c_alarm':
i2c.c:394: error: invalid lvalue in assignment
make[3]: *** [i2c.lo] Error 1
make[3]: Leaving directory `/tmp/buildd/gatos-0.0.5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/gatos-0.0.5'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/gatos-0.0.5'
make: *** [build-stamp] Error 2

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]