Re:Re: [gentoo-user] Where is the souce code of software?

2011-11-10 Thread Lavender

Humm , I guess  he just want to look for the source code of gnu coreutils,

just download the gnu coreutils. http://ftp.cn.debian.org/gnu/coreutils/

uncompress it , then you can find them all .
 
Ha, you're right.  I don't know how to call them as you call them coreutils.
I just want to study simple codes at beginning. So, thanks a lot !


Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Benno Schulenberg
Bogo Mipps wrote:
   /bin/install -c 'cp'
 '/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/cp' install:
 unable to open

 /bin/install -c 'vdir' 
 '/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/vdir' 
 install: unable to open

Hrrm...  No idea why it's doing that...  On a secondary gentoo 
partition I've unmerged coreutils too, made all the symlinks, and 
am trying to remerge the package with:

  ebuild /usr/portage/sys-apps/coreutils/coreutils-5.3.0-r2.ebuild merge

And here too it keeps failing at different places all the time.

If you're still having fun, get yourself to #gentoo and ask there 
what to try next.

Benno
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-06 Thread Benno Schulenberg
Bogo Mipps wrote:
   /bin/install -c 'cp'
 '/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/cp' install:
 unable to open
 `/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/cp/cp': No such
 file or directory

Ahrrr!  We were _so_ close...

All it would have taken to get around this was 'rm /bin/install' and 
'cp /var/tmp/portage/coreutils-5.93/work/coreutils-5.93/src/ginstall 
/bin/install' 
and then coreutils would have emerged fine.

Have done it here: it worked perfectly.

Benno
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Crippled system

2008-04-15 Thread Richard Marzan
I had a circular dep problem with mktemp and coreutils and emerge -C'd
coreutils. Now I can't do anything significant just cd. how can i repair
this?

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] coreutils downgrade problem

2006-02-21 Thread Marko Kocić
I just sync'd portage few minutes ago and it seems there are new
version of coreutils available, which compiles ok (so far).

Thanks

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge coreutils-6.4 says expr binary missing

2007-03-01 Thread Bo Ørsted Andresen
On Thursday 01 March 2007 18:35:54 Denis wrote:
 I was emerging coreutils to update portage, and it failed with the 
following:
  emerge (1 of 1) sys-apps/coreutils-6.4 to /

 --- SNIP md5 messages ---

 /usr/lib/portage/bin/ebuild.sh: line 1: /bin/expr: No such file or
 directory * Your expr binary appears to be broken, please fix it.
  * For more info, see http://bugs.gentoo.org/123342

 !!! ERROR: sys-apps/coreutils-6.4 failed.
 !!! Function pkg_setup, Line 43, Exitcode 0
 !!! your expr is broke

You really need to tell us more about your system. What did you do preceding 
this?

 It appears that I have no previous version of coreutils showing on my
 system...

What is that statement based on? How did you check it? What's the output of 
`emerge -pv coreutils`? If you have either gentoolkit or portageutils 
installed (or am able to install it) please show the output of either `equery 
check coreutils` or `qcheck coreutils`. `emerge --info` would be nice too..

 Anyone know of a way to fix this?

An easy solution might be to emerge busybox if possible.. Otherwise we really 
need to know more..

-- 
Bo Andresen


pgp7ethAmMFBr.pgp
Description: PGP signature


Re: [gentoo-user] lzma conflicting man?

2010-04-09 Thread Graham Murray
meino.cra...@gmx.de writes:

 Hi,

 this morning an update wants to install coreutils with
 coreutils-patches, which are compressed via the lzma-tool,
 which is not found on my system.

install app-arch/xz-utils



Re: [gentoo-user] Crippled system

2008-04-16 Thread David Relson
On Wed, 16 Apr 2008 00:57:59 -0400
Richard Marzan wrote:

 I had a circular dep problem with mktemp and coreutils and emerge -C'd
 coreutils. Now I can't do anything significant just cd. how can i
 repair this?
 
 -- 
 gentoo-user@lists.gentoo.org mailing list

Perhaps a quickpkg of coreutils could be built, emailed, and
unpacked ???  On my AMD64, coreutils-6.10-r1.tbz2 is only 1.4MB

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Martin Ullrich
Hi!

I compiled coreutils 5.2.1-r7 with your CFLAGS and only the NLS
USE-flag. Assuming you have gcc-3.4 installed it should work.

http://members.chello.at/martin-ullrich/coreutils-5.2.1-r7.tbz2

Just boot from a live-cd (e.g. the gentoo install-cd), and extract the
file with tar -xjpf coreutils-5.2.1-r7 (adjust the command to fit
your needs).

If it doesn't work, tell me/us.

martin

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-19 Thread forgottenwizard
On 11:27 Sat 19 Apr , Mark Knecht wrote:
 Question: Is there a way to recover from this?
 

Try going into a LiveCD and either copy the coreutils from a stage, or
try re-emerging it there.

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] ls config file?

2016-02-02 Thread Andrew Tselischev
On Tue, Feb 02, 2016 at 10:47:04AM +, Andrew Tselischev wrote:
> [...]
> Don't forget to regenerate the manifest
> 
>   ebuild .../sys-apps/coreutils/coreutils-8.25.ebuild manifest
> 
> and recompile!
> [...]

I forgot to mention, that if you seriously want to take that approach,
you'd need to mirror coreutils' ebuilds in your own portage overlay. The
changes to the ebuild (and Manifest) will get overwritten next time you
sync the tree.



[gentoo-user] emerge coreutils-6.4 says expr binary missing

2007-03-01 Thread Denis

I was emerging coreutils to update portage, and it failed with the following:


emerge (1 of 1) sys-apps/coreutils-6.4 to /


--- SNIP md5 messages ---

/usr/lib/portage/bin/ebuild.sh: line 1: /bin/expr: No such file or directory
* Your expr binary appears to be broken, please fix it.
* For more info, see http://bugs.gentoo.org/123342

!!! ERROR: sys-apps/coreutils-6.4 failed.
!!! Function pkg_setup, Line 43, Exitcode 0
!!! your expr is broke

It appears that I have no previous version of coreutils showing on my
system...  Anyone know of a way to fix this?

Denis
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-19 Thread Francesco Talamona
On Saturday 19 April 2008, Mark Knecht wrote:
 [ebuild     U ] sys-apps/coreutils-6.10-r1 [6.9-r1] USE=acl nls
 (-selinux) -static -vanilla% -xattr 3,670 kB
 [blocks B     ] sys-apps/mktemp (is blocking
 sys-apps/coreutils-6.10-r1) [blocks B     ] =sys-apps/coreutils-6.10
 (is blocking sys-apps/mktemp-1.5)

You are just another victim, search this list for the last week posts 
for the recovery details. Basically you have to use install disc to 
copy all the core utils now missing. Once recovered you are again 
able to emerge coreutils

The explanation of the message above is: coreutils is going to upgrade 
from version 6.9-r1 to 6.10-r1, the latter (and other versions above) 
includes mktemp, so to avoid conflicts it is required to uninstall 
mktemp, now provided elsewhere.

HTH
Francesco  

-- 
Linux Version 2.6.24-gentoo-r4, Compiled #2 PREEMPT Wed Apr 2 08:07:24 
CEST 2008
One 1GHz AMD Athlon 64 Processor, 2GB RAM, 2004.03 Bogomips Total
aemaeth
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] mktemp dependency problems

2008-04-28 Thread Alan McKinnon
On Monday 28 April 2008, Chris Brennan wrote:
 I've noticed that after my upgrade to bl2/openrc and upgrading
 coreutils (and unmerging mktemp) that wgetpaste complains about
 mktemp not being found.

1. Please don't top post. This thread now reads in the sequence 2,3,1 
which is harder to parse than necessary

2. coreutils provides mktemp, as /usr/bin/mktemp which ought to be in 
your $PATH. Check the output of 'equery files coreutils' to see if 
mktemp is there, if not then remerge coreutils.

alan






 Uwe Thiem wrote:
 | On Saturday 26 April 2008, Ralf Stephan wrote:
 | Hello,
 | recently sys-apps/mktemp is blocking coreutils even in x86.
 | mktemp is needed by baselayout, debianutils and a2ps.
 | As a2ps is optional and newer baselayout (~x86) version
 | no longer require mktemp, that leaves debianutils requiring
 | mktemp, even in ~x86 versions.
 |
 | Mktemp is now part of coreutils. Unmerge mktemp, emerge coreutils,
 | and you are set.
 |
 | Uwe



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] ls config file?

2016-02-02 Thread Andrew Tselischev
On Tue, Feb 02, 2016 at 09:54:37AM +0100, Raffaele BELARDI wrote:
> The option that controls this is --quoting-style, so 
> --quoting-style=literal returns to the old behaviour (which I prefer). I 
> can alias 'ls' to include this option but was wondering if there is a 
> global configuration file controlling such behaviour.

There is no configuration file for ls(1), but we can still solve the
problem. It is free software, after all!

Put the file fix.patch in /etc/portage/patches/sys-apps/coreutils-8.25/
and apply the following changes to the ebuild (in the function src_prepare):


--- old/sys-apps/coreutils/coreutils-8.25.ebuild2016-01-30 
15:56:16.0 +
+++ new/sys-apps/coreutils/coreutils-8.25.ebuild2016-02-02 
10:18:38.985961581 +
@@ -72,6 +72,8 @@
touch src/dircolors.h
touch ${@/%x/1}
fi
+
+   epatch_user
 }


Don't forget to regenerate the manifest

ebuild .../sys-apps/coreutils/coreutils-8.25.ebuild manifest

and recompile!


;-)
diff a/src/ls.c b/src/ls.c
--- a/src/ls.c
+++ b/src/ls.c
@@ -1581,7 +1581,6 @@ decode_switches (int argc, char **argv)
   if (isatty (STDOUT_FILENO))
 {
   format = many_per_line;
-  set_quoting_style (NULL, shell_escape_quoting_style);
   /* See description of qmark_funny_chars, above.  */
   qmark_funny_chars = true;
 }


[gentoo-user] coreutils compilation fail.

2010-01-10 Thread Li
Hi all:

I am trying emerge -e world, when the portage emerge coreutils, I got this 
massage:

 Failed to emerge sys-apps/coreutils-7.5-r1, Log file:

  '/var/tmp/portage/sys-apps/coreutils-7.5-r1/temp/build.log'

* Messages for package sys-apps/coreutils-7.5-r1:

* Failed Patch: 001_all_coreutils-gen-progress-bar.patch !
*  (
*  
/var/tmp/portage/sys-apps/coreutils-7.5-r1/work/patch/001_all_coreutils-gen-progress-bar.patch
*  )
* 
* Include in your bugreport the contents of:
* 
*   
/var/tmp/portage/sys-apps/coreutils-7.5-r1/temp/001_all_coreutils-gen-progress-bar.patch.out
* 
* ERROR: sys-apps/coreutils-7.5-r1 failed.
* Call stack:
*   ebuild.sh, line   49:  Called src_unpack
* environment, line 2657:  Called epatch
* environment, line 1248:  Called die
* The specific snippet of code:
*   die Failed Patch: ${patchname}!;
*  The die message:
*   Failed Patch:
*   001_all_coreutils-gen-progress-bar.patch!
* 
* If you need support, post the topmost build error,
* and the call stack if relevant.
* A complete build log is located at
* '/var/tmp/portage/sys-apps/coreutils-7.5-r1/temp/build.log'.
* The ebuild environment file is located at
* '/var/tmp/portage/sys-apps/coreutils-7.5-r1/temp/environment'.

system information:

 uname -a
Linux PC-686 2.6.31-gentoo-r6 #16 SMP PREEMPT Wed Jan 6 23:55:37 CST
2010 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ AuthenticAMD
GNU/Linux

fender01074701



Re: [gentoo-user] coreutils compilation fail.

2010-01-10 Thread Arttu V.
On 1/10/10, Li fender0107...@gmail.com wrote:
 Hi all:

 I am trying emerge -e world, when the portage emerge coreutils, I got this
 massage:

 Failed to emerge sys-apps/coreutils-7.5-r1, Log file:

  '/var/tmp/portage/sys-apps/coreutils-7.5-r1/temp/build.log'

 * Messages for package sys-apps/coreutils-7.5-r1:

 * Failed Patch: 001_all_coreutils-gen-progress-bar.patch !
 *  (
 *
 /var/tmp/portage/sys-apps/coreutils-7.5-r1/work/patch/001_all_coreutils-gen-progress-bar.patch
 *  )
 *
 * Include in your bugreport the contents of:
 *
 *
 /var/tmp/portage/sys-apps/coreutils-7.5-r1/temp/001_all_coreutils-gen-progress-bar.patch.out
 *
 * ERROR: sys-apps/coreutils-7.5-r1 failed.
 * Call stack:
 *   ebuild.sh, line   49:  Called src_unpack
 * environment, line 2657:  Called epatch
 * environment, line 1248:  Called die
 * The specific snippet of code:
 *   die Failed Patch: ${patchname}!;
 *  The die message:
 *   Failed Patch:
 *   001_all_coreutils-gen-progress-bar.patch!
 *
 * If you need support, post the topmost build error,
 * and the call stack if relevant.
 * A complete build log is located at
 * '/var/tmp/portage/sys-apps/coreutils-7.5-r1/temp/build.log'.
 * The ebuild environment file is located at
 * '/var/tmp/portage/sys-apps/coreutils-7.5-r1/temp/environment'.

 system information:

 uname -a
 Linux PC-686 2.6.31-gentoo-r6 #16 SMP PREEMPT Wed Jan 6 23:55:37 CST
 2010 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ AuthenticAMD
 GNU/Linux

Re-sync portage tree and try again.

eutils.eclass (where epatch is defined) has been changed several times
in the last 24 hours. The last change seems to fix something which
might be the direct cause of your problem (an EPATCH_EXCLUDES handling
bugfix, as according to the ebuild that 001_all_* patch is supposed to
be excluded?).

-- 
Arttu V.



Re: [gentoo-user] Can anyone tell me?

2008-03-02 Thread Alan McKinnon
On Sunday 02 March 2008, Chris Walters wrote:
 Alan McKinnon wrote:

snip

 | What you wrote doesn't make sense. depscan.sh is installed by
 | baselayout and mktemp is installed by coreutils. You have
 | depscan.sh Which package is blocking which? You don't have to guess
 | which one, portage will tell you when an emerge fails.

 Well, apparently either the latest ~amd64 keyword masked version of
 coreutils does not install /bin/mktemp, or makes changes so that
 /sbin/depscan.sh cannot find it, because /bin/mktemp missing is a
 part of the error message, I receive.  When I mask the latest version
 of coreutils, and merge the older one and the mktemp ebuild, the
 problem disappears (yes, I was able to get emerge to work - finally).

Ah. That's useful info. Are you saying that current coreutils does not 
supply mktemp (it should), so you have to use an older coreutils and a 
discrete mktemp ebuild?

What's in the build log for the non-working coreutils regarding mktemp?


-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Crippled system

2008-04-16 Thread KH

Alan McKinnon schrieb:

On Wednesday 16 April 2008, Richard Marzan wrote:
  

I had a circular dep problem with mktemp and coreutils and emerge
-C'd coreutils. Now I can't do anything significant just cd. how can
i repair this?



Boot off a LiveCD somehow. Use one that has a fairly recent coreutils on 
it, and merge the coreutils pkg onto your actual system on disk. You 
will have to mount your disk-based system somewhere convenient and tell 
portage off the LiveCD to use that as the ROOT system to merge to.


Next time portage tells you that unmerging something in system is a very 
very very bad idea, you should take it seriously.


  

Hi,
you are not the only one who removed coreutils.
http://forums.gentoo.org/search.php?mode=resultsshow_results=topicssearch_keywords=coreutils
k
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Curious emerge behaviour.

2008-07-02 Thread Dirk Heinrichs
Am Donnerstag, 3. Juli 2008 schrieb ext James Homuth:
 I went to run emerge update, and it threw this curious little block
 loop at me. emerge --pretend --quiet --update --deep world produces:
 [blocks B ] sys-apps/mktemp (is blocking
 sys-apps/coreutils-6.10-r2)

 [blocks B ] =sys-apps/coreutils-6.10 (is blocking
 sys-apps/mktemp-1.5)

 Anyone else having this particular problem? Is it a compatibility
 issue with either coreutils or mktemp? I'm assuming removing the one
 will eliminate it, but if it's a needed package I'd rather not chance
 it. Any info on this one would be greatly appreciated.

If you just searched the archives...

New coreutils contains mktemp - coreutils blocks mktemp - emerge -C mktemp 
 emerge coreutils

HTH...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Wanheimerstraße 68  | Web:  http://www.capgemini.com
D-40468 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: wwwkeys.pgp.net


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Bogo Mipps
On Mon, 06 Feb 2006 07:54, Martin Ullrich wrote:
 I compiled coreutils 5.2.1-r7 with your CFLAGS and only the NLS
 USE-flag. Assuming you have gcc-3.4 installed it should work.

 http://members.chello.at/martin-ullrich/coreutils-5.2.1-r7.tbz2

 Just boot from a live-cd (e.g. the gentoo install-cd), and extract the
 file with tar -xjpf coreutils-5.2.1-r7 (adjust the command to fit
 your needs).

 If it doesn't work, tell me/us.

Martin, thanks for that - but like Rumen's some/most of the coreutils  seem to 
require the libacl.so.1 and my acl's gone as well it seems (see my other 
post) and I can't emerge again becaue I'm missing coreutils.

Mmmm.  Moral of the story - never answer the phone in the middle of a critical 
update.  Won't happen again but I'm a bit stuffed meantime. 

Bogo


-- 
Sent via KMail 1.8.3,  o/s Linux-2.6.12-gentoo-r10
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] 'du' problem after emerge of coreutils

2007-02-02 Thread Rod May

Hi

emerged coreutils up to 6.4 and the '-x' option on du seems broken, 
e.g.:

root  du --version
du (GNU coreutils) 5.94

root  du -s -x DVBig Docs.bak Gimp.bak
16730112  DVBig
1935776   Docs.bak
1227584   Gimp.bak

so all correct with the old version, these are three simple directories 
on the one file system. Now emerge to coreutils 6.4...

root   du --version
du (GNU coreutils) 6.4
   
root   du -s -x DVBig Docs.bak Gimp.bak
16730112   DVBig
32 Docs.bak
32 Gimp.bak

so it seems that for the second and any subsequent arguments treated as 
on a different file system... eg if I swap the arguments order:

root   du -s -x Docs.bak DVBig Gimp.bak
1935776 Docs.bak
32  DVBig
32  Gimp.bak
   
if the -x is not used then the output is correct, (same as 5.94)...

thought I would ask here first as I also upgraded most sys related 
packages just before coreutils..

anyone else get this?
 
  Cheers :)
  Rod May [EMAIL PROTECTED]

--==*
  Random Fortune:
  All Finagle Laws may be bypassed by learning the simple art of doing
  without thinking.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage conflict

2008-04-14 Thread Emil Beinroth
On Mon, Apr 14, 2008 at 01:21:24PM +0300, Sergey Kobzar wrote:
 I thought unmerge sys-apps/coreutils or sys-apps/mktemp and then
 update world, but it may corrupt my system.

coreutils are rather important, they provide things like rm and ls.
unmerge mktemp and merge coreutils directly afterwards. That worked for
me.

HTH, Emil

-- 
Emil Beinroth
83059 Kolbermoor | Germany
 
You were a werejackal.
You were unlucky.
You are dead.


pgpauTFkbAfyt.pgp
Description: PGP signature


Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-19 Thread Mick
On Saturday 19 April 2008, forgottenwizard wrote:
 On 11:27 Sat 19 Apr , Mark Knecht wrote:
  Question: Is there a way to recover from this?

 Try going into a LiveCD and either copy the coreutils from a stage, or
 try re-emerging it there.

Of course if you want more detail check previous posts on this very topic:
http://article.gmane.org/gmane.linux.gentoo.user/197609
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] mktemp dependency problems

2008-04-26 Thread Uwe Thiem
On Saturday 26 April 2008, Ralf Stephan wrote:
 Hello,
 recently sys-apps/mktemp is blocking coreutils even in x86.
 mktemp is needed by baselayout, debianutils and a2ps.
 As a2ps is optional and newer baselayout (~x86) version
 no longer require mktemp, that leaves debianutils requiring
 mktemp, even in ~x86 versions.

Mktemp is now part of coreutils. Unmerge mktemp, emerge coreutils, and 
you are set.

Uwe

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Crippled system

2008-04-16 Thread Alan McKinnon
On Wednesday 16 April 2008, Richard Marzan wrote:
 I had a circular dep problem with mktemp and coreutils and emerge
 -C'd coreutils. Now I can't do anything significant just cd. how can
 i repair this?

Boot off a LiveCD somehow. Use one that has a fairly recent coreutils on 
it, and merge the coreutils pkg onto your actual system on disk. You 
will have to mount your disk-based system somewhere convenient and tell 
portage off the LiveCD to use that as the ROOT system to merge to.

Next time portage tells you that unmerging something in system is a very 
very very bad idea, you should take it seriously.

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-20 Thread Mick
On Saturday 19 April 2008, Mark Knecht wrote:

 The system is back to working now as far as I can tell. Without all of
 you I would hardly have known exactly how to proceed. With your help I
 made some headway. Not sure yet whether it will reboot successfully
 but at least I could emerge coreutils and mktemp successfully again.

You don't need to emerge mktemp.  It is now included in the coreutils package 
(hence the block message).
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] mktemp dependency problems

2008-04-28 Thread Chris Brennan

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I've noticed that after my upgrade to bl2/openrc and upgrading coreutils
(and unmerging mktemp) that wgetpaste complains about mktemp not being
found.

Uwe Thiem wrote:
| On Saturday 26 April 2008, Ralf Stephan wrote:
| Hello,
| recently sys-apps/mktemp is blocking coreutils even in x86.
| mktemp is needed by baselayout, debianutils and a2ps.
| As a2ps is optional and newer baselayout (~x86) version
| no longer require mktemp, that leaves debianutils requiring
| mktemp, even in ~x86 versions.
|
| Mktemp is now part of coreutils. Unmerge mktemp, emerge coreutils, and
| you are set.
|
| Uwe
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIFe2g8hUIAnGfls4RAnoGAJ9Ql2xSc4KbfwNeMvjNYlLf63HuYwCeMnEU
ePkx3hGXdk2ElKXBTuTibUs=
=g9mh
-END PGP SIGNATURE-
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-06 Thread Martin Ullrich
Hi again!

I've now compiled 3 new binary packages for you:

http://members.chello.at/martin-ullrich/coreutils-5.2.1-r7.tbz2

http://members.chello.at/martin-ullrich/coreutils-5.93.tbz2

Whichever you want to use.
If they don't work, I've also compiled a statically linked package:

http://members.chello.at/martin-ullrich/coreutils-5.93-static.tbz2 (12,5 MB!!)

ACL support should now be disabled in all packages (USE=-* nls and
configure-output showed that it was disabled). I don't know whether
you should extract the package from your gentoo or from a live-cd, but
don't forget to set the -p flag for extracting with tar or you might
end up having an unaccassible version just because of wrong
permissions.

martin

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils [SOLVED]

2006-02-06 Thread Bogo Mipps
On Tue, 07 Feb 2006 00:21, Benno Schulenberg wrote:
 Ahrrr!  We were _so_ close...

 All it would have taken to get around this was 'rm /bin/install' and
 'cp /var/tmp/portage/coreutils-5.93/work/coreutils-5.93/src/ginstall
 /bin/install' and then coreutils would have emerged fine.

 Have done it here: it worked perfectly.

Whatever, Benno, it's been a great lesson in the powers of Busybox for which 
many thanks. Just emerging 1.1.0 now, btw.

Bogo  

-- 
Sent via KMail 1.8.3,  o/s Linux-2.6.12-gentoo-r10
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /usr/bin/[ and coreutils

2011-11-07 Thread Claudio Roberto França Pereira
What about [[? I've seen scripts using [[ instead of only one [. Whats the
point/difference?


Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-19 Thread Justin
Why are you doing things without knowing about the consequences?  Always 
ask before you are doing things which could be stupid!!!




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Re: Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-19 Thread Mark Knecht
On Sat, Apr 19, 2008 at 12:04 PM, Francesco Talamona [EMAIL PROTECTED] wrote:
 On Saturday 19 April 2008, Mark Knecht wrote:
   [ebuild U ] sys-apps/coreutils-6.10-r1 [6.9-r1] USE=acl nls
   (-selinux) -static -vanilla% -xattr 3,670 kB
   [blocks B ] sys-apps/mktemp (is blocking
   sys-apps/coreutils-6.10-r1) [blocks B ] =sys-apps/coreutils-6.10
   (is blocking sys-apps/mktemp-1.5)

  You are just another victim, search this list for the last week posts
  for the recovery details. Basically you have to use install disc to
  copy all the core utils now missing. Once recovered you are again
  able to emerge coreutils

  The explanation of the message above is: coreutils is going to upgrade
  from version 6.9-r1 to 6.10-r1, the latter (and other versions above)
  includes mktemp, so to avoid conflicts it is required to uninstall
  mktemp, now provided elsewhere.

  HTH
 Francesco


And unfortunately I chose to uninstall coreutils rather than mktemp
which caused the problems. Thanks.

It doesn't seem the link to the Walter Dnes doesn't give the answer
but suggests like you do that there is an answer out there. I'll see
if I can find the instructions on how to copy the correct stuff.

Thanks,
Mark
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-19 Thread Dirk Heinrichs
Am Samstag, den 19.04.2008, 21:08 +0200 schrieb Mark Knecht:
 It doesn't seem the link to the Walter Dnes doesn't give the answer
 but suggests like you do that there is an answer out there.

No. It's the Crippled system thread.

Bye...

Dirk


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-20 Thread Stroller


On 19 Apr 2008, at 21:15, Uwe Thiem wrote:

...
Did you never make dire mistakes? Well, if you haven't you may keep
throwing stones in a glasshouse.


If he's never made a dire mistake then he doesn't live in a glass house.

Stroller.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-20 Thread Justin


Did you never make dire mistakes? Well, if you haven't you may keep 
throwing stones in a glasshouse. 

  

You are right!

Once I did this:

rm -rv `equery files foo`.

This was a brilliant lesson!



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-20 Thread Justin




And since so many other people did this too, he just called a LOT of 
people stupid.  Not good.

Just said doing this is stupid not those people are stupid!!





signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-27 Thread Peter Humphrey
On Sunday 27 April 2008 11:55:12 Alan McKinnon wrote:

 Sudo is so much better and infinitely less intrusive. It's also a solved
 problem years ago. Why didn't they use it?

NIH.

-- 
Rgds
Peter
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-28 Thread Stroller


On 27 Apr 2008, at 11:55, Alan McKinnon wrote:

...
Microsoft's stated reason for this is to annoy users so much that they
will annoy 3rd party developers who will write software that doesn't
need root to install. H.


Is this not - substantially - the same as the reason for the Portage  
QA warning messages?

;)

Stroller.
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] coreutils binary package

2008-06-22 Thread Rumen Yotov

Hi,

Due to problems with coreutils w/ 'xattr' USE-flag (cp) can't remerge it
as some other packages.
So need a binary package w/o xattr, a newer version will
probably solve this too (need a i686-binary).
Seems i could also use the install disk to get it but don't have one 
available.

Any hints or help will be appreciated.
Thanks, Rumen
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] No more... more?

2008-10-23 Thread kashani

kashani wrote:

You didn't happen to unmerge coreutils did you because it was blocking? 
If so that is the cause of your problems. I'm not sure how to recovery 
from a lack of coreutils since most of your system binaries are now gone.


kashani



Oh good it wasn't coreutil. Watch out for that one if you run into it 
though that problem might be older than your machine. Remove mktemp and 
then emerge coretuils and you should be fine.


kashani



[gentoo-user] /usr/bin/[ and coreutils

2011-10-11 Thread William Kenworthy
I have been checking my system for some deep seated problems and in the
process, ran across the fact that equery files sys-apps/coreutils-8.7
shows a file included called /usr/bin/[ - thats right, left square
bracket!

Is that a bug or if real, what would you use it for?  It doesnt seem to
be on the file system ...

moriah ~ # /usr/bin/[
/usr/bin/[: missing `]'
moriah ~ #

doesnt show much!

BillK




Re[2]: [gentoo-user] portage conflict

2008-04-14 Thread Sergey Kobzar
Etaoin,

Thanks for help. It fixed the problem :)


Monday, April 14, 2008, 1:50:02 PM, you wrote:

 On Monday 14 April 2008, 12:21, Sergey Kobzar wrote:

 # emerge -upvDN world

 These are the packages that would be merged, in order:

 Calculating world dependencies... done!
 [ebuild U ] net-misc/rsync-2.6.9-r6 [2.6.9-r5] USE=-acl -ipv6
 -static -xinetd 793 kB [ebuild U ] sys-apps/coreutils-6.10-r1
 [6.9-r1] USE=nls -acl (-selinux) -static -vanilla% -xattr 3,670 kB
 [blocks B ] sys-apps/mktemp (is blocking
 sys-apps/coreutils-6.10-r1) [blocks B ] =sys-apps/coreutils-6.10
 (is blocking sys-apps/mktemp-1.5)

 Total: 2 packages (2 upgrades, 2 blocks), Size of downloads: 4,462 kB


 and can't update world.

 I thought unmerge sys-apps/coreutils or sys-apps/mktemp and then
 update world, but it may corrupt my system.

 Unmerge mktemp, since it's now provided by coreutils. See also bug 
 #207118.



