From: bugs at busybox.net <bugs@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [buildroot 0001251]: Buildroot uses lots of cp commands that assume GNU cp
Date: Sat, 7 Jul 2007 11:46:40 -0700 [thread overview]
Message-ID: <893c482ebc6dc46de259ba02a78eae77@bugs.uclibc.org> (raw)
The following issue has been set as DUPLICATE OF issue 0000944.
======================================================================
http://busybox.net/bugs/view.php?id=1251
======================================================================
Reported By: holin
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1251
Category: Architecture Specific
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 03-02-2007 13:26 PST
Last Modified: 07-07-2007 11:46 PDT
======================================================================
Summary: Buildroot uses lots of cp commands that assume GNU
cp
Description:
There's some incompatilibity between GNU cp and Mac OS X (probably BSD,
too) cp commands. GNU cp arguments -d and -a do not exist on OS X. -a can
be written -pPR on OS X. -d is partly covered by -P and partly by -R. -P
is the --no-dereference part of -d and -R does what --preserve=links does
AFAICT. The ugly part is that -R, which is also recursive, has to be used
to get real as-is copying of symbolic links. Attached a patch for some of
the cp commands, but there are many more. Maybe, patches could be appended
to this report.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
duplicate of 0000944 Some portability fixes for running on a...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
03-02-07 13:26 holin New Issue
03-02-07 13:26 holin Status new => assigned
03-02-07 13:26 holin Assigned To => buildroot
03-02-07 13:26 holin File Added: buildroot-070302-cp-01.patch
03-31-07 09:42 bendiken Issue Monitored: bendiken
07-07-07 11:46 bernhardf Relationship added duplicate of 0000944
======================================================================
next reply other threads:[~2007-07-07 18:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-07 18:46 bugs at busybox.net [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-03-02 21:26 [Buildroot] [buildroot 0001251]: Buildroot uses lots of cp commands that assume GNU cp 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=893c482ebc6dc46de259ba02a78eae77@bugs.uclibc.org \
--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