Re: [gentoo-user] Re: CDEPEND

2016-04-25 Thread Sam Jorna
On Tue, Apr 26, 2016 at 02:41:23AM +, James wrote:
> Do you have a definition of exactly what a CDEPEND is?

CDEPEND is a commonly used name for COMMON_DEPEND - dependencies shared between
DEPEND and RDEPEND (and, potentially, PDEPEND). In cases where you have a fair
number of shared dependencies, and one or two in only DEPEND or RDEPEND, you
could enter the common ones in a variable (commonly CDEPEND) and add that to
your {,R}DEPEND definition.

Use of CDEPEND is common, but not policy. You can find other examples of it's
usage with `qgrep -H CDEPEND` (qgrep is provided by app-portage/portage-utils).

> Those (2) aforemention docs do not show CDEPEND in the local search, as 
> they (occurences of "CDEPEND") are found in non-text parts of the documents.
> 
> 
> Is there way to globally search doc indexs like: [3] ?
> 
> [3] https://devmanual.gentoo.org/eclass-reference/index.html

You could always use a Google search of "CDEPEND site:devmanual.gentoo.org" (or
similar), but otherwise there isn't that I'm aware of.

There is, however, a definition of CDEPEND in the Java Developer Guide[0] on the
wiki (as found with Googling "CDEPEND site:wiki.gentoo.org"). Note that the wiki
*does* have native built-in searching, though).

[0] https://wiki.gentoo.org/wiki/Java_Developer_Guide#JDK.2FJRE

-- 
Sam Jorna (wraeth)
GnuPG Key: D6180C26


signature.asc
Description: Digital signature


[gentoo-user] Re: CDEPEND

2016-04-25 Thread James
James  tampabay.rr.com> writes:


> > > A circular! yippie. 
> > It's intentional. In jflex-1.6.1.ebuild, you'll find...

> >   PDEPEND=">=dev-java/javacup-0.11b_p20151001:0"

and I see CDEPEND::

 CDEPEND="dev-java/ant-core:0"

Compile-Depend? If so, what's the difference in DEPEND and CDEPEND?

Googling only produced examples with CDEPND, no clear definition::

[1] https://wiki.gentoo.org/wiki/Java_Developer_Guide
[2] https://devmanual.gentoo.org/eclass-reference/autotools-utils.eclass/

Do you have a definition of exactly what a CDEPEND is?

Those (2) aforemention docs do not show CDEPEND in the local search, as 
they (occurences of "CDEPEND") are found in non-text parts of the documents.


Is there way to globally search doc indexs like: [3] ?

[3] https://devmanual.gentoo.org/eclass-reference/index.html


tia,
James





[gentoo-user] Re: new packages has no dependencies

2016-04-25 Thread James
Michael Orlitzky  gentoo.org> writes:


> > A circular! yippie. So how do I post this bug? Can somebody confirm it?
> > just weird.

> It's intentional. In jflex-1.6.1.ebuild, you'll find...

>   PDEPEND=">=dev-java/javacup-0.11b_p20151001:0"

AH. OK. Interesting postulate.

> That's a "post-merge" dependency, and they exist to get around
> otherwise-circular dependencies:

>   https://devmanual.gentoo.org/general-concepts/dependencies/

Huh. OK. Never looked at this closely before. It strangely makes sense
but, I'm going to have to marinate on this..


> Why those two particular packages have circular deps, I can't say.

Beats me too. That why I'm going to marinate on this. Perhaps if somebody
was to shed a bit more light on the circular need, it might ease the
effort of understanding.

Thanks for the the insight.

James






Re: [gentoo-user] Open-Channel SSD target support option

2016-04-25 Thread Adam Carter
On Mon, Apr 25, 2016 at 8:21 PM, Jacques Montier  wrote:

> Hello all,
>
> In the new stable kernel configuration (4.4.6-gentoo-sources) there is the
> option :
>
> *Open-Channel SSD target support (NVM) [N/y/?] (NEW) ?*
>
> *CONFIG_NVM:*
>

Unless you have a NVMe motherboard and disk (which are quite new and you
would likely know about it), leave it off as it wont/cant be used.

Most SSDs are AHCI, so make sure the kernel is configured for that and
controller is using that in the MB settings, otherwise you will be use an
older, slower interface.


Re: [gentoo-user] Re: Webcamviewer (or such) ?

2016-04-25 Thread Mick
On Monday 25 Apr 2016 16:24:55 Grant Edwards wrote:
 
> If it's flash, I don't know what you do other than curse at Adobe and
> the web page developer...

Before you curse give rtmpdump a spin, because it may be able to capture the 
stream and save, or pipe to vlc/mpv with rtmpsrv, or rtmpsuck.

-- 
Regards,
Mick

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


Re: [gentoo-user] new packages has no dependencies

2016-04-25 Thread Michael Orlitzky
On 04/25/2016 04:50 PM, James wrote:
> 
> A circular! yippie. So how do I post this bug? Can somebody confirm it?
> just weird.
> 

It's intentional. In jflex-1.6.1.ebuild, you'll find...

  PDEPEND=">=dev-java/javacup-0.11b_p20151001:0"

That's a "post-merge" dependency, and they exist to get around
otherwise-circular dependencies:

  https://devmanual.gentoo.org/general-concepts/dependencies/

Why those two particular packages have circular deps, I can't say.




[gentoo-user] new packages has no dependencies

2016-04-25 Thread James
Hello,

After a sync, One of the new packages called for install was
dev-java/jflex

equery depends came back empty
and it's not in the world file.

strangely, why is my system asking for this package to be installed?

It is related to maven-bin but that's not showing up on the dep. tree.
I do have dev-java/maven-bin installed.

jflex does not show up in maven-bin-3.3.3-r1.ebuild

I guess I need enlightenment? a bug?


So now I installed it anyway, and guess what, a dependency now shows up::
dev-java/javacup

and 'equery depends javacup'  yeilds::
dev-java/jflex-1.6.1

A circular! yippie. So how do I post this bug? Can somebody confirm it?
just weird.

James




Re: [gentoo-user] Webcamviewer (or such) ?

2016-04-25 Thread Neil Bothwick
On Mon, 25 Apr 2016 18:06:57 +0200, Alan McKinnon wrote:

> > I am looking for something, which displays one port/one stream of
> > such an URL in a window sized according to the physical resolution
> > of the stream, so I can pin it in one corne of my display without
> > interfering with the rest and without killing my RAM.

> vlc and mplayer can usually be persuaded to play almost anything using
> every imaginable URI out there. Very adaptable softwares :-)

Indeed. I use cvlc, which displays just the stream in a window without
all the clutter of menu and navigation controls, to display feeds from
security cameras like this. You can also pass it more than one URL and
use the N and P keys to move between the streams.


-- 
Neil Bothwick

The trouble with doing something right the first time is that nobody
appreciates how difficult it was.


pgp3O9SStstrH.pgp
Description: OpenPGP digital signature


[gentoo-user] Failed to emerge dev-qt/qtwebkit-5.6.0

2016-04-25 Thread Dale
Howdy,

Doing some updates and ran into this.  Anyone else having this problem? 
I can post more info if needed but thought this would get it off to a
start. 



/var/tmp/portage/dev-qt/qtwebkit-5.6.0/work/qtwebkit-opensource-src-5.6.0/Source/JavaScriptCore//.obj/API/JSValueRef.o:
In function `JSValueToNumber':
JSValueRef.cpp:(.text+0x3fe2): undefined reference to `pthread_getspecific'
JSValueRef.cpp:(.text+0x411b): undefined reference to `pthread_getspecific'
JSValueRef.cpp:(.text+0x425c): undefined reference to `pthread_setspecific'
JSValueRef.cpp:(.text+0x4288): undefined reference to `pthread_key_create'
JSValueRef.cpp:(.text+0x42c0): undefined reference to `pthread_key_create'
JSValueRef.cpp:(.text+0x4305): undefined reference to `pthread_setspecific'
/var/tmp/portage/dev-qt/qtwebkit-5.6.0/work/qtwebkit-opensource-src-5.6.0/Source/JavaScriptCore//.obj/API/JSValueRef.o:
In function `JSValueToObject':
JSValueRef.cpp:(.text+0x43c1): undefined reference to `pthread_getspecific'
JSValueRef.cpp:(.text+0x44e1): undefined reference to `pthread_getspecific'
JSValueRef.cpp:(.text+0x4604): undefined reference to `pthread_setspecific'
JSValueRef.cpp:(.text+0x4644): undefined reference to `pthread_setspecific'
JSValueRef.cpp:(.text+0x4678): undefined reference to `pthread_key_create'
JSValueRef.cpp:(.text+0x46b0): undefined reference to `pthread_key_create'
/var/tmp/portage/dev-qt/qtwebkit-5.6.0/work/qtwebkit-opensource-src-5.6.0/Source/JavaScriptCore//.obj/API/JSValueRef.o:
In function `JSValueProtect':
JSValueRef.cpp:(.text+0x475d): undefined reference to `pthread_getspecific'
JSValueRef.cpp:(.text+0x47f0): undefined reference to `pthread_getspecific'
JSValueRef.cpp:(.text+0x4908): undefined reference to `pthread_key_create'
JSValueRef.cpp:(.text+0x494e): undefined reference to `pthread_setspecific'
JSValueRef.cpp:(.text+0x4978): undefined reference to `pthread_key_create'
JSValueRef.cpp:(.text+0x49b4): undefined reference to `pthread_setspecific'
/var/tmp/portage/dev-qt/qtwebkit-5.6.0/work/qtwebkit-opensource-src-5.6.0/Source/JavaScriptCore//.obj/API/JSValueRef.o:
In function `JSValueUnprotect':
JSValueRef.cpp:(.text+0x4a74): undefined reference to `pthread_getspecific'
JSValueRef.cpp:(.text+0x4b16): undefined reference to `pthread_getspecific'
JSValueRef.cpp:(.text+0x4c14): undefined reference to `pthread_setspecific'
JSValueRef.cpp:(.text+0x4c40): undefined reference to `pthread_key_create'
JSValueRef.cpp:(.text+0x4c5f): undefined reference to `pthread_getspecific'
JSValueRef.cpp:(.text+0x4ca6): undefined reference to `pthread_setspecific'
JSValueRef.cpp:(.text+0x4cd0): undefined reference to `pthread_key_create'
/var/tmp/portage/dev-qt/qtwebkit-5.6.0/work/qtwebkit-opensource-src-5.6.0/Source/JavaScriptCore//.obj/API/JSValueRef.o:
In function `JSValueCreateJSONString':
JSValueRef.cpp:(.text+0x4d86): undefined reference to `pthread_getspecific'
JSValueRef.cpp:(.text+0x4ebe): undefined reference to `pthread_getspecific'
JSValueRef.cpp:(.text+0x5000): undefined reference to `pthread_key_create'
JSValueRef.cpp:(.text+0x504d): undefined reference to `pthread_setspecific'
JSValueRef.cpp:(.text+0x5080): undefined reference to `pthread_key_create'
JSValueRef.cpp:(.text+0x50c4): undefined reference to `pthread_setspecific'
/var/tmp/portage/dev-qt/qtwebkit-5.6.0/work/qtwebkit-opensource-src-5.6.0/Source/JavaScriptCore//.obj/API/JSValueRef.o:
In function `JSValueToStringCopy':
JSValueRef.cpp:(.text+0x5183): undefined reference to `pthread_getspecific'
JSValueRef.cpp:(.text+0x52a0): undefined reference to `pthread_getspecific'
JSValueRef.cpp:(.text+0x5410): undefined reference to `pthread_key_create'
JSValueRef.cpp:(.text+0x545c): undefined reference to `pthread_setspecific'
JSValueRef.cpp:(.text+0x5490): undefined reference to `pthread_key_create'
JSValueRef.cpp:(.text+0x54d5): undefined reference to `pthread_setspecific'
/var/tmp/portage/dev-qt/qtwebkit-5.6.0/work/qtwebkit-opensource-src-5.6.0/Source/JavaScriptCore//.obj/heap/HeapTimer.o:
In function `JSC::HeapTimer::timerEvent(QTimerEvent*)':
HeapTimer.cpp:(.text+0xf9): undefined reference to `pthread_getspecific'
HeapTimer.cpp:(.text+0x18c): undefined reference to `pthread_getspecific'
HeapTimer.cpp:(.text+0x215): undefined reference to `pthread_setspecific'
HeapTimer.cpp:(.text+0x23e): undefined reference to `pthread_key_create'
HeapTimer.cpp:(.text+0x285): undefined reference to `pthread_setspecific'
HeapTimer.cpp:(.text+0x2ae): undefined reference to `pthread_key_create'
/var/tmp/portage/dev-qt/qtwebkit-5.6.0/work/qtwebkit-opensource-src-5.6.0/Source/JavaScriptCore//.obj/runtime/Completion.o:
In function `JSC::checkSyntax(JSC::ExecState*, JSC::SourceCode const&,
JSC::JSValue*)':
Completion.cpp:(.text+0x5c): undefined reference to `pthread_getspecific'
Completion.cpp:(.text+0x140): undefined reference to `pthread_key_create'
Completion.cpp:(.text+0x154): undefined reference to `pthread_getspecific'
Completion.cpp:(.text+0x18d): undefined reference to 