-- 
Sergey

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] portage conflict

2008-04-14 Thread Etaoin Shrdlu
On Monday 14 April 2008, 12:21, Sergey Kobzar wrote:

 # emerge -upvDN world

 These are the packages that would be merged, in order:

 Calculating world dependencies... done!
 [ebuild U ] net-misc/rsync-2.6.9-r6 [2.6.9-r5] USE=-acl -ipv6
 -static -xinetd 793 kB [ebuild U ] sys-apps/coreutils-6.10-r1
 [6.9-r1] USE=nls -acl (-selinux) -static -vanilla% -xattr 3,670 kB
 [blocks B ] sys-apps/mktemp (is blocking
 sys-apps/coreutils-6.10-r1) [blocks B ] =sys-apps/coreutils-6.10
 (is blocking sys-apps/mktemp-1.5)

 Total: 2 packages (2 upgrades, 2 blocks), Size of downloads: 4,462 kB


 and can't update world.

 I thought unmerge sys-apps/coreutils or sys-apps/mktemp and then
 update world, but it may corrupt my system.

Unmerge mktemp, since it's now provided by coreutils. See also bug 
#207118.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] portage conflict

2008-04-14 Thread Mateusz A. Mierzwin'ski

Sergey Kobzar pisze:

After portage tree update I have


# emerge -upvDN world

These are the packages that would be merged, in order:

Calculating world dependencies... done!
[ebuild U ] net-misc/rsync-2.6.9-r6 [2.6.9-r5] USE=-acl -ipv6 -static 
-xinetd 793 kB
[ebuild U ] sys-apps/coreutils-6.10-r1 [6.9-r1] USE=nls -acl (-selinux) -static 
-vanilla% -xattr 3,670 kB
[blocks B ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r1)
[blocks B ] =sys-apps/coreutils-6.10 (is blocking sys-apps/mktemp-1.5)

Total: 2 packages (2 upgrades, 2 blocks), Size of downloads: 4,462 kB


and can't update world.

I thought unmerge sys-apps/coreutils or sys-apps/mktemp and then
update world, but it may corrupt my system.

Any ideas?

Thanks.


  
Unmerge MKTEMP. This is part of coreutils now. After that You can update 
world/system.

