Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: bugs at busybox.net <bugs@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [buildroot 0006064]: Making install in curl fails
Date: Mon, 10 Nov 2008 08:29:02 -0800	[thread overview]
Message-ID: <5de638fbb5b7e9a6d6a1fc3eb3cb8de2@busybox.net> (raw)


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=6064 
====================================================================== 
Reported By:                robang74
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   6064
Category:                   Shared Library Support
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-10-2008 07:11 PST
Last Modified:              11-10-2008 08:29 PST
====================================================================== 
Summary:                    Making install in curl fails
Description: 
Making install in curl
make[6]: Entering directory
`/home/roberto/gles/buildroot/build_i586/curl-7.17.1/include/curl'
make[7]: Entering directory
`/home/roberto/gles/buildroot/build_i586/curl-7.17.1/include/curl'
make[7]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/curl" || @MKDIR_P@
"/home/roberto/gles/buildroot/build_i586/staging_dir/usr/include/curl"
/bin/bash: @MKDIR_P@: command not found
make[7]: *** [install-pkgincludeHEADERS] Error 127
make[7]: Leaving directory
`/home/roberto/gles/buildroot/build_i586/curl-7.17.1/include/curl'
make[6]: *** [install-am] Error 2
make[6]: Leaving directory
`/home/roberto/gles/buildroot/build_i586/curl-7.17.1/include/curl'
make[5]: *** [install-recursive] Error 1
make[5]: Leaving directory
`/home/roberto/gles/buildroot/build_i586/curl-7.17.1/include'
make[4]: *** [install-data-hook] Error 2
make[4]: Leaving directory
`/home/roberto/gles/buildroot/build_i586/curl-7.17.1'
make[3]: *** [install-data-am] Error 2
make[3]: Leaving directory
`/home/roberto/gles/buildroot/build_i586/curl-7.17.1'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory
`/home/roberto/gles/buildroot/build_i586/curl-7.17.1'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/home/roberto/gles/buildroot/build_i586/curl-7.17.1'
make: ***
[/home/roberto/gles/buildroot/build_i586/staging_dir/usr/bin/curl] Error
2

====================================================================== 

---------------------------------------------------------------------- 
 robang74 - 11-10-08 07:16  
---------------------------------------------------------------------- 
roberto at rafbook:~/gles/buildroot/build_i586/curl-7.17.1/include/curl$ diff
-pru Makefile.old Makefile
--- Makefile.old	2008-11-10 16:12:52.000000000 +0100
+++ Makefile	2008-11-10 16:13:27.000000000 +0100
This seems work but I think @MKDIR_P@ should set properly elsewhere

@@ -108,7 +108,7 @@ LTLIBOBJS = 
 MAINT = #
 MAKEINFO = ${SHELL}
"/home/roberto/gles/buildroot/build_i586/curl-7.17.1/missing" --run
makeinfo
 MANOPT = -man
-MKDIR_P = @MKDIR_P@
+MKDIR_P = mkdir -p
 NROFF = /usr/bin/nroff
 OBJEXT = o
 PACKAGE = curl 

---------------------------------------------------------------------- 
 robang74 - 11-10-08 08:29  
---------------------------------------------------------------------- 
Applying curl-7.17.1-mkdirp.patch using plaintext:
patching file Makefile
touch /home/roberto/gles/buildroot/build_i586/curl-7.17.1/.unpacked
(cd /home/roberto/gles/buildroot/build_i586/curl-7.17.1; rm -rf
config.cache; \
                aclocal; \
                libtoolize --force; \
                ./reconf; )
/bin/sh: libtoolize: not found
lib/Makefile.am:42: Libtool library used but `LIBTOOL' is undefined
lib/Makefile.am:42:   The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
lib/Makefile.am:42:   to `configure.ac' and run `aclocal' and `autoconf'
again.
lib/Makefile.am:42:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
sure
lib/Makefile.am:42:   its definition is in aclocal's search path.
The command 'automake' failed
cp -f package/gnuconfig/config.sub package/gnuconfig/config.guess
/home/roberto/gles/buildroot/build_i586/curl-7.17.1

[...]

[What is in description follow] 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-10-08 07:11  robang74       New Issue                                    
11-10-08 07:11  robang74       Status                   new => assigned     
11-10-08 07:11  robang74       Assigned To               => buildroot       
11-10-08 07:11  robang74       Issue Monitored: robang74                    
11-10-08 07:16  robang74       Note Added: 0015334                          
11-10-08 08:29  robang74       Note Added: 0015354                          
======================================================================

             reply	other threads:[~2008-11-10 16:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-10 16:29 bugs at busybox.net [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-11-13  0:27 [Buildroot] [buildroot 0006064]: Making install in curl fails bugs at busybox.net
2008-11-10 15:16 bugs at busybox.net
2008-11-10 15:11 bugs at busybox.net

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5de638fbb5b7e9a6d6a1fc3eb3cb8de2@busybox.net \
    --to=bugs@busybox.net \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox