bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] tar -T option


From: Pavel Raiskup
Subject: Re: [Bug-tar] tar -T option
Date: Mon, 05 Aug 2013 10:32:54 +0200
User-agent: KMail/4.10.5 (Linux/3.10.3-300.fc19.x86_64; KDE/4.10.5; x86_64; ; )

> I have installed the following patch, which fixes both the bugs in
> -T handling discovered by Michal and reduces the memory consuption to
> an acceptable level (the bug was reported by Christian).

Thanks, I'm observing build fails now:

  ...
  CC       incremen.o
  CC       list.o
  CC       misc.o
  CC       names.o
names.c: In function ‘handle_option’:
names.c:405:18: error: assignment discards ‘const’ qualifier from pointer 
target type [-Werror]
   ws.ws_wordv[0] = "tar";
                  ^
names.c: In function ‘read_next_name’:
names.c:417:29: error: unused variable ‘read_state’ [-Werror=unused-variable]
   enum read_file_list_state read_state;
                             ^
  CC       sparse.o
cc1: all warnings being treated as errors
make[2]: *** [names.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/tmp/tar/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/tar'
make: *** [all] Error 2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]