--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Curious emerge behaviour.

2008-07-02 Thread Andrey Falko
On Wed, Jul 2, 2008 at 10:05 PM, James Homuth [EMAIL PROTECTED] wrote:
 I went to run emerge update, and it threw this curious little block loop at
 me. emerge --pretend --quiet --update --deep world produces:
 [blocks B ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r2)
 [blocks B ] =sys-apps/coreutils-6.10 (is blocking sys-apps/mktemp-1.5)

 Anyone else having this particular problem? Is it a compatibility issue with
 either coreutils or mktemp? I'm assuming removing the one will eliminate it,
 but if it's a needed package I'd rather not chance it. Any info on this one
 would be greatly appreciated.

 James

 --
 gentoo-user@lists.gentoo.org mailing list



Yes, I've had this problem and I am sure many others did too...mktemp
was a seperate package, but is now included in coreutils. All you have
to do is emerge -C mktemp and then update to the new version of
coreutils. I've done this on at least 3 comps, so it should work for
you with no problems for you.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Curious emerge behaviour.

2008-07-02 Thread Alan McKinnon
On Thursday 03 July 2008, James Homuth wrote:
 I went to run emerge update, and it threw this curious little block
 loop at me. emerge --pretend --quiet --update --deep world
 produces: [blocks B ] sys-apps/mktemp (is blocking
 sys-apps/coreutils-6.10-r2)

 [blocks B ] =sys-apps/coreutils-6.10 (is blocking
 sys-apps/mktemp-1.5)

 Anyone else having this particular problem? Is it a compatibility
 issue with either coreutils or mktemp? I'm assuming removing the one
 will eliminate it, but if it's a needed package I'd rather not chance
 it. Any info on this one would be greatly appreciated.

Pretty standrad blocker - been around for a while on ~arch.

coreutils now provides what used to be in mktemp, so

emerge -C mktemp ; emerge coreutils

will sort it



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Curious emerge behaviour.

2008-07-03 Thread Mike Williams
On Thursday 03 July 2008 06:40:17 Alan McKinnon wrote:
  Anyone else having this particular problem? Is it a compatibility
  issue with either coreutils or mktemp? I'm assuming removing the one
  will eliminate it, but if it's a needed package I'd rather not chance
  it. Any info on this one would be greatly appreciated.

 Pretty standrad blocker - been around for a while on ~arch.

 coreutils now provides what used to be in mktemp, so

 emerge -C mktemp ; emerge coreutils

 will sort it

However that will leave you without the mktemp binary while coreutils gets 
built. Unlikely to be a problem, unless a reboot happens in the middle, and 
still probably quite recoverable.

I've taken to making sure the collision-protect FEATURE is not set (which it 
isn't by default I believe), then removing the mktemp portage DB entry.
# mv /var/db/pkg/sys-apps/mktemp-1.5/ ~
With mktemp apparently not installed, no blocker exists, and you've still got 
the binary. Portage will complain when it comes to install the new coreutils, 
but just ignore it's complaint.

-- 
Mike Williams
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Change History of linux commands

2022-10-07 Thread tastytea
On 2022-10-07 17:25+0200 n952162  wrote:

> Am 07.10.22 um 16:56 schrieb Grant Taylor:
> > On 10/7/22 8:25 AM, n952162 wrote:  
> >> Can anybody tell me how I can look at the official change history
> >> of linux commands?  
> >
> > Some man pages have history of commands in them.
> >
> > Admittedly, it seems as if man pages on Solaris and *BSD (I have
> > access to FreeBSD) tend to be better than Linux man page at this
> > aspect.
> >
> >
> >  
> 
> Well, the man page, yes, would be a good indicator, but the commands
> themselves?
> 
> Where does gentoo get the source to build  test(1) or expr(1) or
> date(1)?    That's in some package, but where is the upstream source? 
> Is it something in github?  Or a linux portal?  Or Torvalds private
> server?  Or the gnu server?
> 
> 

/usr/bin/test[1] was installed by sys-apps/coreutils[2], it's homepage
is <https://www.gnu.org/software/coreutils/>[3], that links to the
source code repository.

Other ways to find out:
  - `equery meta sys-apps/coreutils`
  - `less $(portageq get_repo_path / 
gentoo)/sys-apps/coreutils/coreutils-8.32-r1.ebuild`

Kind regards, tastytea

[1] `whereis test`
[2] `qfile /usr/bin/test` or `equery belongs /usr/bin/test`
[3] `eix sys-apps/coreutils` or emerge -s sys-apps/coreutils`



Re: [gentoo-user] Change History of linux commands

2022-10-07 Thread n952162

Am 07.10.22 um 17:47 schrieb tastytea:

On 2022-10-07 17:25+0200 n952162  wrote:


Am 07.10.22 um 16:56 schrieb Grant Taylor:

On 10/7/22 8:25 AM, n952162 wrote:

Can anybody tell me how I can look at the official change history
of linux commands?

Some man pages have history of commands in them.

Admittedly, it seems as if man pages on Solaris and *BSD (I have
access to FreeBSD) tend to be better than Linux man page at this
aspect.




Well, the man page, yes, would be a good indicator, but the commands
themselves?

Where does gentoo get the source to build  test(1) or expr(1) or
date(1)?    That's in some package, but where is the upstream source?
Is it something in github?  Or a linux portal?  Or Torvalds private
server?  Or the gnu server?



/usr/bin/test[1] was installed by sys-apps/coreutils[2], it's homepage
is <https://www.gnu.org/software/coreutils/>[3], that links to the
source code repository.

Other ways to find out:
   - `equery meta sys-apps/coreutils`
   - `less $(portageq get_repo_path / 
gentoo)/sys-apps/coreutils/coreutils-8.32-r1.ebuild`

Kind regards, tastytea

[1] `whereis test`
[2] `qfile /usr/bin/test` or `equery belongs /usr/bin/test`
[3] `eix sys-apps/coreutils` or emerge -s sys-apps/coreutils`



Oh, that's good.  Thank you.





RE: [gentoo-user] Change History of linux commands

