[gentoo-user] fsck inode warnings

2016-06-27 Thread Zhu Sha Zang
Helo there, since a while, every time that i use something like "shutdown -Fr 
now" i receive messages like that: 


/dev/sda3: Inode 655658 extent tree (at level 2) could be narrower.  IGNORED.
/dev/sda3: Inode 660107 extent tree (at level 1) could be narrower.  IGNORED.
/dev/sda3: Inode 661292 extent tree (at level 2) could be narrower.  IGNORED.
/dev/sda3: Inode 661848 extent tree (at level 2) could be narrower.  IGNORED.
/dev/sda3: Inode 662317 extent tree (at level 2) could be narrower.  IGNORED.
/dev/sda3: Inode 662337 extent tree (at level 1) could be narrower.  IGNORED.
/dev/sda3: Inode 662648 extent tree (at level 1) could be narrower.  IGNORED.
/dev/sda3: Inode 664488 extent tree (at level 1) could be narrower.  IGNORED.
/dev/sda3: Inode 666102 extent tree (at level 1) could be narrower.  IGNORED.
/dev/sda3: Inode 671956 extent tree (at level 2) could be narrower.  IGNORED.

What the meaning of this. I was unable to find something useful to explain 
these "errors". I already boot with systemrescuecd and run fsck -f manually, 
but the warning still appearing.

Best regards



Re: [gentoo-user] Re: nodejs 6.2.1 fails to compile

2016-06-27 Thread covici
James  wrote:

>   ccs.covici.com> writes:
> 
>  
> > Hi.  I am having problems emerging nodejs 6.2.1
> 
> Ok, so you've looked and the real hint is 
> compile with use flag (-doc) and see what happens.

I was wondering about that, but it did work before, so I thought I would
ask on here to check.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com



Re: [gentoo-user] booting - I don't anystand how the (Linux) world works anymore

2016-06-27 Thread Tom H
On Sat, Jun 25, 2016 at 4:24 PM, Helmut Jarausch  wrote:
> On 06/25/2016 10:19:12 PM, Tom H wrote:
>>
>> You can use "root=PARTUUID=partuuid" where
>>
>> on an msdos-labeled disk:
>>
>> # findmnt / -o TARGET,SOURCE,PARTUUID
>> TARGET SOURCEPARTUUID
>> /  /dev/sda1 0006c8d7-01
>>
>> on a gpt-labeled disk:
>>
>> # findmnt / -o TARGET,SOURCE,PARTUUID
>> TARGET SOURCEPARTUUID
>> /  /dev/sda3 41e9268f-484a-43e2-ae81-54d8c84119e0
>
> Yes, thanks, that did it,

You're welcome.

The
ENV{ID_PART_ENTRY_UUID}=="?*",
SYMLINK+="disk/by-partuuid/$env{ID_PART_ENTRY_UUID}"
udev rule creates symlinks under "/dev/disk/by-partuuid/".

There's no need for findmnt :)



Re: [gentoo-user] Re: nodejs 6.2.1 fails to compile

2016-06-27 Thread Alan McKinnon
On 27/06/2016 16:19, James wrote:
>   ccs.covici.com> writes:
>  
>> Hi.  I am having problems emerging nodejs 6.2.1 which happened on my
>> last update of world.I get the following error output:
> 
> OK, so, I'm "no java whiz" so keep that in mind


This has nothing to do with Java. It's JavaScript which bears zero
relation to Java apart from the 3 letters j, v (twice) and a showing up
in the name.

JavaScript is a cute name coined by Netscape way back in the 90s to cash
in on the java craze when Sun released 1.0


-- 
Alan McKinnon
alan.mckin...@gmail.com




[gentoo-user] Re: nodejs 6.2.1 fails to compile

2016-06-27 Thread James
  ccs.covici.com> writes:

 
> Hi.  I am having problems emerging nodejs 6.2.1

Ok, so you've looked and the real hint is 
compile with use flag (-doc) and see what happens.


hth,
James







[gentoo-user] Re: emerge of `screen' possible perl mismatch

2016-06-27 Thread James
Alan McKinnon  gmail.com> writes:


> > Did you run perl-updater after upgrading perl?

> perl-cleaner --all


Good catch It's Monday. I'm a little brexit_hungover
and not even a brit.


Time to go play some brexit_ball


cheers mate(s)!

James







Re: [gentoo-user] emerge of `screen' possible perl mismatch

2016-06-27 Thread waltdnes
On Mon, Jun 27, 2016 at 06:46:51AM -0400, Harry Putnam wrote

> Anyone know what needs to be done here?
> 
> Are there perl pkgs that need emerging first?

  Have you tried revdep-rebuild?

-- 
Walter Dnes 
I don't run "desktop environments"; I run useful applications



Re: [gentoo-user] Re: emerge of `screen' possible perl mismatch

2016-06-27 Thread Alan McKinnon
On 27/06/2016 15:11, James wrote:
> Harry Putnam  newsguy.com> writes:
> 
> 
>>   Running gentoo thru vbox as guest on a Solaris host (openindiana)
> 
>> 
>>   XSParagraph.c: loadable library and perl binaries are mismatched
>>   (got handshake key 0x7cc, needed 0x7c4)
>> 
> 
>> Anyone know what needs to be done here?
>> Are there perl pkgs that need emerging first?
> 
> Did you run perl-updater after upgrading perl?

re-emerge texinfo, it provides the XSParagraph libs.

You could also try

perl-cleaner --all

just in case there are other similar issues with other packages.
perl-cleaner might be able to find and repair those.


Basically, texinfo was installed then a new version of perl was
installed, and they do not match (that's what the handshake is for).

I suppose this sort of issue is best handled with dependencies in the
texinfo ebuild itself. Probably warrants a bug entry if re-emerging
texinfo fixes it


-- 
Alan McKinnon
alan.mckin...@gmail.com




[gentoo-user] Re: nodejs 6.2.1 fails to compile

2016-06-27 Thread James
  ccs.covici.com> writes:
 
> Hi.  I am having problems emerging nodejs 6.2.1 which happened on my
> last update of world.I get the following error output:

OK, so, I'm "no java whiz" so keep that in mind
I was just able to install it::
Installed versions:  6.2.1(09:59:02 AM 06/27/2016)(npm snapshot 
ssl -debug -doc -icu -test CPU_FLAGS_X86="sse2" PYTHON_TARGETS="python2_7")

So it's probably an issue on your system.

Security reading suggest that 6.3.0 is out, so I'd file a bug at bgo
to 'version bump' it anyway.


First, look at the ebuild as the install procedure is quite long
for an ebuild. So that means there are plenty of place where compiling
can go wrong. Looking at the ebuild flow of control and correlating the
issues in the elog file helps you to comprehend the steps and particularly
hone in on where the compile fail occurred.

Go to the build dir and look at the intermediate files for issues,
permission etc etc.


> [ -x ./node ] && ./node tools/doc/generate.js --node-version=v6.2.1
> --format=html --template=doc/template.html doc/api/modules.md >
> out/doc/api/modules.html || node tools/doc/generate.js
> --node-version=v6.2.1 --format=html --template=doc/t\emplate.html
> doc/api/modules.md > out/doc/api/modules.html
> Input file = doc/api/modules.md
> module.js:442
> throw err;
> ^
> 

Right below here the errors narrow in::

> Error: Cannot find module


Here they tell you want one of the problems is, below.


> Error: Cannot find module

> Any assistance would be appreciated.
> 

You can publish your java settings and I'll compare against mine
(I'm not really sure how to print the java-settings only...


Good Hunting!
hth,
James







[gentoo-user] Re: OT: The Quagmire (was: Me, and how to troll LIKE A BOSS.)

2016-06-27 Thread James
Bertram Scharpf  bertram-scharpf.de> writes:


> this is off-topic and it is not meant as a contribution to
> an escalation.

It's quite painful to watch anyone suffer.

> > I have not had a job in 4 years.

> This is no fun. I can tell you. And it is not neccessarily
> your own fault. Although Alans posts give rise to the
> suspicion that it is, it also may be the other way round.

It's a global problem/challenge to keep 7+ billion folks employed
and otherwise engaged in valid pursuits of life and happiness. No doubt
he is wrestling with a few demons.


> It's wrong to judge if you haven't experienced it. You won't
> judge if you have experienced it. I beware of criticising
> Alan and I know why I do so and why I will do so for the
> rest of my life. It's not a beam that is in Alan's eye.

As one with deep christian values, since early childhood, I am
a sucker for those in need. Yes, sometimes it is often total BS,
but most often, not. Sometimes it is easier to help this sort of
person, locally. But the 'reach out' to total strangers across the
net is often valid. Too hard to tell. Often that caustic tone
is a reflection of deep pain, just like a wounded animal down to
their last instinct to 'lash out'.  Then there is Nietzsche and that
school of thought.

You'd hope that someone local to him is helping him sort through these
issues.  Maybe volunteer work (at his keyboard) to help others
would be some good therapy..

No matter how you slice it, it's painful to read.


hth,
James






[gentoo-user] Re: emerge of `screen' possible perl mismatch

2016-06-27 Thread James
Harry Putnam  newsguy.com> writes:


>   Running gentoo thru vbox as guest on a Solaris host (openindiana)

> 
>   XSParagraph.c: loadable library and perl binaries are mismatched
>   (got handshake key 0x7cc, needed 0x7c4)
> 

> Anyone know what needs to be done here?
> Are there perl pkgs that need emerging first?

Did you run perl-updater after upgrading perl?


equery which -e app-misc/screen
will show you the latest ebuild; it's mostly shell.

'elogv' is very useful as an add to drill down into
elog files, with a wee bit of auto-intelligence.

man elogv

hth,
James






[gentoo-user] emerge of `screen' possible perl mismatch

2016-06-27 Thread Harry Putnam
Setup:
  Running gentoo thru vbox as guest on a Solaris host (openindiana)

While executing `emerge -vuD world', when the `screen' package rolled
around I get this `tail' of the compile process:

  CPP="i686-pc-linux-gnu-gcc -E -DMAXWIN=100 -DNONETHACK 
-DETCSCREENRC='"/etc/screenrc"' 
-DSCREENENCODINGS='"/usr/share/screen/utf8encodings"'" srcdir=. sh ./osdef.sh
  make -j1 -C doc screen.info 
  make: Entering directory 
'/var/tmp/portage/app-misc/screen-4.4.0/work/screen-4.4.0/doc'
  makeinfo ./screen.texinfo -o screen.info


  XSParagraph.c: loadable library and perl binaries are mismatched
  (got handshake key 0x7cc, needed 0x7c4)


  Makefile:30: recipe for target 'screen.info' failed
  make: *** [screen.info] Error 1
  make: Leaving directory 
'/var/tmp/portage/app-misc/screen-4.4.0/work/screen-4.4.0/doc'
   * ERROR: app-misc/screen-4.4.0::gentoo failed (compile phase):
   *   emake failed
   * 

(Note the part marked off with asterisks)

`eix' shows what is installed and most recent versions as of
todays sync (06/25/2016) `eix-sync'

 root # eix ^perl$
   [I] dev-lang/perl

  Available versions: 5.20.2(0/5.20) (~)5.20.2-r1(0/5.20)
  (~)5.22.0(0/5.22) (~)5.22.1(0/5.22) (~)5.22.2(0/5.22)
  (~)5.24.0(0/5.24) (~)5.24.0-r1(0/5.24) {berkdb debug doc gdbm
  ithreads}

  Installed versions:  5.24.0-r1(19:06:58 06/25/16)(berkdb gdbm -debug -doc 
-ithreads)
   Homepage:http://www.perl.org/
   Description: Larry Wall's Practical Extraction and Report 
Language


Anyone know what needs to be done here?

Are there perl pkgs that need emerging first?





Re: [gentoo-user] Re: ACPI event unhandled

2016-06-27 Thread Helmut Jarausch

Many thanks, James, I'll have a look at it.
Helmut


On 06/26/2016 10:22:43 PM, James wrote:

Helmut Jarausch  skynet.be> writes:


> I'm trying to make the special function keys for volume control  
working

> on an old ASUS K53U laptop working.
> xbindkeys does show the event name if I press such a special  
function

> key. I have modified /etc/acpi/default.sh
> to add these button events.

I've never used this...

> But I always get  ACPI event unhandled PNP0C14:00 00ff 
> I've check that the case  button)  in /etc/acpi/default.sh is not
> entered. It falls through to the last log_unhandled.
> Does anybody have an idea what I'm missing?

But I did have this link.

http://www.nongnu.org/xbindkeys/xbindkeys.html


hth,
James









[gentoo-user] nodejs 6.2.1 fails to compile

2016-06-27 Thread covici
Hi.  I am having problems emerging nodejs 6.2.1 which happened on my
last update of world.I get the following error output:

[ -x ./node ] && ./node tools/doc/generate.js --node-version=v6.2.1
--format=html --template=doc/template.html doc/api/modules.md >
out/doc/api/modules.html || node tools/doc/generate.js
--node-version=v6.2.1 --format=html --template=doc/t\emplate.html
doc/api/modules.md > out/doc/api/modules.html
Input file = doc/api/modules.md
module.js:442
throw err;
^

Error: Cannot find module
'/var/tmp/portage/net-libs/nodejs-6.2.1/work/node-v6.2.1/tools/eslint/node_modules/js-yaml'
at Function.Module._resolveFilename (module.js:440:15)
at Function.Module._load (module.js:388:25)
   at Module.require (module.js:468:17)
  at require (internal/module.js:20:19)
 at Object.

(/var/tmp/portage/net-libs/nodejs-6.2.1/work/node-v6.2.1/tools/doc/node_modules/js-yaml/index.js:15:18)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js
   (module.js:550:10)
   at Module.load (module.js:458:32)
  at tryModuleLoad 
(module.js:417:12)
 at 
Function.Module._load

(module.js:409:3)
Input file = 
doc/api/modules.md
module.js:341
throw err;
^

Error: Cannot find module
'/var/tmp/portage/net-libs/nodejs-6.2.1/work/node-v6.2.1/tools/eslint/node_modules/js-yaml'
at Function.Module._resolveFilename (module.js:339:15)
at Function.Module._load (module.js:290:25)
   at Module.require (module.js:367:17)
  at require (internal/module.js:16:19)
 at Object.

(/var/tmp/portage/net-libs/nodejs-6.2.1/work/node-v6.2.1/tools/doc/node_modules/js-yaml/index.js:15:18)
at Module._compile (module.js:413:34)
at Object.Module._extensions..js
   (module.js:422:10)
   at Module.load (module.js:357:32)
  at Function.Module._load
 (module.js:314:12)
 at Module.require

(module.js:367:17)
make: *** 
[Makefile:290:

out/doc/api/modules.html] Error
1
 * ERROR:
 
net-libs/nodejs-6.2.1::gentoo
 failed 
(compile phase):

I looked on bgo and did a google search, but I don't see anything
relevant.

Any assistance would be appreciated.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com



[gentoo-user] OT: The Quagmire (was: Me, and how to troll LIKE A BOSS.)

2016-06-27 Thread Bertram Scharpf
Hi,

this is off-topic and it is not meant as a contribution to
an escalation.

On Saturday, 25. Jun 2016, 10:31:22 -0400, Alan Grimes wrote:
> Hello, Let me introduce myself again.
> 
> I'm 38.
> 
> I have no job,
> 
> I have not had a job in 4 years.
> 
> I can't get a job because I have not had job in 4 years.
> 
> Literally, nobody will hire me.
> 
> My computer is six years old. All I want it to do is just keep working
> the way it did last week.
> 
> My health has been declining because I can't afford to take care of myself.
> 
> I have no social life either.
> 
> I would like to do more with my computer but it is a constant battle of
> treading water.

This is no fun. I can tell you. And it is not neccessarily
your own fault. Although Alans posts give rise to the
suspicion that it is, it also may be the other way round.

Once when you're stuck to it, you can be as smart as you
want, you have harldy any chance to escape it or at least to
stop it progressing. The only good thing is that you're so
busy with yourself that you have no time to notice how deep
you're into it already. Believe me, it's anything but fair.
And it's not possible to explain it to anybody who hasn't
experienced it himself.

It's wrong to judge if you haven't experienced it. You won't
judge if you have experienced it. I beware of criticising
Alan and I know why I do so and why I will do so for the
rest of my life. It's not a beam that is in Alan's eye.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de