libtool-patches
[Top][All Lists]
Advanced

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

FYI: HEAD build failure, just me?


From: Ralf Wildenhues
Subject: FYI: HEAD build failure, just me?
Date: Fri, 25 Nov 2005 19:54:15 +0100
User-agent: Mutt/1.5.9i

Moving from libtool to libtool-patches:

* Ralf Wildenhues wrote on Thu, Nov 24, 2005 at 06:50:54PM CET:
> > * Peter O'Gorman wrote on Thu, Nov 24, 2005 at 03:29:24PM CET:
> > > cd . && /bin/sh ./config.status libtool
> > > config.status: executing libtool commands
> > > cp ../libtool/libltdl/argz_.h libltdl/argz.h-t
> > > cp: cannot create regular file `libltdl/argz.h-t': No such file or 
> > > directory
> > > make: *** [libltdl/argz.h] Error 1

> Next try: add slash, so our sed script that creates libltdl/Makefile.am
> removes this.  Add `.' so $(mkinstalldirs) has at least one argument.

Applied like this.

Cheers,
Ralf

        * libltdl/Makefile.inc (libltdl/argz.h): Create libltdl
        directory if it does not exist yet.  Take care that munging
        of the file will not mess up the build rule.
        Reported by Peter O'Gorman <address@hidden>.

Index: libltdl/Makefile.inc
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/Makefile.inc,v
retrieving revision 1.3
diff -u -r1.3 Makefile.inc
--- libltdl/Makefile.inc        14 Nov 2005 20:39:27 -0000      1.3
+++ libltdl/Makefile.inc        25 Nov 2005 18:52:32 -0000
@@ -138,6 +138,7 @@
 # doesn't have one that works with the given compiler.
 all-local $(lib_OBJECTS): libltdl/$(ARGZ_H)
 libltdl/argz.h: libltdl/argz_.h
+       $(mkinstalldirs) . libltdl/
        cp $(srcdir)/libltdl/argz_.h address@hidden
        mv address@hidden $@
 MOSTLYCLEANFILES += libltdl/argz.h \




reply via email to

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