2022-10-07 Thread Laurence Perkins
> -Original Message-
> From: tastytea  
> Sent: Friday, October 7, 2022 8:48 AM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] Change History of linux commands
> 
> On 2022-10-07 17:25+0200 n952162  wrote:
> 
> > Am 07.10.22 um 16:56 schrieb Grant Taylor:
> > > On 10/7/22 8:25 AM, n952162 wrote:  
> > >> Can anybody tell me how I can look at the official change history 
> > >> of linux commands?
> > >
> > > Some man pages have history of commands in them.
> > >
> > > Admittedly, it seems as if man pages on Solaris and *BSD (I have 
> > > access to FreeBSD) tend to be better than Linux man page at this 
> > > aspect.
> > >
> > >
> > >  
> > 
> > Well, the man page, yes, would be a good indicator, but the commands 
> > themselves?
> > 
> > Where does gentoo get the source to build  test(1) or expr(1) or 
> > date(1)?That's in some package, but where is the upstream source?
> > Is it something in github?  Or a linux portal?  Or Torvalds private 
> > server?  Or the gnu server?
> > 
> > 
> 
> /usr/bin/test[1] was installed by sys-apps/coreutils[2], it's homepage is 
> <https://www.gnu.org/software/coreutils/>[3], that links to the source code 
> repository.
> 
> Other ways to find out:
>   - `equery meta sys-apps/coreutils`
>   - `less $(portageq get_repo_path / 
> gentoo)/sys-apps/coreutils/coreutils-8.32-r1.ebuild`
> 
> Kind regards, tastytea
> 
> [1] `whereis test`
> [2] `qfile /usr/bin/test` or `equery belongs /usr/bin/test` [3] `eix 
> sys-apps/coreutils` or emerge -s sys-apps/coreutils`
> 

Note also that several of these may have copies built into your shell for speed 
and so that you can update the system utilities without an outage.

"bash -c help" or "busybox --help" or similar to see the list.

LMP


Re: [gentoo-user] emerge coreutils-6.4 says expr binary missing

2007-03-01 Thread Bo Ørsted Andresen
On Friday 02 March 2007 01:40:10 Denis wrote:
  You really need to tell us more about your system. What did you do
  preceding this?

 emerge --info gives the following:

 Portage 2.0.51.22-r3 (default-linux/x86/no-nptl/2.4, gcc-3.3.5,
 glibc-2.3.1-r2,glibc-2.3.4.20040808-r1, 2.4.19-gentoo-r10 i686)
 =
 System uname: 2.4.19-gentoo-r10 i686 Intel(R) XEON(TM) CPU 2.20GHz
[SNIP]

Wow... ;)

 I know, I haven't updated for a while.  I was trying to update
 Portage, and coreutils was listed as the necessary package to emerge
 first.

  What's the output of `emerge -pv coreutils`?

 Calculating dependencies ...done!
 [ebuild  N] sys-apps/coreutils-6.4  -acl +nls (-selinux) -static 0 kB

  please show the output of either `equery check coreutils` or `qcheck
  coreutils`.

 BLANK.  I ran it, and it doesn't give any output at all.

Ouch! Did you attempt to emerge busybox? If that doesn't work my best 
suggestion at this point and with the information available is to grab the 
coreutils-6.4 binpkg at [1], put it in /usr/portage/packages/All/ and emerge 
it with --usebinpkgonly...

As a side note given the age of your portage you may need information 
available at [2] when you've gotten past this problem...

[1] http://tinderbox.x86.dev.gentoo.org/default-linux/x86/All/
[2] http://www.gentoo.org/proj/en/portage/doc/common-problems.xml

-- 
Bo Andresen


pgpCBZNbpepTd.pgp
Description: PGP signature


Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-19 Thread Volker Armin Hemmann
On Samstag, 19. April 2008, Mark Knecht wrote:

 Question: Is there a way to recover from this?

you should have busybox installed.

Just create a symlink for every tool needed.

ln -s bb ls and something like that. If even ln is gone, do it from busybox 
itself - it has everything needed built-in.

After that, emerge coreutils (with the buildpkg option).  This creates are 
tarball. Now check. Have been all symlinks replaced with the right tool?
If yes. Goto end. Everything is ok.
If not. Open tarball, cp the tools.


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] coreutils binary package

2008-06-22 Thread Volker Armin Hemmann
On Sunday 22 June 2008, Rumen Yotov wrote:
 Hi,

 Due to problems with coreutils w/ 'xattr' USE-flag (cp) can't remerge it
 as some other packages.
 So need a binary package w/o xattr, a newer version will
 probably solve this too (need a i686-binary).
 Seems i could also use the install disk to get it but don't have one
 available.
 Any hints or help will be appreciated.
 Thanks, Rumen

busybox ;)

you should have installed it. just create a cp symlink and then remerge 
coreutils with the buildpkg option (just in case the symlink does not get 
overwritten/removed). untar the package, rm the symlink, mv cp from the pgk to 
/bin.

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Curious emerge behaviour.

2008-07-02 Thread James Homuth
I went to run emerge update, and it threw this curious little block 
loop at me. emerge --pretend --quiet --update --deep world produces:
[blocks B ] sys-apps/mktemp (is blocking 
sys-apps/coreutils-6.10-r2) 

[blocks B ] =sys-apps/coreutils-6.10 (is blocking 
sys-apps/mktemp-1.5)


Anyone else having this particular problem? Is it a compatibility 
issue with either coreutils or mktemp? I'm assuming removing the one 
will eliminate it, but if it's a needed package I'd rather not chance 
it. Any info on this one would be greatly appreciated.


James

--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: Switching to Gentoo

2006-03-09 Thread Bo Andresen
On Thursday 09 March 2006 21:39, Harry Putnam wrote:
 # equery belongs `which dd`

   [ Searching for file(s) /usr/bin/dd in *... ]
   sys-apps/coreutils-5.94-r1 (/usr/bin/dd - /bin/dd)

 That gives you the address of the package this tool resides in on the
 portage tree (/usr/portage/ is dropped off the front end)

No reason to use which for this.

 # equery b dd
[ Searching for file(s) dd in *... ]
sys-apps/coreutils-5.2.1-r7 (/bin/dd)
sys-apps/coreutils-5.2.1-r7 (/usr/bin/dd - /bin/dd)

-- 
Bo Andresen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 'du' problem after emerge of coreutils

2007-02-04 Thread Alan McKinnon
On Saturday 03 February 2007, Rod May wrote:
 Hi

 emerged coreutils up to 6.4 and the '-x' option on du seems broken,

fwiw, coreutils 6.7 behaves correctly in this regard. It's marked ~ on 
most arches but works fine here on x86

alan

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Something changed with nice?

2007-04-13 Thread Albert Hopkins
On Fri, 2007-04-13 at 14:07 +0100, Mick wrote:
 Hi All,
 
 I am getting these errors in /root/dead.letter:
 ===
 /etc/cron.weekly/makewhatis: line 5: /bin/nice: No such file or
 directory
 /etc/cron.weekly/makewhatis: line 5: exec: /bin/nice: cannot execute:
 No such 
 file or directory
 ===
 
 Of course, I can only find /usr/bin/nice so that may make sense.  Is 
 
A quick look at the ChangeLog for coreutils reveals the following:

*coreutils-6.7-r1 (02 Jan 2007)

  02 Jan 2007; Mike Frysinger [EMAIL PROTECTED] 
+coreutils-6.7-r1.ebuild:
  Move binaries not really needed into /usr.

I don't have a /etc/cron.weekly/makewhatis, but my /etc/cron.daily/makewhatis 
says

exec nice makewhatis -u

--
Albert W. Hopkins

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] strange [ file

2006-07-25 Thread Richard Fish

On 7/25/06, Arnau Bria [EMAIL PROTECTED] wrote:

Hi,

I've seen a file named [ in my /usr/bin ...


Perfectly normal.  It is a program that implements bash style tests
for script environments that don't normally do them.  For example:

if [ -f /etc/passwd ] ; then
 echo /etc/passwd exists and is a regular file
fi

Notice the [ after the if

man test will give you the user manual for it.

More generally, merge gentoolkit, and you can use equery to find out
where things come from.  Ex:

~  equery belongs /usr/bin/[
[ Searching for file(s) /usr/bin/[ in *... ]
sys-apps/coreutils-5.97 (/usr/bin/[)
~  equery check coreutils
[ Checking sys-apps/coreutils-5.97 ]
* 318 out of 318 files good

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can anyone tell me?

2008-03-02 Thread Neil Bothwick
On Sun, 02 Mar 2008 14:20:08 -0500, Chris Walters wrote:

 Well, apparently either the latest ~amd64 keyword masked version of
 coreutils does not install /bin/mktemp, or makes changes so
 that /sbin/depscan.sh cannot find it, because /bin/mktemp missing is
 a part of the error message, I receive.

% eix -c -e coreutils
[I] sys-apps/coreutils ([EMAIL PROTECTED]/01/08): Standard GNU file utilities

% qlist coreutils | grep mktemp
/usr/share/man/man1/mktemp.1.bz2
/bin/mktemp
/usr/bin/mktemp

It's certainly there on this box, and the other ~amd64 and ~x86 boxes I
have.


-- 
Neil Bothwick

Theory is when you know everything, but nothing works.
Reality is when everything works, but you don't know why.
However, usually theory and reality are mixed together :
Nothing works, and nobody knows why not.


signature.asc
Description: PGP signature


[gentoo-user] portage conflict

2008-04-14 Thread Sergey Kobzar
After portage tree update I have


# emerge -upvDN world

These are the packages that would be merged, in order:

Calculating world dependencies... done!
[ebuild U ] net-misc/rsync-2.6.9-r6 [2.6.9-r5] USE=-acl -ipv6 -static 
-xinetd 793 kB
[ebuild U ] sys-apps/coreutils-6.10-r1 [6.9-r1] USE=nls -acl (-selinux) 
-static -vanilla% -xattr 3,670 kB
[blocks B ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r1)
[blocks B ] =sys-apps/coreutils-6.10 (is blocking sys-apps/mktemp-1.5)

Total: 2 packages (2 upgrades, 2 blocks), Size of downloads: 4,462 kB


and can't update world.

I thought unmerge sys-apps/coreutils or sys-apps/mktemp and then
update world, but it may corrupt my system.

Any ideas?

Thanks.


-- 
Sergey

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] portage conflict

2008-04-14 Thread Jacques Montier

Sergey Kobzar a gentiment tapote:

After portage tree update I have


# emerge -upvDN world

These are the packages that would be merged, in order:

Calculating world dependencies... done!
[ebuild U ] net-misc/rsync-2.6.9-r6 [2.6.9-r5] USE=-acl -ipv6 -static 
-xinetd 793 kB
[ebuild U ] sys-apps/coreutils-6.10-r1 [6.9-r1] USE=nls -acl (-selinux) -static 
-vanilla% -xattr 3,670 kB
[blocks B ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r1)
[blocks B ] =sys-apps/coreutils-6.10 (is blocking sys-apps/mktemp-1.5)

Total: 2 packages (2 upgrades, 2 blocks), Size of downloads: 4,462 kB


and can't update world.

I thought unmerge sys-apps/coreutils or sys-apps/mktemp and then
update world, but it may corrupt my system.

Any ideas?

Thanks.


  

Hi,

#emerge -C mktemp

#emerge -upvDN world

#revdep-rebuild

#Dynamic linking on your system is consistent... All done.


So, everything seems ok

Cheers

Jacques
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] df showing rootfs

2008-05-11 Thread Graham Murray
Justin [EMAIL PROTECTED] writes:

 For me it is the same. Could it be that this is new in the new coreutils?

For me it started after the upgrade from baselayout-1 to baselayout-2.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Rumen Yotov
On Mon, 2006-02-06 at 07:10 +1300, Bogo Mipps wrote:
 On Mon, 06 Feb 2006 01:30, Mike Williams wrote:
  I think the only real option is to post your CFLAGS, and perhaps someone
  will be nice enough to send you a statically compiled binary package of
  coreutils.
 
 Thanks guys - will start with this one, in the hope that someone out there 
 will take pity.
 
 CFLAGS=-O2 -march=athlon-xp -fomit-frame-pointer -pipe
 
 TIA.
 
 Bogo 
 
 
 -- 
 Sent via KMail 1.8.3,  o/s Linux-2.6.12-gentoo-r10
Hi,
I have one (CFLAGS=-O2 -march=athlon-xp -pipe -fomit-frame-pointer)
Normal except ~x86 (all testing) system - coreutils-5.93: 2.1M.
Putting the binary here: ftp://ftp.qrypto.org (my router).
As emerge doesn't work (assume) put it in / (root dir) and run:
tar xjvf coreutils-5.93.tar.bz2 (ignore final warnings, that's service
data). Will take some 5-10 minutes.
HTH.Rumen


smime.p7s
Description: S/MIME cryptographic signature


Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Bogo Mipps
On Mon, 06 Feb 2006 07:47, Rumen Yotov wrote:
 I have one (CFLAGS=-O2 -march=athlon-xp -pipe -fomit-frame-pointer)
 Normal except ~x86 (all testing) system - coreutils-5.93: 2.1M.
 Putting the binary here: ftp://ftp.qrypto.org (my router).
 As emerge doesn't work (assume) put it in / (root dir) and run:
 tar xjvf coreutils-5.93.tar.bz2 (ignore final warnings, that's service
 data). Will take some 5-10 minutes.

Thanks Rumen - the bug in busybox meant that solution failed (see Benno's 
post) so I used your tar as suggested above.  Extracted fine, but most (not 
all) require libacl.so.1, and acl etc. now missing, of course.  And won't 
emerge because I'm missing coreutils.  The vicious circle.  Not sure which 
way to go now.

Maybe I should try Martins' idea with the Install CD.

Bogo   


-- 
Sent via KMail 1.8.3,  o/s Linux-2.6.12-gentoo-r10
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] setting the time

2006-04-03 Thread Benno Schulenberg
Daniel Waeber wrote:
 (should i just write a mail to bug-coreutils@gnu.org,
 like the man page says?)

Yes.  Better still: include a patch with the proposed change.  

Benno
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] su doesn't work for me.

2011-04-10 Thread Albert Hopkins

 Funny, though, on my (very) old Debian system I don't seem to have a
 wheel.

http://www.gnu.org/software/coreutils/manual/html_node/su-invocation.html

Bottom section.





Re: [gentoo-user] Where is the souce code of software?

2011-11-10 Thread wolf python london
On 10 November 2011 21:06, Michael Schreckenbauer grim...@gmx.de wrote:
 Hi,

 Am Donnerstag, 10. November 2011, 20:46:28 schrieb Lavender:
 Could anyone tell me that where I can find the source
 code of software on my system? Such as ls, cd .etc.

 first you have to find out to  which package the binary you are interested in
 belongs to, eg
 ~ $ equery b /bin/ls
  * Searching for /bin/ls ...
 sys-apps/coreutils-8.14 (/bin/ls)


Humm , I guess  he just want to look for the source code of gnu coreutils,

just download the gnu coreutils. http://ftp.cn.debian.org/gnu/coreutils/

uncompress it , then you can find them all .
 (If you don't have equery, install gentoolkit)

 Use the command
 emerge -f =cat/package-version
 to download the sources to your distfiles.
 (if they are already there, the command above downloads nothing)

 Unpack them to somewhere in your $HOME, done.

 Best,
 Michael






-- 

Yes, I use Debian GNU/L
wolf python london(WPL)
Do as you soul should do !




Re: [gentoo-user] df command no longer working

2023-02-12 Thread Mark Knecht
On Sun, Feb 12, 2023 at 1:37 PM Dale  wrote:

> I did a re-emerge of coreutils, then some of its
> friends.  It still doesn't work.

I saw some clickbait news that coreutils is being rewritten in Rust
but I don't think it's been released to the general public. However
if you run non-stable packages then possibly you picked it up?

Possibly mask the version you are currently using and see if
an older version is working?


Re: [gentoo-user] Unmerged coreutils + mktemp; can't emerge anymore

2008-04-17 Thread Walter Dnes
On Thu, Apr 17, 2008 at 09:48:15PM -0400, Walter Dnes wrote about his
incredible saga of thud and blunder.

  Sorry about the panic post.  I got flustered and posted right away,
when I should've checked for similar threads.  Problem solved as per
the suggestions in the other threads.  Reminder to self... *NEVER*,
*EVER* unmerge coreutils.

-- 
Walter Dnes [EMAIL PROTECTED]
Stop the Squeegee Kids in Pinstripe Suits
Fight SAC's Canadian internet tax http://walterdnes.wordpress.com
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-19 Thread Mark Knecht
I have a little Mac Mini  - my first attempt at Gentoo on a PowerPC -
that I brought up this week. It was (is) working but I'm not using it
for anything yet. Just playing around with the machine. Nothing
serious.

This morning I wasn't paying much attention and wanted to do an emerge
-DuN world. The process had blocking issues:

 MacMini ~ # emerge -pv coreutils

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild U ] sys-devel/automake-1.10.1 [1.10] 897 kB
[ebuild U ] sys-apps/coreutils-6.10-r1 [6.9-r1] USE=acl nls
(-selinux) -static -vanilla% -xattr 3,670 kB
[blocks B ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r1)
[blocks B ] =sys-apps/coreutils-6.10 (is blocking sys-apps/mktemp-1.5)

Total: 2 packages (2 upgrades, 2 blocks), Size of downloads: 4,566 kB

so without any real thought I did an emerge -C coreutils and walked
away. Well, that, it seems, was a *very* bad idea. Now nothing much
works. There were some messages that had I been watching I would have
stopped the process but I wasn't so there you go. Oops.

Anyway, the machine is still up and running but I suspect that it
might not reboot or allow logins if it did reboot. I'm unable to
emerge anything right now. coreutils, as folks probably know, includes
stuff that once gone pretty much stops the machine from being
interesting or useful.

Question: Is there a way to recover from this?

It's not a huge issue even if I have to completely rebuild the
machine. As I say this was mostly a Gentoo build on a lark to test out
how the machine might work for a couple of different ideas -
mythfrontend and a simple router. Everything was quick and dirty and
there are a few things I might change anyway, but if I can get it
working again I figure I should learn how.

Thanks in advance,
Mark
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-19 Thread Mick
On Saturday 19 April 2008, Justin wrote:
 Why are you doing things without knowing about the consequences?  Always
 ask before you are doing things which could be stupid!!!

Hindsight is a wonderful thing - but pretty useless in its timing.  I don't 
know about the OP, but I usually discover that I did something stupid after 
the event . . .  ;-)
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-27 Thread Peter Humphrey
On Friday 25 April 2008 06:45:34 Alan McKinnon wrote:

 Elog messages with yellow stars should *never* be ignored. Unlike UAC,
 they are not there with the express purpose of annoying users.

Having no knowledge of Vista, nor a wish to try it, what is a UAC? Google 
tells me it's a Universal air connection for scba, which doesn't seem 
right here.

-- 
Rgds
Peter
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-27 Thread Alan McKinnon
On Sunday 27 April 2008, Peter Humphrey wrote:
 On Sunday 27 April 2008 11:55:12 Alan McKinnon wrote:
  Sudo is so much better and infinitely less intrusive. It's also a
  solved problem years ago. Why didn't they use it?

 NIH.

Of course, silly me. I was forgetting who exactly the who in question 
was :-)



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] emerge world error message

2006-02-04 Thread Andrei Slavoiu
--- Paul [EMAIL PROTECTED] wrote:
 Calculating world dependencies
 !!! Packages for the following atoms are either all
 !!! masked or don't exist:
 sys-apps/sh-utils sys-apps/fileutils
 sys-apps/textutils
They all have been obsoleted a VERY long time ago by
coreutils. Unmerge them and get coreutils instead.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge world error message

2006-02-04 Thread Paul
On Saturday 04 Feb 2006 14:01, Andrei Slavoiu wrote:
 --- Paul [EMAIL PROTECTED] wrote:
  Calculating world dependencies
  !!! Packages for the following atoms are either all
  !!! masked or don't exist:
  sys-apps/sh-utils sys-apps/fileutils
  sys-apps/textutils

 They all have been obsoleted a VERY long time ago by
 coreutils. Unmerge them and get coreutils instead.

Thanks I must have missed that info
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Maarten
Benno Schulenberg wrote:
 Benno Schulenberg wrote:
 
here's the output of 'equery files coreutils':
 
 
 Hmm... equery behaves different when its output is redirected.  
 Here's a list without any of the duplicates (symlinks) in /usr/bin.
 

 /bin/link
 /bin/ln
  ^^^

Ehm. Which possibly creates a chicken-egg problem.  How do you make the
symlink from ln - busybox without having /bin/ln in the first place ?

Maarten

 Benno

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Bogo Mipps
On Mon, 06 Feb 2006 01:30, Mike Williams wrote:
 I think the only real option is to post your CFLAGS, and perhaps someone
 will be nice enough to send you a statically compiled binary package of
 coreutils.

Thanks guys - will start with this one, in the hope that someone out there 
will take pity.

CFLAGS=-O2 -march=athlon-xp -fomit-frame-pointer -pipe

TIA.

Bogo 


-- 
Sent via KMail 1.8.3,  o/s Linux-2.6.12-gentoo-r10
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Benno Schulenberg
Bogo Mipps wrote:
 Thanks guys - will start with this one, in the hope that someone
 out there will take pity.

No no, don't take pity.  This is too good a chance to see busybox in 
action.  :)  Please report back how you are getting along.

Start with these:

busybox ln -s busybox /bin/ln
ln -s busybox /bin/install
ln -s busybox /bin/cp

Then try to emerge coreutils, and make more links for the things 
that are missing.

Benno
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Mike Williams
On Sunday 05 February 2006 18:27, Alexander Skwar wrote:
  Ehm. Which possibly creates a chicken-egg problem.  How do you make the
  symlink from ln - busybox without having /bin/ln in the first place ?

 There's no requirement for ln being a symlink. Instead, you could
 also copy busybox to ln - cp busybox ln.

cp is from coreutils too :)

-- 
Mike Williams

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] updating sysvinit coreutils and baselayout broke some locales/letters

2005-06-12 Thread Richard Fish
sIbOk wrote:

Hello, today i've updated coreutils, baselayout and new sysvinit. Now
my locales are not working well since i've lost some letters/simbols
like 's' or '#' etc I'm using iso8559-15
Since today i've been using /etc/rc.conf like this with no troubles:
  


Most of these settings have been moved from /etc/rc.conf to various
files in the /etc/conf.d directory.  Take a look in there.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] updating netbook : next problem

2015-01-25 Thread Philip Webb
Having restored X  proceeding to work thro' pkgs, I emerged
 reiserfsprogs lsof kbd tar baselayout libutempter autoconf-wrapper
 bin86 push coreutils gmp .  Trying the next set of pkgs,
I got the dreaded C compiler cannot create executables.
I suspect some effect from  baselayout  or  coreutils.

Does anyone have any suggestions ?  Gcc is 4.8.3 .

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] ls config file?

2016-02-02 Thread Neil Bothwick
On Tue, 2 Feb 2016 11:07:02 +, Andrew Tselischev wrote:

> I forgot to mention, that if you seriously want to take that approach,
> you'd need to mirror coreutils' ebuilds in your own portage overlay. The
> changes to the ebuild (and Manifest) will get overwritten next time you
> sync the tree.
> 

There's no need for that. Just create /etc/env/portage/sys-apps/coreutils
containing

post_src_unpack() {
cd "${S}"
epatch_user
}


-- 
Neil Bothwick

WinErr 001: Windows loaded - System in danger


pgpHnza2dyZdh.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Source Code?

2006-01-13 Thread Martins Steinbergs
On Friday 13 January 2006 21:14, Holly Bostick wrote:
 Raj Swaminathan schreef:
  Hi,
 
  thanks Iain, Winston and Willie for all your help. I was looking
  specifically for the coreutils package and did not know where to find it.
 
  Iain, i run gentoo so i do have the patched versions of what i need,
  thanks.
 
 
  But from you've said Im just curious to know if patched versions of the
  coreutils package will be available for download directly form the
  mirrors of distros like debian, slackware, ubuntu, suse   Fedora's mirror
  had
  coreutils-5.2.1-48.1.x86_64.rpmhttp://fedora.mirrors.tds.net/pub/fedora-
 core/updates/4/x86_64/coreutils-5.2.1-48.1.x86_64.rpmbut im not sure if
  thats patched.

 What you might prefer to do is rather than looking in the directory that
 you are looking in, go one step up and try the

 SRPMS

 directory instead there, you will find

 http://fedora.mirrors.tds.net/pub/fedora-core/updates/4/SRPMS/coreutils-5.2
.1-48.1.src.rpm

 which contains the source code (and most likely the patches as well).

 HTH,
 Holly

you may find useful rpmfind.net service or similar, however, latest packages 
you'll find on mirrors.

for coreutils source rpms you may hit this:
http://rpmfind.net/linux/rpm2html/search.php?query=coreutilssubmit=Search+...system=arch=src


m
-- 
Linux 2.6.15-ck1 AMD Athlon(tm) 64 Processor 3200+
 22:16:44 up  7:59,  4 users,  load average: 1.04, 1.05, 1.06


pgpquWUJIoZDv.pgp
Description: PGP signature


Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Rumen Yotov
On Mon, 2006-02-06 at 15:53 +1300, Bogo Mipps wrote:
 On Mon, 06 Feb 2006 07:47, Rumen Yotov wrote:
  I have one (CFLAGS=-O2 -march=athlon-xp -pipe -fomit-frame-pointer)
  Normal except ~x86 (all testing) system - coreutils-5.93: 2.1M.
  Putting the binary here: ftp://ftp.qrypto.org (my router).
  As emerge doesn't work (assume) put it in / (root dir) and run:
  tar xjvf coreutils-5.93.tar.bz2 (ignore final warnings, that's service
  data). Will take some 5-10 minutes.
 
 Thanks Rumen - the bug in busybox meant that solution failed (see Benno's 
 post) so I used your tar as suggested above.  Extracted fine, but most (not 
 all) require libacl.so.1, and acl etc. now missing, of course.  And won't 
 emerge because I'm missing coreutils.  The vicious circle.  Not sure which 
 way to go now.
 
 Maybe I should try Martins' idea with the Install CD.
 
 Bogo   
 
 
 -- 
 Sent via KMail 1.8.3,  o/s Linux-2.6.12-gentoo-r10
Hi,
Yeah it's due to acl USE flag, which i have/use.
$ emerge coreutils -pv

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] sys-apps/coreutils-5.93  USE=acl nls -build -static 59
kB
Will compile only (not merge) another instance w/o 'acl' but with 'nls'
and replace the prev. one.
Rumen


smime.p7s
Description: S/MIME cryptographic signature


Re: [gentoo-user] emerge coreutils-6.4 says expr binary missing

2007-03-01 Thread Denis

You really need to tell us more about your system. What did you do preceding
this?


emerge --info gives the following:

Portage 2.0.51.22-r3 (default-linux/x86/no-nptl/2.4, gcc-3.3.5,
glibc-2.3.1-r2,glibc-2.3.4.20040808-r1, 2.4.19-gentoo-r10 i686)
=
System uname: 2.4.19-gentoo-r10 i686 Intel(R) XEON(TM) CPU 2.20GHz
Gentoo Base System version 1.4.2.8
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 0.2.7, 1.2.11
dev-lang/python: 2.2.2, 2.3.4-r1
dev-python/pycrypto: [Not Present]
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.12, 1.2.17
sys-devel/autoconf:  2.13, 2.59-r6, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.4, 1.10
sys-devel/binutils:  2.13.90.0.18, 2.15.92.0.2-r1
sys-devel/gcc-config: 1.3.1, 1.3.8-r4
sys-devel/libtool:   1.4.1-r10, 1.5.22
virtual/os-headers:  2.4.19
ACCEPT_KEYWORDS=x86
AUTOCLEAN=no
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=i686 -O3 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-march=i686 -O3 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo;
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage

SNIP a bunch of use flags...

I know, I haven't updated for a while.  I was trying to update
Portage, and coreutils was listed as the necessary package to emerge
first.


What's the output of `emerge -pv coreutils`?


Calculating dependencies ...done!
[ebuild  N] sys-apps/coreutils-6.4  -acl +nls (-selinux) -static 0 kB


please show the output of either `equery check coreutils` or `qcheck coreutils`.


BLANK.  I ran it, and it doesn't give any output at all.

Denis




On Thursday 01 March 2007 18:35:54 Denis wrote:
 I was emerging coreutils to update portage, and it failed with the
following:
  emerge (1 of 1) sys-apps/coreutils-6.4 to /

 --- SNIP md5 messages ---

 /usr/lib/portage/bin/ebuild.sh: line 1: /bin/expr: No such file or
 directory * Your expr binary appears to be broken, please fix it.
  * For more info, see http://bugs.gentoo.org/123342

 !!! ERROR: sys-apps/coreutils-6.4 failed.
 !!! Function pkg_setup, Line 43, Exitcode 0
 !!! your expr is broke

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage conflict

2008-04-14 Thread alain . didierjean
Selon Sergey Kobzar [EMAIL PROTECTED]:

 After portage tree update I have


 # emerge -upvDN world

 These are the packages that would be merged, in order:

 Calculating world dependencies... done!
 [ebuild U ] net-misc/rsync-2.6.9-r6 [2.6.9-r5] USE=-acl -ipv6 -static
 -xinetd 793 kB
 [ebuild U ] sys-apps/coreutils-6.10-r1 [6.9-r1] USE=nls -acl (-selinux)
 -static -vanilla% -xattr 3,670 kB
 [blocks B ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r1)
 [blocks B ] =sys-apps/coreutils-6.10 (is blocking sys-apps/mktemp-1.5)

 Total: 2 packages (2 upgrades, 2 blocks), Size of downloads: 4,462 kB


 and can't update world.

 I thought unmerge sys-apps/coreutils or sys-apps/mktemp and then
 update world, but it may corrupt my system.

DO NOT, repeat DO NOT, under any circumstance unmerge coreutils.
You would find yourself without the most commonly used commands:
cat, ls, cp, mv, ln, id, chmod, chgrp, chown, tr, cut, join, split, mkdir,
mknod, mkfifo, nice, nohup, paste...
about 100 of them. Then emerge can't work anymore (and a few more scripts).
You're stuck.
I know, I did it once. Getting back a working system was hairy...
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Crippled system

2008-04-16 Thread alain . didierjean
Selon [EMAIL PROTECTED]:

 Am Mittwoch, den 16.04.2008, 00:57 -0400 schrieb ext Richard Marzan:
  I had a circular dep problem with mktemp and coreutils and emerge -C'd
  coreutils. Now I can't do anything significant just cd. how can i repair
  this?

 Not tested: Boot a Gentoo LiveCD, create a coreutils binary package with
 quickpkg, mount your root fs, set ROOT environment variable to that
 mount point, install the binary package into your system.


Tested :-( :
Get 2008.0.beta1 Cd (K3B  ftp work on such a crippled system).
Boot on it. Mount system's / and /usr partitions and cp from CD's /bin and
/usr/bin to their equivalent on mounted partitions the following missig cmd:

basename, cat, chgrp, chmod, chown, chroot, cp, cut, date, dd, df, dirname, du,
echo, env, expr, false, groups, head, hostname, kill, ln, ls, mkdir, mkfifo,
mknod, mv, pwd, rm, rmdir, seq, sleep, sort, stat, stty, su, sync, tail, tr,
true, wc, yes on /mnt/gentoo/bin.


cksum, comm, csplit, dirclors, expand, factor, fmt, fold, fs, hostid, id,
install, join, link, logname, md5sum, nice, nl, nohup, od, pasteshred, shuf,
split, sum, tac, tee, test, tsort, uniq, unlink, uptime, users, whoami, who on
/mnt/.../usr/bin

Once done, reboot on the original system and you're back on business!
first thing to do :
emerge coreutils

This process at least worked for me on my amd64 system.
PS:
1- the list of cmd show why unmerging coreutils makes a mess
2- I'm not sure all above cmds are needed to emerge and compile. But I
considered faster to copy them all than iterating the boot-on-CD boot-on-system
process.

Have a great time!
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Curious emerge behaviour.

2008-07-02 Thread James Homuth
Will the package itself be removed at some point? And if so, I'm 
assuming Portage will take care of killing it from my system at that point?

At 01:26 AM 03/07/2008, you wrote:

On Wed, Jul 2, 2008 at 10:05 PM, James Homuth [EMAIL PROTECTED] wrote:
 I went to run emerge update, and it threw this curious little block loop at
 me. emerge --pretend --quiet --update --deep world produces:
 [blocks B ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r2)
 [blocks B ] =sys-apps/coreutils-6.10 (is blocking sys-apps/mktemp-1.5)

 Anyone else having this particular problem? Is it a compatibility 
issue with
 either coreutils or mktemp? I'm assuming removing the one will 
eliminate it,

 but if it's a needed package I'd rather not chance it. Any info on this one
 would be greatly appreciated.

 James

 --
 gentoo-user@lists.gentoo.org mailing list



Yes, I've had this problem and I am sure many others did too...mktemp
was a seperate package, but is now included in coreutils. All you have
to do is emerge -C mktemp and then update to the new version of
coreutils. I've done this on at least 3 comps, so it should work for
you with no problems for you.
--
gentoo-user@lists.gentoo.org mailing list


--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Crippled system

2008-04-16 Thread dirk.heinrichs.ext
Am Mittwoch, den 16.04.2008, 00:57 -0400 schrieb ext Richard Marzan:
 I had a circular dep problem with mktemp and coreutils and emerge -C'd
 coreutils. Now I can't do anything significant just cd. how can i repair
 this?

Not tested: Boot a Gentoo LiveCD, create a coreutils binary package with
quickpkg, mount your root fs, set ROOT environment variable to that
mount point, install the binary package into your system.

If the last step fails, you could also just unpack the package with tar,
but that wouldn't give you any package information.

BTW, what does the name _core_ utils tell you? *SCNR*

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Wanheimerstraße 68  | Web:  http://www.capgemini.com
D-40468 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?

2008-04-19 Thread CJoeB

Justin wrote:
Why are you doing things without knowing about the consequences?  
Always ask before you are doing things which could be stupid!!!


I think you're being a little harsh.  :-) Usually, unmerging a package 
that is blocking another package has, in my limited experience, always 
solved the problem.  I probably would have fallen victim to this had I 
not been reading the problems that others have had.


No matter, my intention is not to start a war and this is too late for 
the people that have already caused themselves grief by removing 
coreutils.  However, once I read the problems that others have 
encountered when they did this, I searched the forums.  A post from 
earlier this year saved my butt!  This is the command that was suggested 
and worked fine for me:


emerge -C mktemp  emerge -uavDNt world

Hopefully, it will help others who have not yet become Gentoo gurus.

Regards,

Colleen.

--

Registered Linux User #411143 with the Linux Counter, http://counter.li.org

--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] coreutils binary package

2008-06-22 Thread Румен Йотов

On Sun, 2008-06-22 at 18:59 +0200, Volker Armin Hemmann wrote:
 On Sunday 22 June 2008, Rumen Yotov wrote:
  Hi,
 
  Due to problems with coreutils w/ 'xattr' USE-flag (cp) can't remerge it
  as some other packages.
  So need a binary package w/o xattr, a newer version will
  probably solve this too (need a i686-binary).
  Seems i could also use the install disk to get it but don't have one
  available.
  Any hints or help will be appreciated.
  Thanks, Rumen
 
 busybox ;)
 
 you should have installed it. just create a cp symlink and then remerge 
 coreutils with the buildpkg option (just in case the symlink does not get 
 overwritten/removed). untar the package, rm the symlink, mv cp from the pgk 
 to 
 /bin.
 
Hi,

Thanks for the hint, once used busybox to recover but was a long ago.
Didn't expected that 'xattr' will create such a mess (with reiser4).
Thanks again.
Rumen

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Bogo Mipps
On Mon, 06 Feb 2006 13:02, Benno Schulenberg wrote:
 This is a bug in busybox 1.00, it's fixed in busybox-1.1.0.

 On my primary partition I've emerged the newer version, copied it to
 the other partition, and did the 'ebuild install' again: it worked
 flawlessly.  ...  This won't help you now, however, so use the
 binary package posted by others.  Sorry for wasting your time.

Not a waste of time!  A great temp fix anyway - and it's keeping me afloat 
right now.  Thanks for something else learned from this great list.

The binaries didn't work because coreutils are looking for libacl.so.1, and I 
can't emerge acl again without coreutils it seems (see other post) 

Thinking about Martins' Install CD suggestion.

Bogo


-- 
Sent via KMail 1.8.3,  o/s Linux-2.6.12-gentoo-r10
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-06 Thread Martin Ullrich
Hi again!

I've now compiled 3 new binary packages for you:

http://members.chello.at/martin-ullrich/coreutils-5.2.1-r7.tbz2

http://members.chello.at/martin-ullrich/coreutils-5.93.tbz2

Whichever you want to use.
If they don't work, I've also compiled a statically linked package:

http://members.chello.at/martin-ullrich/coreutils-5.93-static.tbz2 (12,5 MB!!)

ACL support should now be disabled in all packages (USE=-* nls and
configure-output showed that it was disabled). I don't know whether
you should extract the package from your gentoo or from a live-cd, but
don't forget to set the -p flag for extracting with tar or you might
end up having an unaccassable version just because of wrong
permissions.

martin

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost my coreutils [SOLVED]

2006-02-06 Thread Bogo Mipps
On Mon, 06 Feb 2006 18:27, Rumen Yotov wrote:
 Yeah it's due to acl USE flag, which i have/use.
 $ emerge coreutils -pv

 These are the packages that I would merge, in order:

 Calculating dependencies ...done!
 [ebuild   R   ] sys-apps/coreutils-5.93  USE=acl nls -build -static 59
 kB
 Will compile only (not merge) another instance w/o 'acl' but with 'nls'
 and replace the prev. one.

Hi Rumen

Yes, that installed like a dream. I then emerged 5.93 immediately so that it 
was officially in my tree.  Phew, back to work. Also appreciated the Busybox 
1.1.0 which I saw on your URL and downloaded as a backup - especially after 
Benno Shulenberg's heads-up.  Great info. Thanks also to Martin Ullrich who I 
just see (time differences) has posted a selection of binaries with different 
use flags. Hope this thread proves useful for someone else some day.  Thanks 
all, and what a great community is this Gentoo! And especially this list.

Bogo      

-- 
Sent via KMail 1.8.3,  o/s Linux-2.6.12-gentoo-r10

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] strange [ file

2006-07-25 Thread Dale
Arnau Bria wrote:
 Hi,

 I've seen a file named [ in my /usr/bin ...

 #file [
 [: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for
 GNU/Linux 2.4.1, dynamically linked (uses shared libs), for GNU/Linux
 2.4.1, stripped

 in I can find things like:
 [...]
 -ot does not accept -l
 %s: unary operator expected
 %s: binary operator expected
 ')' expected, found %s
 ')' expected
 test and/or [
 Report bugs to %s.
 bug-coreutils at gnu.org/usr/share/localeMatthew BradburnKevin
 Braunsdorf5.94GNU coreutilsmissing `]' Try `%s --help' for more
 information. Usage: test EXPRESSION
   or:  test
   or:  [ EXPRESSION ]
   or:  [ ]
   or:  [ OPTION
 Exit with the status determined by EXPRESSION.
 [...]

 does any one know what could it be?¿
 thanks in advance.
   

This may help a little:

 [EMAIL PROTECTED] / # equery belongs [
 [ Searching for file(s) [ in *... ]
 sys-apps/coreutils-5.94-r1 (/usr/bin/[)
 [EMAIL PROTECTED] / #

It's part of coreutils.  At least someone isn't putting something on
your system you don't know about.

It is weird that they named it that though.

Dale
:-)  :-)

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] *** Warning - beware of sys-apps/coretuils-8.10

