linux-l: Backup mit taper

Bernd Classen bc at ifa.kf.tu-berlin.de
Mi Nov 25 13:49:11 CET 1998


Hallo,

>
>Also in Makefile.common steht:
>
>GLIBC=FALSE
>
>Wenn ich das nicht verkehrt interpretiere, soll es doch wohl heißen,
>daß die neue glibc nicht gebraucht wird. Oder?
>
>Aber hier nun die Meldungen, die ich erhalte, wenn ich make
>eingegeben habe:
>
>make depend
>make[1]: Entering directory `/usr/src/packages/SOURCES/taper-6.9'
>gcc -M -I/usr/include/ncurses vars.c common.c endianize.c tapeio.c
>rtapelib.c sel_backup.c backup.c sel_restore.c restore.c utils.c
>mkinfo.c taper.c  bg_backup.c  \
>     bg_restore.c  > .depend
>In file included from taper.h:44,
>                 from vars.c:17:
>compress/lzrw3.h:13: warning: `NULL' redefined
>/usr/include/_G_config.h:109: warning: this is the location of the
>previous definition
>In file included from taper.h:44,
>                 from common.c:15:
>compress/lzrw3.h:13: warning: `NULL' redefined
>/usr/include/_G_config.h:109: warning: this is the location of the
>previous definition
>In file included from taper.h:44,
>                 from endianize.c:17:
>compress/lzrw3.h:13: warning: `NULL' redefined
>/usr/include/_G_config.h:109: warning: this is the location of the
>previous definition
>In file included from taper.h:44,
>                 from tapeio.c:14:
>compress/lzrw3.h:13: warning: `NULL' redefined
>/usr/include/_G_config.h:109: warning: this is the location of the
>previous definition
>In file included from taper.h:44,
>                 from rtapelib.c:34:
>compress/lzrw3.h:13: warning: `NULL' redefined
>/usr/include/_G_config.h:109: warning: this is the location of the
>previous definition
>In file included from taper.h:44,
>                 from sel_backup.c:14:
>compress/lzrw3.h:13: warning: `NULL' redefined
>/usr/include/_G_config.h:109: warning: this is the location of the
>previous definition
>In file included from taper.h:44,
>                 from backup.c:94:
>compress/lzrw3.h:13: warning: `NULL' redefined
>/usr/include/_G_config.h:109: warning: this is the location of the
>previous definition
>In file included from taper.h:44,
>                 from sel_restore.c:14:
>compress/lzrw3.h:13: warning: `NULL' redefined
>/usr/include/_G_config.h:109: warning: this is the location of the
>previous definition
>In file included from taper.h:44,
>                 from restore.c:15:
>compress/lzrw3.h:13: warning: `NULL' redefined
>/usr/include/_G_config.h:109: warning: this is the location of the
>previous definition
>In file included from taper.h:44,
>                 from utils.c:14:
>compress/lzrw3.h:13: warning: `NULL' redefined
>/usr/include/_G_config.h:109: warning: this is the location of the
>previous definition
>In file included from taper.h:44,
>                 from mkinfo.c:14:
>compress/lzrw3.h:13: warning: `NULL' redefined
>/usr/include/_G_config.h:109: warning: this is the location of the
>previous definition
>In file included from taper.h:44,
>                 from taper.c:22:
>compress/lzrw3.h:13: warning: `NULL' redefined
>[...]
>
>Und so setzt es sich seitenweise fort. Aber ich denke, dieser Auszug
>sollte reichen. Sicherheitshalber habe ich vorher die alte
>Taper-Version noch mit Yast deinstalliert, änderte aber an den
>Fehlermeldungen nichts.
>
>Vielleicht kann aber jemand mit diesen Fehlermeldungen mehr anfangen.
>

also das sind "nur" warnings, die am Ergebnis nicht ändern sollte (die
Konstante NULL wird 2x definiert: 1. in /usr/include/_G_config.h, 2. in
lzrw3.h). Wenn Du sicher gehen willst, editiere lzrw3.h (Zeile 13
auskommentieren).

viel Spaß
Bernd





Mehr Informationen über die Mailingliste linux-l