Re: [gentoo-user] Webcamviewer (or such) ?

2016-04-25 Thread Meino . Cramer
Alan McKinnon  [16-04-25 18:16]:
> On 25/04/2016 17:43, meino.cra...@gmx.de wrote:
> > Hi,
> > 
> > For watching different wildlife webcams of the internet for a longer
> > period of time I am looking for something, which I tend to call
> > "webcam viewer"...(Warning! Not-native-english-speaker ahead! ;)
> > 
> > Normally one opens up firefox (or any other browser), enter the
> > URL and get the interface of the webcam displayed...sometimer with
> > more than one port to watch. The resolution of these streams are
> > low most of the time...nonetheless I need a completey firefox and
> > its memory footprint is not that of a child.
> > Rendering a complex scene with blender in parallel let my PC with
> > 8GB start swapping from time to time.
> > 
> > I am looking for something, which displays one port/one stream of
> > such an URL in a window sized according to the physical resolution
> > of the stream, so I can pin it in one corne of my display without
> > interfering with the rest and without killing my RAM.
> > 
> > Or is this complete idea nonsense ? ;)
> > 
> > What is the recommended application for such a task?
> > 
> > Thank yo very much in advance for any help!
> > 
> > Best regards,
> > Meino
> > 
> > 
> > 
> 
> vlc and mplayer can usually be persuaded to play almost anything using
> every imaginable URI out there. Very adaptable softwares :-)
> 
> Plus the added benefit of not having all that browser resource and
> screenspace overhead
> 
> 
> -- 
> Alan McKinnon
> alan.mckin...@gmail.com
> 
> 

Hi Alan,

I feared that...I had a somehow screwed up idea of something and
due to that it looks like highly complex too meand the solution
are programs I use to use nearly every day!
Thanks for the slight slap onto the back of my head ;) :))

Best regards,
Meino





[gentoo-user] Re: Webcamviewer (or such) ?

2016-04-25 Thread Grant Edwards
On 2016-04-25, Alan McKinnon  wrote:
> On 25/04/2016 17:43, meino.cra...@gmx.de wrote:
>
> vlc and mplayer can usually be persuaded to play almost anything using
> every imaginable URI out there. Very adaptable softwares :-)

Yep. If you can't do it with either vlc or mplayer, then it's likely
going to require some actual writing of code to impliment somebody's
halfwitted home-made streaming protocol.