2011-03-12 Thread Helmut Jarausch
Hi,

as I've been just be bitten by this, I'd like to warn you.

My root partition has an ext4 FS while other partitions use BTRFS.
But the bug shown below seems to be related to the ext4 FS on my
root partition.

I've just tried to install the 12.6.37-gentoo-r2 kernel.
make modules_installed
told me, some modules were invalid.

Stepping back to sys-apps/coretuils-8.9
fixed the problem, though coreutils-8.10
doesn't seem to be buggy.

It's related to a bug in btrfs and ext4 which is
revealed by sys-apps/coreutils-8.10

While the btrfs bug seems to be fixed in 2.6.38-rc7
the ext4 bug is not fixed, yet (AFAIK)

See
http://bugs.gentoo.org/show_bug.cgi?id=353907
esp. comments 17 and 22

and
http://www.mail-archive.com/bug-coreutils@gnu.org/msg19952.html

Be warned,
Helmut.



Re: [gentoo-user] *** Warning - beware of sys-apps/coretuils-8.10

2011-03-12 Thread Gregory Fontenele
any manager can I unsubscribe from this list?

On Sat, Mar 12, 2011 at 07:44, Helmut Jarausch jarau...@igpm.rwth-aachen.de
 wrote:

 Hi,

 as I've been just be bitten by this, I'd like to warn you.

 My root partition has an ext4 FS while other partitions use BTRFS.
 But the bug shown below seems to be related to the ext4 FS on my
 root partition.

 I've just tried to install the 12.6.37-gentoo-r2 kernel.
 make modules_installed
 told me, some modules were invalid.

 Stepping back to sys-apps/coretuils-8.9
 fixed the problem, though coreutils-8.10
 doesn't seem to be buggy.

 It's related to a bug in btrfs and ext4 which is
 revealed by sys-apps/coreutils-8.10

 While the btrfs bug seems to be fixed in 2.6.38-rc7
 the ext4 bug is not fixed, yet (AFAIK)

 See
 http://bugs.gentoo.org/show_bug.cgi?id=353907
 esp. comments 17 and 22

 and
 http://www.mail-archive.com/bug-coreutils@gnu.org/msg19952.html

 Be warned,
 Helmut.




