* [RFC] task-proper-tools fixing
@ 2009-05-19 12:05 Marcin Juszkiewicz
2009-05-19 12:09 ` Koen Kooi
2009-06-01 21:18 ` Koen Kooi
0 siblings, 2 replies; 3+ messages in thread
From: Marcin Juszkiewicz @ 2009-05-19 12:05 UTC (permalink / raw)
To: openembedded-devel
During work on 'task-proper-tools' I found a problem.
This task tries to replace busybox applets with full versions of
applications. I am adding new entries to this recipe to get better
coverage and found some commands which are placed in different places.
command | busybox | command | Debian | package
----------|---------|-----------|-----------|-------------
chattr | /bin/ | /usr/bin/ | /usr/bin/ | coreutils
df | /bin/ | /usr/bin/ | /bin/ | coreutils
getopt | /bin/ | /usr/bin/ | /usr/bin/ | util-linux-ng
mktemp | /bin/ | /usr/bin/ | /bin/ | coreutils
nice | /bin/ | /usr/bin/ | /usr/bin/ | coreutils
run-parts | /bin/ | /usr/bin/ | /bin/ | debianutils
watch | /bin/ | /usr/bin/ | /usr/bin/ | procps
The question is: what do we do with those commands? Move all of them to
/bin/ directory or move them to Debian locations?
Regards,
--
JID: hrw@jabber.org
Website: http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFC] task-proper-tools fixing
2009-05-19 12:05 [RFC] task-proper-tools fixing Marcin Juszkiewicz
@ 2009-05-19 12:09 ` Koen Kooi
2009-06-01 21:18 ` Koen Kooi
1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2009-05-19 12:09 UTC (permalink / raw)
To: openembedded-devel
On 19-05-09 14:05, Marcin Juszkiewicz wrote:
>
> During work on 'task-proper-tools' I found a problem.
>
> This task tries to replace busybox applets with full versions of
> applications. I am adding new entries to this recipe to get better
> coverage and found some commands which are placed in different places.
>
> command | busybox | command | Debian | package
> ----------|---------|-----------|-----------|-------------
> chattr | /bin/ | /usr/bin/ | /usr/bin/ | coreutils
> df | /bin/ | /usr/bin/ | /bin/ | coreutils
> getopt | /bin/ | /usr/bin/ | /usr/bin/ | util-linux-ng
> mktemp | /bin/ | /usr/bin/ | /bin/ | coreutils
> nice | /bin/ | /usr/bin/ | /usr/bin/ | coreutils
> run-parts | /bin/ | /usr/bin/ | /bin/ | debianutils
> watch | /bin/ | /usr/bin/ | /usr/bin/ | procps
>
> The question is: what do we do with those commands? Move all of them to
> /bin/ directory or move them to Debian locations?
I'd say we follow debian. On a related now, any suggestions on how to
solve the /etc/defaults/mountall conflict?
regards,
Koen
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFC] task-proper-tools fixing
2009-05-19 12:05 [RFC] task-proper-tools fixing Marcin Juszkiewicz
2009-05-19 12:09 ` Koen Kooi
@ 2009-06-01 21:18 ` Koen Kooi
1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2009-06-01 21:18 UTC (permalink / raw)
To: openembedded-devel
On 19-05-09 14:05, Marcin Juszkiewicz wrote:
>
> During work on 'task-proper-tools' I found a problem.
>
> This task tries to replace busybox applets with full versions of
> applications. I am adding new entries to this recipe to get better
> coverage and found some commands which are placed in different places.
>
> command | busybox | command | Debian | package
> ----------|---------|-----------|-----------|-------------
> chattr | /bin/ | /usr/bin/ | /usr/bin/ | coreutils
> df | /bin/ | /usr/bin/ | /bin/ | coreutils
> getopt | /bin/ | /usr/bin/ | /usr/bin/ | util-linux-ng
> mktemp | /bin/ | /usr/bin/ | /bin/ | coreutils
> nice | /bin/ | /usr/bin/ | /usr/bin/ | coreutils
> run-parts | /bin/ | /usr/bin/ | /bin/ | debianutils
> watch | /bin/ | /usr/bin/ | /usr/bin/ | procps
>
> The question is: what do we do with those commands? Move all of them to
> /bin/ directory or move them to Debian locations?
Any updates on this? Do_rootfs currently breaks because of this:
Collected errors:
update-alternatives: Error: cannot register alternative df to
/usr/bin/df since it is already registered to /bin/df
update-alternatives: Error: cannot register alternative nice to
/usr/bin/nice since it is already registered to /bin/nice
update-alternatives: Error: cannot register alternative stat to
/usr/bin/stat since it is already registered to /bin/stat
update-alternatives: Error: cannot register alternative run-parts to
/usr/bin/run-parts since it is already registered to /bin/run-parts
log_check: There were error messages in the logfile
regards,
Koen
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-06-01 21:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-19 12:05 [RFC] task-proper-tools fixing Marcin Juszkiewicz
2009-05-19 12:09 ` Koen Kooi
2009-06-01 21:18 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.