When you get to the web page and get it playing, look at the page
source for hints as to the actual streaming protocol and URL for the
stream.  If you're lucky, somewhere amongs the HTML, there's a URL
that you can hand to vlc or mplayer, and it will "just work".

If that doesn't work, you can use wireshark to try to spot the
streaming connection getting started up when you click "play".

If it's flash, I don't know what you do other than curse at Adobe and
the web page developer...

-- 
Grant Edwards   grant.b.edwardsYow! I'd like some JUNK
  at   FOOD ... and then I want to
  gmail.combe ALONE --




Re: [gentoo-user] Webcamviewer (or such) ?

2016-04-25 Thread Alan McKinnon
On 25/04/2016 17:43, meino.cra...@gmx.de wrote:
> Hi,
> 
> For watching different wildlife webcams of the internet for a longer
> period of time I am looking for something, which I tend to call
> "webcam viewer"...(Warning! Not-native-english-speaker ahead! ;)
> 
> Normally one opens up firefox (or any other browser), enter the
> URL and get the interface of the webcam displayed...sometimer with
> more than one port to watch. The resolution of these streams are
> low most of the time...nonetheless I need a completey firefox and
> its memory footprint is not that of a child.
> Rendering a complex scene with blender in parallel let my PC with
> 8GB start swapping from time to time.
> 
> I am looking for something, which displays one port/one stream of
> such an URL in a window sized according to the physical resolution
> of the stream, so I can pin it in one corne of my display without
> interfering with the rest and without killing my RAM.
> 
> Or is this complete idea nonsense ? ;)
> 
> What is the recommended application for such a task?
> 
> Thank yo very much in advance for any help!
> 
> Best regards,
> Meino
> 
> 
> 

vlc and mplayer can usually be persuaded to play almost anything using
every imaginable URI out there. Very adaptable softwares :-)

Plus the added benefit of not having all that browser resource and
screenspace overhead


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




[gentoo-user] Webcamviewer (or such) ?

2016-04-25 Thread Meino . Cramer
Hi,

For watching different wildlife webcams of the internet for a longer
period of time I am looking for something, which I tend to call
"webcam viewer"...(Warning! Not-native-english-speaker ahead! ;)

Normally one opens up firefox (or any other browser), enter the
URL and get the interface of the webcam displayed...sometimer with
more than one port to watch. The resolution of these streams are
low most of the time...nonetheless I need a completey firefox and
its memory footprint is not that of a child.
Rendering a complex scene with blender in parallel let my PC with
8GB start swapping from time to time.

I am looking for something, which displays one port/one stream of
such an URL in a window sized according to the physical resolution
of the stream, so I can pin it in one corne of my display without
interfering with the rest and without killing my RAM.

Or is this complete idea nonsense ? ;)

What is the recommended application for such a task?

Thank yo very much in advance for any help!

Best regards,
Meino





[gentoo-user] Open-Channel SSD target support option

2016-04-25 Thread Jacques Montier
Hello all,

In the new stable kernel configuration (4.4.6-gentoo-sources) there is the
option :

*Open-Channel SSD target support (NVM) [N/y/?] (NEW) ?*

*CONFIG_NVM:*

*Say Y here to get to enable Open-channel SSDs.*

*Open-Channel SSDs implement a set of extension to SSDs, that*
*exposes direct access to the underlying non-volatile memory.*

*If you say N, all options in this submenu will be skipped and disabled*
*only do this if you know what you are doing.*

*Symbol: NVM [=n]*
*Type  : boolean*
*Prompt: Open-Channel SSD target support*
*  Location:*
*-> Device Drivers*
*  Defined at drivers/lightnvm/Kconfig:5*
*  Depends on: BLOCK [=y]*


Gentoo is installed on a 256 Mo Crucial SSD and  i see the line "*only do
this if you know what you are doing"...*
So is it safe to select this option or not ?

Thank you in advance for your response,

Regards,


*--*
*Jacques*