bug-hurd
[Top][All Lists]
Advanced

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

Re: [BUG] libstore/ uses unzip.c and other files from exec/


From: Marcus Brinkmann
Subject: Re: [BUG] libstore/ uses unzip.c and other files from exec/
Date: Sun, 19 May 2002 18:33:34 +0200
User-agent: Mutt/1.3.28i

On Sun, May 19, 2002 at 06:15:10PM +0300, Ognyan Kulev wrote:
> I installed libio-based Hurd and when compiling CVS Hurd afterwards the
> following message stopped the compilation in `libstore/':
> 
> make: *** No rule to make target `unzip.o', needed by `libstore.a'.  Stop.
> 
> It seems the files from the Makefile variables GUNZIP_OBJS and BUNZIP2_OBJS
> are missing.  After doing (in `libstore/')

Are you building in the src directory itself, or in a seperate directory? 
ONly the latter is really tested and supported, if you want to send patches
that fixes building in the src tree itself, please test this thoroughly and
send all the fixes needed for that in one patch, there is bound to be more
than this one.
 
> ln -s ../exec/{unzip,inflate,util,do-bunzip2}.c .

This should not be necessary because of the following makefile rules:

# Look for zip stuff
vpath %.c $(srcdir)/../exec
CPPFLAGS += -I$(srcdir)/../exec

> everything compiled fine.  (There were some warning, probably because of
> using gcc-3.0.)

It would be nice to have another patch that fixes all gcc 3.x warnings that
are new (some warnings existed in the old code already)
 
> BTW I tried to post this bug via Savannah, but there were only sections for
> `Patches' and `Support'.  It would be good to add the standard section
> `Bugs' too.

I think the Savannah BTS is defunct, can someone confirm this?  You can use
the Debian BTS to file bugs against the Hurd, btw.

Thanks,
Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org brinkmd@debian.org
Marcus Brinkmann              GNU    http://www.gnu.org    marcus@gnu.org
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de



reply via email to

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