-- 
Atenciosamente,
Gregory Fontenele


[gentoo-user] coreutils downgrade problem

2006-02-20 Thread Marko Kocić
I have this problem couple of times. emerge says that I should
downgrade coreutils:
citadela ~ # emerge -pvuD system
[ebuild UD] sys-apps/coreutils-5.93 [5.94] USE=nls -acl -build
-static 0 kB
[ebuild U ] sys-devel/make-3.80-r4 [3.80-r3] USE=nls -build -static 0 kB

But when I try emerge -uD system I got the following error:

zip2: 
/var/tmp/portage/coreutils-5.93/distdir/coreutils-5.93-patches-1.1.tar.bz2:
trailing garbage after EOF ignored
 * Applying patches from Mandrake ...
 *   005_all_coreutils-mdk-timestyle.patch ...
  
 [ ok ]
 *   007_all_coreutils-mdk-dumbterm.patch ... 
  
 [ ok ]
 *   017_all_coreutils-mdk-mem.patch ...  
  
 [ ok ]
 * Done with patching
 * Applying various patches (bugfixes/updates) ...
 *   000_all_coreutils-i18n.patch ... 
  
 [ ok ]
 *   001_all_coreutils-gen-progress-bar.patch ... 
  
 [ ok ]
 *   003_all_coreutils-gentoo-uname.patch ... 
  
 [ ok ]
 *   009_all_coreutils-tests.patch ...
  
 [ ok ]
 *   020_all_coreutils-overflow.patch ... 
  
 [ ok ]
 *   030_all_coreutils-more-dir-colors.patch ...  
  
 [ ok ]
 * Done with patching
 * Reconfiguring configure scripts (be patient) ...
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of
AM_PATH_AUDIOFILE
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
configure.ac: required file `./install-sh' not found
configure.ac: required file `./missing' not found
automake-1.9: no `Makefile.am' found for any configure output
automake-1.9: Did you forget AC_CONFIG_FILES([Makefile]) in configure.ac?

!!! ERROR: sys-apps/coreutils-5.93 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_unpack
  ebuild.sh, line 694:   Called src_unpack



I'm using ~x86.
Does anyone have any idea what should I do to fix my box.
Similar problems appear with emerging of almost  any package.

Thanks,
Marko

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] coreutils downgrade problem

2006-02-21 Thread Ghaith Hachem
i faced the same problem today

http://forums.gentoo.org/viewtopic-t-435291.html
check there

On 2/20/06, Marko Kocić [EMAIL PROTECTED] wrote:
 I have this problem couple of times. emerge says that I should
 downgrade coreutils:
 citadela ~ # emerge -pvuD system
 [ebuild UD] sys-apps/coreutils-5.93 [5.94] USE=nls -acl -build
 -static 0 kB
 [ebuild U ] sys-devel/make-3.80-r4 [3.80-r3] USE=nls -build -static 0 kB

 But when I try emerge -uD system I got the following error:

 zip2: 
 /var/tmp/portage/coreutils-5.93/distdir/coreutils-5.93-patches-1.1.tar.bz2:
 trailing garbage after EOF ignored
  * Applying patches from Mandrake ...
  *   005_all_coreutils-mdk-timestyle.patch ...

  [ ok ]
  *   007_all_coreutils-mdk-dumbterm.patch ...

  [ ok ]
  *   017_all_coreutils-mdk-mem.patch ...

  [ ok ]
  * Done with patching
  * Applying various patches (bugfixes/updates) ...
  *   000_all_coreutils-i18n.patch ...

  [ ok ]
  *   001_all_coreutils-gen-progress-bar.patch ...

  [ ok ]
  *   003_all_coreutils-gentoo-uname.patch ...

  [ ok ]
  *   009_all_coreutils-tests.patch ...

  [ ok ]
  *   020_all_coreutils-overflow.patch ...

  [ ok ]
  *   030_all_coreutils-more-dir-colors.patch ...

  [ ok ]
  * Done with patching
  * Reconfiguring configure scripts (be patient) ...
 /usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
   run info '(automake)Extending aclocal'
   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
 /usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
 /usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of
 AM_PATH_AUDIOFILE
 configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
 configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
 configure.ac: that aclocal.m4 is present in the top-level directory,
 configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
 configure.ac: required file `./install-sh' not found
 configure.ac: required file `./missing' not found
 automake-1.9: no `Makefile.am' found for any configure output
 automake-1.9: Did you forget AC_CONFIG_FILES([Makefile]) in configure.ac?

 !!! ERROR: sys-apps/coreutils-5.93 failed.
 Call stack:
   ebuild.sh, line 1894:   Called dyn_unpack
   ebuild.sh, line 694:   Called src_unpack



 I'm using ~x86.
 Does anyone have any idea what should I do to fix my box.
 Similar problems appear with emerging of almost  any package.

 Thanks,
 Marko

 --
 gentoo-user@gentoo.org mailing list




--
Cheers,
Ghaith

-- 
gentoo-user@gentoo.org mailing list



  1   2   3   4   5   >