[gentoo-user] grub 0.97-r18 fails sanity check, stage2 larger than 1MB

2022-01-21 Thread Skippy

I think emerge wants to rebuild grub because of a changed USE flag.

[ebuild   R] sys-boot/grub-0.97-r18::Skippy  USE="ncurses 
-custom-cflags -netboot -static" KERNEL="(-linux%*)" 0 KiB


When doing so it fails.

 * Sanity check failed: stage2 
(/var/tmp/portage/sys-boot/grub-0.97-r18/work/grub-0.97/stage2/stage2) 
is larger than 1MB (268959736 bytes)!
 * Please check your CFLAGS and/or file a bug report at 
https://bugs.gentoo.org.

 * ERROR: sys-boot/grub-0.97-r18::Skippy failed (install phase):
 *   stage2 sanity check failed

I've done some googling about and found nothing that helps me out.

Here is the full emerge output:

https://pastebin.com/XAjAiQFp

Suggestions please and thank you!
Skippy



Re: [gentoo-user] youtube-dl has been very slow

2021-11-22 Thread Skippy




On 11/15/21 12:02, Ionen Wolkens wrote:

On Mon, Nov 15, 2021 at 11:42:28AM -0700, Skippy wrote:

On 11/15/21 09:14, tastytea wrote:

snip



When in gPodder i enable use of Youtube-dl I get the message

Extension cannot be activated.
Python module not found: youtube_dl


That looks like it does not use the program, but the python module
directly. You could try if symlinking
/usr/lib/python3.9/site-packages/yt_dlp to
/usr/lib/python3.9/site-packages/youtube_dl helps. Replace python3.9
with your version of course.
If that works, please file a bug on bugs.gentoo.org.


Anyone know how to make gPodder use yt-dlp?

Do I simply need a link that sends youtube_dl to yt-dlp?


yt-dlp already installs a wrapper script in /usr/bin/youtube-dl.

Kind regards, tastytea



I created the symlink as you instructed and it appears to be working.
When I enable use of youtube-dl in gPodder I get no error messages.  I
just added a youtube feed and am downloading some videos.

Thanks for the assistance.



Hm, slightly surprised it works. I've had a poorer experience with
symlinking the python module (not fully compatible). I considered
having the ebuild do it but ultimately skipped that.

However, if you say it works I think I'll have a 2nd look a bit later.
It's fairly harmless to add either way.

(I picked up maintaining yt-dlp in ::gentoo recently)


In regards to filing a bug - I'm unclear exactly what the bug is.  Is
the bug the fact that gPodder will not use yt-dlp in place of youtube-dl
without your work-around?



gpodder's upstream already has a bug report to use yt-dlp

Mentioned bugs.gentoo.org, so imagine the idea was that gentoo's ebuild
could add the symlink. I got the message anyhow so can skip the bug.



Update on what's happening with this - now it's not behaving nicely. 
I'm not sure what has changed.



With use Youtube-dl enabled updating the feeds is very slow.

I get this error message under each non-YouTube feed in the main window:

ERROR: 'str' object has no attriubte 'suitable'

And I get this for each feed in my log file:

2021-11-22 07:58:58,085 [gpodder.gtkui.main] ERROR: Error: 'str' object 
has no attribute 'suitable'

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/gpodder/gtkui/main.py", line 
2671, in update_feed_cache_proc

channel.update(max_episodes=self.config.max_episodes_per_feed)
  File "/usr/lib/python3.9/site-packages/gpodder/model.py", line 1166, 
in update

self._consume_updated_feed(result.feed, max_episodes)
  File "/usr/lib/python3.9/site-packages/gpodder/model.py", line 1076, 
in _consume_updated_feed

new_episodes, seen_guids = feed.get_new_episodes(self, existing_guids)
  File "/usr/lib/python3.9/site-packages/gpodder/model.py", line 155, 
in get_new_episodes

episode = channel.EpisodeClass.from_podcastparser_entry(entry, channel)
  File "/usr/lib/python3.9/site-packages/gpodder/model.py", line 298, 
in from_podcastparser_entry
link_has_media = registry.custom_downloader.resolve(None, None, 
episode) is not None
  File "/usr/lib/python3.9/site-packages/gpodder/registry.py", line 31, 
in resolve

result = resolver(item, *args)
  File "/usr/share/gpodder/extensions/youtube-dl.py", line 443, in 
custom_downloader

if self.is_supported_url(episode.url):
  File "/usr/share/gpodder/extensions/youtube-dl.py", line 432, in 
is_supported_url

if ie.suitable(url) and ie.ie_key() not in self.ie_blacklist:
AttributeError: 'str' object has no attribute 'suitable'
2021-11-22 07:59:40,788 [urllib3.connectionpool] WARNING: Retrying 
(Retry(total=2, connect=None, read=None, redirect=None, status=None)) 
after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in 
violation of protocol (_ssl.c:1145)'))': /rss2.xml



All non YouTube files fail to download.  For each file I get the error:
ERROR: 'str' object has no attriubte 'suitable'

When I disable using Youtube-dl the non-YouTube files download without 
problem.


The work around is simply to turn off 'use Youtube-dl' to download podcasts.

I just wanted to get this information out to you.



Re: [gentoo-user] youtube-dl has been very slow

2021-11-17 Thread Skippy



I've been short on time, but just wanted to jump in and say that it 
still seems to be working fine. If anything blows up I'll post on this 
thread.


Thanks again to everyone for the assistance.




Re: [gentoo-user] youtube-dl has been very slow

2021-11-15 Thread Skippy

On 11/15/21 09:14, tastytea wrote:

snip



When in gPodder i enable use of Youtube-dl I get the message

Extension cannot be activated.
Python module not found: youtube_dl


That looks like it does not use the program, but the python module
directly. You could try if symlinking
/usr/lib/python3.9/site-packages/yt_dlp to
/usr/lib/python3.9/site-packages/youtube_dl helps. Replace python3.9
with your version of course.
If that works, please file a bug on bugs.gentoo.org.


Anyone know how to make gPodder use yt-dlp?

Do I simply need a link that sends youtube_dl to yt-dlp?


yt-dlp already installs a wrapper script in /usr/bin/youtube-dl.

Kind regards, tastytea



I created the symlink as you instructed and it appears to be working. 
When I enable use of youtube-dl in gPodder I get no error messages.  I 
just added a youtube feed and am downloading some videos.


Thanks for the assistance.

In regards to filing a bug - I'm unclear exactly what the bug is.  Is 
the bug the fact that gPodder will not use yt-dlp in place of youtube-dl 
without your work-around?






Re: [gentoo-user] youtube-dl has been very slow

2021-11-15 Thread Skippy





On 11/6/21 14:51, tastytea wrote:
snip



The fork everyone is using now is yt-dlp (net-misc/yt-dlp). It
downloads with normal speeds. The newest version of the ebuild installs
a compatibility-wrapper so programs calling youtube-dl will
automatically use yt-dlp instead.

Kind regards, tastytea



I didn't know abouot yt-dlp either. Thanks for the info.  I installed it 
but it will not work with gPodder.


When in gPodder i enable use of Youtube-dl I get the message

Extension cannot be activated.
Python module not found: youtube_dl

Anyone know how to make gPodder use yt-dlp?

Do I simply need a link that sends youtube_dl to yt-dlp?

Thank you.



[gentoo-user] MEGA sync problems

2021-10-08 Thread Skippy
]
--
MEGAprivate ERROR DUMP
Application: MEGAsync [64 bit]
Hash: ad54b550286c9ba129514473453e2909
Version code: 4400.0
Module name: megasync
Timestamp: 1633353881560
Operating system: Linux
System version:  gentoo 2.8/#1 SMP PREEMPT Fri Aug 14 14:04:49 MDT 2020
System release:  5.7.15-gentoo
System arch: x86_64
Error info:
Segmentation fault (11) at address 0
Stacktrace:
/usr/lib64/libcryptopp.so.8(_ZN8CryptoPP8CCM_Base6ResyncEPKhm+0x4a) 
[0x7f9f9551cfba]
/usr/lib64/libcryptopp.so.8(_ZN8CryptoPP8CCM_Base6ResyncEPKhm+0x4a) 
[0x7f9f9551cfba]
/usr/lib64/libcryptopp.so.8(_ZN8CryptoPP32AuthenticatedSymmetricCipherBase6SetKeyEPKhmRKNS_14NameValuePairsE+0x2e) 
[0x7f9f955087ce]
/usr/lib64/libcryptopp.so.8(_ZN8CryptoPP21SimpleKeyingInterface12SetKeyWithIVEPKhmS2_m+0x116) 
[0x7f9f954e8086]

megasync(+0x26e68c) [0x55f1088aa68c]
megasync(+0x2055db) [0x55f1088415db]
megasync(+0x34242f) [0x55f10897e42f]
megasync(+0x349220) [0x55f108985220]
megasync(+0x34932d) [0x55f10898532d]
/usr/lib64/libQt5Core.so.5(+0xc7e67) [0x7f9f93bb3e67]
/lib64/libpthread.so.0(+0x7cde) [0x7f9f93ad3cde]
/lib64/libc.so.6(clone+0x3f) [0x7f9f9369c7ef]
--
MEGAprivate ERROR DUMP
Application: MEGAsync [64 bit]
Hash: 1ce94ba17475538e3f2cd4b8e078f8f0
Version code: 4400.0
Module name: megasync
Timestamp: 1633353055680
Operating system: Linux
System version:  gentoo 2.8/#1 SMP PREEMPT Fri Aug 14 14:04:49 MDT 2020
System release:  5.7.15-gentoo
System arch: x86_64
Error info:
Segmentation fault (11) at address 0
Stacktrace:
/usr/lib64/libcryptopp.so.8(_ZN8CryptoPP8CCM_Base6ResyncEPKhm+0x4a) 
[0x7f42cbf17fba]
/usr/lib64/libcryptopp.so.8(_ZN8CryptoPP8CCM_Base6ResyncEPKhm+0x4a) 
[0x7f42cbf17fba]
/usr/lib64/libcryptopp.so.8(_ZN8CryptoPP32AuthenticatedSymmetricCipherBase6SetKeyEPKhmRKNS_14NameValuePairsE+0x2e) 
[0x7f42cbf037ce]
/usr/lib64/libcryptopp.so.8(_ZN8CryptoPP21SimpleKeyingInterface12SetKeyWithIVEPKhmS2_m+0x116) 
[0x7f42cbee3086]

megasync(+0x26e68c) [0x5606ef65668c]
megasync(+0x2055db) [0x5606ef5ed5db]
megasync(+0x34242f) [0x5606ef72a42f]
megasync(+0x349220) [0x5606ef731220]
megasync(+0x34932d) [0x5606ef73132d]
/usr/lib64/libQt5Core.so.5(+0xc7e67) [0x7f42ca5aee67]
/lib64/libpthread.so.0(+0x7cde) [0x7f42ca4cecde]
/lib64/libc.so.6(clone+0x3f) [0x7f42ca0977ef]
--

There are newer versions available so I figured this was a good 
indicator I should just update Megasync.


Well the universe hates me and every version of Megasync newer than 
4.4.0 fails.  In fact if I attempt to re-emerge my existing 4.4.0 that 
fails as well.


Here is the full emerge log for version 4.5.3.

https://zerobin.net/?e8b7f31b1ce11c23#4wTnxsnZ+v31rS8PLplBxM+//23zC5b0rMXSATuoYDQ=

I've been informed that 4.5.3 is failing because it needs <=ffmpeg-3.4.

That brings me to how to install such a version of ffmpeg. My limited 
understanding of slots tells me this should be possible, but I've yet to 
find anything explaining how to install the older ffmpeg without 
disturbing the newer version.


Any help with this would be greatly appreciate.  Much thanks.

Skippy



--

 root # emerge --info '=net-misc/megasync-4.5.3::Skippy'
Portage 3.0.26 (python 3.9.7-final-0, default/linux/amd64/17.1, 
gcc-11.2.0, glibc-2.33-r7, 5.7.15-gentoo x86_64)

=
 System Settings
=
System uname: 
Linux-5.7.15-gentoo-x86_64-Intel-R-_Core-TM-_i7_CPU_920_@_2.67GHz-with-glibc2.33

KiB Mem:24627244 total,  11640888 free
KiB Swap:   19535036 total,  19535036 free
Timestamp of repository gentoo: Sat, 02 Oct 2021 04:00:01 +
Head commit of repository gentoo: c878d800fb8bb0a2e59eff6fbcd9623583f0
sh bash 5.1_p8
ld GNU ld (Gentoo 2.37_p1 p0) 2.37
ccache version 4.4.2 [disabled]
app-shells/bash:  5.1_p8::gentoo
dev-java/java-config: 2.3.1::gentoo
dev-lang/perl:5.34.0-r2::gentoo
dev-lang/python:  2.7.18_p13::gentoo, 3.8.12::gentoo, 
3.9.7::gentoo, 3.10.0_rc2::gentoo

dev-lang/rust:1.55.0::gentoo
dev-util/ccache:  4.4.2::gentoo
dev-util/cmake:   3.21.3::gentoo
sys-apps/baselayout:  2.8::gentoo
sys-apps/openrc:  0.44.5::gentoo
sys-apps/sandbox: 2.25::gentoo
sys-devel/autoconf:   2.13-r1::gentoo, 2.71-r1::gentoo
sys-devel/automake:   1.16.4::gentoo
sys-devel/binutils:   2.37_p1::gentoo
sys-devel/gcc:11.2.0::gentoo
sys-devel/gcc-config: 2.4::gentoo
sys-devel/libtool:2.4.6-r6::gentoo
sys-devel/make:   4.3::gentoo
sys-kernel/linux-headers: 5.14::gentoo (virtual/os-headers)
sys-libs/glibc:   2.33-r7::gentoo
Repositories:

gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-verify-max-age: 24
sync-rsync-extra-opts:
sync-rsync-ver

[gentoo-user] OT - looking for someone to fix PHP code - paid job

2020-08-29 Thread Skippy

Greetings.

I am dealing with a WordPress site that has PHP code written into the 
theme which needs some fixing.


At least I'm 99% sure that's what is going on.  Since I don't know PHP I 
can hardly be certain about it.


I'm looking for someone who can look this over, determine what's going 
on, and fix it.


I can pay you via PayPal.  You tell me what it will cost.

If available and up to the task you can reply to me directly.  I'll send 
you all the information I have so you can look it over, see if the 
problem is something you can fix, and send me an estimate for your time.


I figure I'll either get zero response to this, or 20 responses. *ha*

Thanks much!
Skippy



Re: [gentoo-user] Re: OT - Midnight Commander and hiding terminal output

2016-01-03 Thread Skippy


On 01/02/2016 12:38 AM, Håkon Alstadheim wrote:
> Den 01. jan. 2016 00:49, skrev Linux:
>> On 12/30/2015 10:32 AM, Roman Dobosz wrote:
>>
>> snip

>   Should be as easy as hitting Ctrl-L when your screen is messed up,
> should it not? Don't use MC, so haven't tried it. If it does not work,
> look in manual for key-binding for "redraw" .
> 
I didn't know about ctrl-L. Sure enough that works as well.
Thank you.  Good work around until I fix it otherwise.
Skippy



[gentoo-user] OT - Midnight Commander and hiding terminal output

2015-12-29 Thread Skippy
Greetings all;

I've been googling to no avail on this one.

When using Midnight Commander, I'll select a file and hit "enter" thus
opening that file with it's associated program.

Let's say a mp3 file with VLC as that's one I have set up.

It runs, but any error messages from VLC appear in the MC terminal
window and force the MC display up the screen, thus rendering it unreadable.

I can fix this by exiting VLC and entering "clear" on the command line.

Question is, can I hide all terminal messages when MC is running?  Does
my question & description make sense?

Thanks much - Skippy



[gentoo-user] net.eth0 failed to start

2014-03-02 Thread Skippy
  INSTALL sound/usb/snd-usb-audio.ko
  INSTALL sound/usb/snd-usbmidi-lib.ko
  DEPMOD  3.12.7-gentoo

-

But still the same error message.

I do have kernel 3.13.5 on this box as well, and I can boot that up and
eth0 works just fine.

But since 3.13.5 isn't playing well with nvidia I can't just move
forward with that.  Unless the 3.13.x/nvidia issue has been fixed but
I'd rather not experiment until I fix this.

Additionally my laptop is using a nvidia legacy driver as it (the
laptop) is older than dirt.  So I'm gonna have to fix the problem on the
laptop.

Whew.  Long winded.  Suggestions please?
Thanks.
Skippy





[gentoo-user] OT - memory testing

2014-01-21 Thread Skippy
Got a question from a friend of mine who works in IT.  He's very new to
Linux.  Here is his question:

Have you ever found a program in linux that allows you to locate bad
dims if you have faults?  I’ve tried memtest86, memconf, memtester and
none of them can point out what slot on the motherboard has the bad RAM.
 I know usually you just plug in one at a time.  But memtest86 takes
hours and I have…wait for it….16 slots to test DIMs on for this specific
server with memory failure.

Any ideas?  Is it even possible for the software to know which slot the
bad memory is in?

He isn't using Gentoo, I think he's on Ubuntu.  If you can suggest
software we'll deal with the installation.

Thanks very much - Skippy



[gentoo-user] MidnightCommander - exit in working directory

2013-12-30 Thread Skippy
Greetings;

This should be simple, I've done it before, yet googling hasn't landed
me the correct answer yet.  I've killed exiting config files to start
over and applied assorted wrong answers.

How does one get MC to exit in the current working directory instead of
the directory it started in?

Much thanks - Skippy



Re: [gentoo-user] MidnightCommander - exit in working directory

2013-12-30 Thread Skippy


On 12/30/2013 02:44 PM, David Abbott wrote:

 From the ebuild elog;
 LOG: postinst
 To enable exiting to latest working directory,
 put this into your ~/.bashrc:
 . /usr/libexec/mc/mc.sh
 
 HTH :)
 

Yes, I knew I was doing something stupid.  I tried that, but I forgot
the .  in from of it.  Solved and done.  Thank you.

-Skippy



[gentoo-user] amarok 1.4.10_p20090130-r4 crashes

2010-11-21 Thread Skippy
Greetings all -

I'm having a problem with amarok from the kde-sunset overlay.

I also tried version 1.4.10_p20090130-r3 and get the same result.  I
can compile amarok without error.  I also tried compiling with
different use flags.  I removed amazon, musicbrainz, mysql, opengl and
python to see if that make any difference and it did not.

It's crashing upon start and here is what I'm getting at the console:



 skippy $ amarok
Amarok: [Loader] Starting amarokapp..
Amarok: [Loader] Don't run gdb, valgrind, etc. against this binary! Use
amarokapp. kbuildsycoca running...
DCOP Cleaning up dead connections.
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel =
0x10e0300 ): KAccel object already contains an action name play_pause
QLayout unnamed added to QVBox unnamed, which already has a layout
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel =
0x10e0300 ): KAccel object already contains an action name play_pause
QLayout: Adding KToolBar/mainToolBar (child of QVBox/unnamed) to layout
for PlaylistWindow/PlaylistWindow QObject::connect: Incompatible
sender/receiver arguments StarManager::ratingsColorsChanged() --
ContextBrowser::ratingOrScoreOrLabelsChanged(const QString)
QColor::setRgb: RGB parameter(s) out of range QColor::setRgb: RGB
parameter(s) out of range QColor::setRgb: RGB parameter(s) out of range
X Error: BadWindow (invalid Window
parameter) 3 Major opcode:  20
  Minor opcode:  0
  Resource id:  0x1a3
X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  7
  Minor opcode:  0
  Resource id:  0x14e



media-sound/amarok
 Available versions:  
(3.5)   1.4.10_p20090130-r3{tbz2}[1]
1.4.10_p20090130-r4{tbz2}[1]
(4) [m]2.3.1-r2!t [m](~)2.3.1.90!t [m](~)2.3.2-r1!t

 Installed versions:  1.4.10_p20090130-r4(3.5){tbz2}[1](05:24:04 AM
11/20/2010)(amazon ipod linguas_en_GB mp4 musicbrainz mysql opengl
python xinerama -daap -debug -elibc_FreeBSD -ifp -linguas_af
-linguas_ar -linguas_az -linguas_be -linguas_bg -linguas_bn -linguas_br
-linguas_ca -linguas_cs -linguas_cy -linguas_da -linguas_de -linguas_el
-linguas_eo -linguas_es -linguas_et -linguas_eu -linguas_fa -linguas_fi
-linguas_fr -linguas_ga -linguas_gl -linguas_he -linguas_hi -linguas_hu
-linguas_id -linguas_is -linguas_it -linguas_ja -linguas_km -linguas_ko
-linguas_ku -linguas_lo -linguas_lt -linguas_mk -linguas_ms -linguas_nb
-linguas_nds -linguas_ne -linguas_nl -linguas_nn -linguas_pa
-linguas_pl -linguas_pt -linguas_pt_BR -linguas_ro -linguas_ru
-linguas_rw -linguas_se -linguas_sk -linguas_sl -linguas_sq -linguas_sr
-linguas...@latn -linguas_ss -linguas_sv -linguas_ta -linguas_tg
-linguas_th -linguas_tr -linguas_uk -linguas_uz -linguas_zh_CN
-linguas_zh_TW -mtp -njb -postgres -real -visualization)

--

Any suggestions for me?  Thanks, Skippy



-- 

On The Fly Photography:  http://204EastSouth.com




[gentoo-user] how to add an ebuild

2010-02-14 Thread Skippy

Greetings;

I'm needing to add an ebuild, but there is something I'm not doing
right it seems.

I have xorg-server-1.6.3.901-r2.ebuild. The file that is.

I place it in /usr/portage/x11-base/xorg-server/

I run ebuild xorg-server-1.6.3.901-r2.ebuild digest  I can see that
the file Manifest is altered.

also tried ebuild xorg-server-1.6.3.901-r2.ebuild manifest as man
page says those are equivilant.

Then eix-update.

Then eix xorg-server - the version I am trying to add does not appear
in the output.  

What am I missing here? Other than my sanity.  :)

Thanks, Skippy




Re: [gentoo-user] how to add an ebuild

2010-02-14 Thread Skippy

Thanks y'all

In addition to not using the local location, I didn't know about the
line in make.conf.

Done and done.  Plus I couldn't find the right info as I was searching
for adding an ebuild or such things instead of adding local overlay
which would have probably been more helpful.  :)

Skippy



On Sun, 14 Feb 2010 15:52:10 +
Stroller strol...@stellar.eclipse.co.uk wrote the words:

 
 On 14 Feb 2010, at 14:28, Skippy wrote:
 
  I'm needing to add an ebuild, but there is something I'm not doing
  right it seems.
 
  I have xorg-server-1.6.3.901-r2.ebuild. The file that is.
 
 http://en.gentoo-wiki.com/wiki/Overlay#Creating_a_local_overlay
 
 Stroller.
 




[gentoo-user] OT: script to make wav fro vob

2009-12-15 Thread Skippy


Greetings, my scripting skills are non-existent, so I come asking for
help.  :)  I use the following to extract audio from vob files and
write it as wav files:

mplayer filename.vob -ao pcm:waveheader:file=filename.wav -vo null

It would be handy if this could be automated so I could run a bash
script in a directory full of vob files and end up with a set of wav
files with the same file name as the original vob.

If anyone knock out such an animal for me I'd be ever grateful and
praise your name over and over.

Thanks, Skippy






Re: [gentoo-user] OT: script to make wav fro vob

2009-12-15 Thread Skippy

Thank you Neil - songs are being sung in your name even now.

Skippy
 

On Tue, 15 Dec 2009 15:41:42 +
Neil Bothwick n...@digimed.co.uk wrote the words:

 On Tue, 15 Dec 2009 08:23:26 -0700, Skippy wrote:
 
  mplayer filename.vob -ao pcm:waveheader:file=filename.wav -vo null
  
  It would be handy if this could be automated so I could run a bash
  script in a directory full of vob files and end up with a set of wav
  files with the same file name as the original vob.
 
 for i in *.vob; do
mplayer ${i} -ao pcm:waveheader:file=${i/.vob/.wav} -vo null
done
 
 
 -- 
 Neil Bothwick
 
 I can't walk on water, but I can stagger on alcohol.




Re: [gentoo-user] kde and qt - something strange

2009-11-08 Thread Skippy
On Fri, 6 Nov 2009 13:55:24 +0100
Alex Schuster wo...@wonkology.org wrote the words:

 Skippy writes:
 
  The whole process so far is found at:
  http://forums.gentoo.org/viewtopic.php?p=6026707#6026707
  
  Can anyone offer any ideas?  Thanks so very much, Skippy
 
 Some ideas.
 
 Your output of emerge -upvND world is hart to read. Add a -t to get a
 tree view, then one can better see what's pulling in what.

I'll do that, thanks.

 You mention that qt-4 is masked. This is correct, as qt-4 is the old, 
 monolithic package. You need qt-core, qt-dbus and some more of that
 kind. Qt 3 still exists as single build, so having qt-3.3.8b-r2
 installed is okay, although -r2 is keyword masked for me. Maybe you
 are running ~arch, or x86_64 and this is okay, but I'd check this.

yes, I am running ~amd64

 In only have qt3support and qt4 in make.conf, you have qt qt3
 qt3-support qt3support qt4. Don't knw if this is bad, but it's more
 than I have.

Originally I had fewer of those use flags enabled.  I added more as
time when by at the suggestion of people on the forum.  It hasn't
helped obviously, but didn't seem to cause any negative change either.
It might be worth my time to try removing some of those, just to see
what happens.

 So, you DID succeed in rebuilding kdelibs-3.5, right? or did you also
 get errors there?

Yes, kdelibs-3.5 will rebuild, as will the kdelibs-4.x.  I have run
emerge -e on both of them, as well as on world.  No problem building
anything kde or qt until it gets to that sequence of packages that give
the error.

 You might try to upgrade your portage (put sys-apps/portage in 
 /etc/portage/package.unmask and package.keywords), maybe it is better
 in resolving this stuff.

Right on, worth a try as well. I'll do that.

 And you can look in your config.log somewhere
 in /var/tmp/portage/kde- base/libkonq-3.5.10/work/libkonq-3.5.10/,
 maybe you spot what exactly causes the Qt error.

I'll try that too.  Thanks for all the homework!  This should keep me
occupied for a while.  Skippy


   Wonko
 


-- 
On The Fly Photography -:- Creation From Chaos

On The Fly Photography:  http://204EastSouth.com
Purchase from On The Fly:  http://204EastSouth.com/OTFStore.htm
The Cynical Libertarian Society:  http://www.204EastSouth.com/cls



Re: [gentoo-user] kde and qt - something strange

2009-11-08 Thread Skippy
On Fri, 6 Nov 2009 14:52:20 +0100
Nagatoro nagat...@gmail.com wrote the words:

 On Friday 06 November 2009 13.13.17 Skippy wrote:
  Hi y'all.  I've got a problem (a computer problem that is) that is
  driving me nuts.  The folks at forums.gentoo have been helping me
  out, but not a solution yet.  I thought I'd ask over here.
  
  In a nutshell here is the problem:
  
  ---
  
  checking for KDE... libraries /usr/kde/3.5/lib64,
  headers /usr/kde/3.5/include checking if UIC has KDE plugins
  available... no configure: error:
  you need to install kdelibs first.
  
  If you did install kdelibs, then the Qt version that is picked up by
  this configure is not the same version you used to compile kdelibs.
  The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
  _same Qt version_, compiled with the _same compiler_ and the same Qt
  configuration settings.
 
 Have you tried following this advice? (reemerge kdelibs and qt-*)
 
 /Naga
 

Yes, 7 times total to this point.


-- 
On The Fly Photography -:- Creation From Chaos

On The Fly Photography:  http://204EastSouth.com
Purchase from On The Fly:  http://204EastSouth.com/OTFStore.htm
The Cynical Libertarian Society:  http://www.204EastSouth.com/cls



[gentoo-user] no audio input

2009-08-29 Thread Skippy

Greetings - I've got a new system, fresh install.  Problem I've got in
no audio input from the microphone.  

Trying to record into audacity will not work regardless of which alsa device I 
select, or mic/line in.

If I try to record with rezound I'll get a message saying static
ASoundRecorder* ASoundRecorder::createInitializedSoundRecorder
(CSound*) -- No audio input method could be initialized

I can play sound.  Audacity and amarok will play.

I've run alsamixer and kmix to turn up  unmute the microphone.

The hardware works with WindowsXP, this is a dual boot system.

Audio is Intel, on the motherboard.  The board is MSI X58 Platinum
model MS-7522

I'm baffled and more than a little ticked off.  Grrr...  Any
suggestions please?  Thanks.



Re: [gentoo-user] deep emerge and masked Xorg

2009-08-10 Thread Skippy
On Fri, 7 Aug 2009 21:40:44 +0200
Alan McKinnon alan.mckin...@gmail.com wrote the words:
 
 Did I mention that you should rather just work at getting X to work
 on your kit?
 

Yea - that's what I was expecting, and afraid of, but I had to ask.
Thanks!

Skippy



-- 
On The Fly Photography -:- Creation From Chaos

On The Fly Photography:  http://204EastSouth.com
Purchase from On The Fly:  http://204EastSouth.com/OTFStore.htm
The Cynical Libertarian Society:  http://www.204EastSouth.com/cls



Re: [gentoo-user] deep emerge and masked Xorg

2009-08-10 Thread Skippy
On Fri, 07 Aug 2009 15:00:43 -0500
Dale rdalek1...@gmail.com wrote the words:  
 
 Well, I had trouble with the new xorg-server too.  I added
 x11-base/xorg-server  -hal to /etc/portage/package.use and
 everything worked fine here.  That disables hal which is what causes
 all the problems.  My KDE still works fine and as far as I can tell,
 made no difference whatsoever.

I think I'll have to try the -hal as well.  But not gonna try this
until I've backed up  *ha*

Skippy



-- 
On The Fly Photography -:- Creation From Chaos

On The Fly Photography:  http://204EastSouth.com
Purchase from On The Fly:  http://204EastSouth.com/OTFStore.htm
The Cynical Libertarian Society:  http://www.204EastSouth.com/cls



Re: [gentoo-user] deep emerge and masked Xorg

2009-08-10 Thread Skippy
On Mon, 10 Aug 2009 20:21:48 -0500
Dale rdalek1...@gmail.com wrote the words:


 If you go with -hal, it shouldn't be a problem.  It just works the old
 way. I am afraid that we will both face the music one day tho.  I
 think there is a new thing in the pipe line but not sure when it will
 be here.  Most likely a couple months after we have to get hal
 working.
 
 Dale


Yea, great.  *ha*  I anticipate the day when one is forced to use hal,
or something worse.  What is so terrible about the way Xorg use to work?

Part of the problem, I think, is that this computer
is over 5 years old, on the motherboard graphics.  Tomorrow - if UPS
comes thru - my new computer parts arrive and I start to assemble a new
system.  In theory I could just stop upgrading this system as it will
soon become my secondary desktop.


-- 
On The Fly Photography -:- Creation From Chaos

On The Fly Photography:  http://204EastSouth.com
Purchase from On The Fly:  http://204EastSouth.com/OTFStore.htm
The Cynical Libertarian Society:  http://www.204EastSouth.com/cls



[gentoo-user] deep emerge and masked Xorg

2009-08-07 Thread Skippy

Hi all,

I would like to use emerge -D on my system, but it is pretty
consistently blocked.  You can see an example of this below.  

I think the reason for this is because I have masked Xorg.  I'm still
running 1.3.0.0-r6.  My last attempt to upgrade Xorg resulted in a
totally hosed system which had to be restored from backups.

Is there a way I can do a deep emerge and have the latest versions of
Xorg masked?  Or is such an action simply not possible without
upgrading Xorg?

Thanks much, Skippy


---
skippy $  emerge -upvND audacity

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

Calculating dependencies... done!

!!! Multiple package instances within a single package slot have been
pulled !!! into the dependency graph, resulting in a slot conflict:

x11-libs/libXrender:0

  ('installed', '/', 'x11-libs/libXrender-0.9.4', 'nomerge') pulled in
  by =x11-libs/libXrender-0.6 required by ('installed', '/',
  'x11-libs/cairo-1.8.6-r1', 'nomerge') x11-libs/libXrender required by
  ('installed', '/', 'x11-libs/libXcursor-1.1.9', 'nomerge')

  ('ebuild', '/', 'x11-libs/libXrender-0.9.2', 'merge') pulled in by
x11-libs/libXrender-0.9.3 required by ('ebuild', '/',
  'x11-base/xorg-server-1.3.0.0-r6', 'merge')

x11-proto/renderproto:0

  ('ebuild', '/', 'x11-proto/renderproto-0.9.2', 'merge') pulled in by
x11-proto/renderproto-0.9.3 required by ('ebuild', '/',
  'x11-base/xorg-server-1.3.0.0-r6', 'merge')

  ('installed', '/', 'x11-proto/renderproto-0.9.3', 'nomerge') pulled
  in by x11-proto/renderproto required by ('ebuild', '/',
  'x11-drivers/xf86-video-vesa-2.2.0', 'merge') x11-proto/renderproto
  required by ('ebuild', '/', 'x11-drivers/xf86-video-fbdev-0.4.0',
  'merge') =x11-proto/renderproto-0.9.3 required by ('installed', '/',
  'x11-libs/libXrender-0.9.4', 'nomerge')


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.


!!! All ebuilds that could satisfy =x11-base/xorg-server-1.4 have
been masked. !!! One of the following masked packages is required to
complete your request:
- x11-base/xorg-server-1.6.3 (masked by: package.mask, ~x86 keyword)
- x11-base/xorg-server-1.6.2.901 (masked by: package.mask, ~x86 keyword)
- x11-base/xorg-server-1.5.3-r7 (masked by: package.mask, ~x86 keyword)
- x11-base/xorg-server-1.5.3-r6 (masked by: package.mask)
- x11-base/xorg-server-1.4.2 (masked by: ~x86 keyword)

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
(dependency required by x11-drivers/xf86-video-mga-1.4.9 [ebuild])
(dependency required by x11-base/xorg-server-1.3.0.0-r6 [ebuild])
(dependency required by
x11-drivers/xf86-input-keyboard-1.1.1 [installed])





Re: [gentoo-user] DontZap and Ctrl+Alt+Bs

2009-07-28 Thread Skippy


On Fri, 24 Jul 2009 23:56:58 +0300 (EEST)
Igor Nemilentsev trez...@gmail.com wrote the words:

 
  Greetings, I'm having exactly the same problem and have been trying
  to fix it.
 
  Could you please specify where in xorg.conf you placed
  setxkbmap -option terminate:ctrl_alt_bksp
   Please enter it in command line.
  And where is the hal configuration file you inserted
 
  input.xkb.options terminate:ctrl_alt_bksp
   I have it in /etc/hal/fdi/policy/
   I just added.
 
   merge key=input.xkb.options
   
 type=stringgrp:caps_toggle,grp_led:scroll,grp:switch,compose:ralt,terminate:ctrl_alt_
   bksp/merge
 


Thanks so much for the specifics.  These still haven't fixed my
system.  Does anyone know if this is something the Gentoo developers
are going to fix down the road?  Highly annoying, as others have
already mentioned.

Skippy





Re: [gentoo-user] DontZap and Ctrl+Alt+Bs

2009-07-28 Thread Skippy


On Tue, 28 Jul 2009 13:26:20 +0200
Alan McKinnon alan.mckin...@gmail.com wrote the words:

 The problem has little if anything to do with Gentoo developers (who
 keep things as close to upstream as possible), and everything to do
 with the upstream developers of Xorg and hal. The fix is per their
 timetable.
 
 -- 
 alan dot mckinnon at gmail dot com
 

Yes, I get your point.  I didn't mean to imply the Gentoo folks are
doing this.  I should have asked - is there some kind of work around or
temporary fix that the Gentoo developers can implement until it's
really fixed.  :)

Skippy



Re: [gentoo-user] amarok will not emerge - solved

2009-07-25 Thread Skippy



Found out the problem and fixed it.  See the forum for details:

http://forums.gentoo.org/viewtopic-t-781796.html

I needed to prune old versions of gcc.

Thanks y'all.  Skippy



Re: [gentoo-user] amarok will not emerge

2009-07-24 Thread Skippy



Yes, I've run it multiple times.  Since amarok will not compile it
doesn't help much.  Amarok is the only thing that needs to be rebuilt.

Skippy



On Wed, 22 Jul 2009 14:12:08 +0200
Volker Armin Hemmann volkerar...@googlemail.com wrote the words:

 On Mittwoch 22 Juli 2009, Adrian wrote:
  Greetings all - I am having problems with amarok.  Details are in
  the Gentoo forum at
 
  http://forums.gentoo.org/viewtopic-t-781796.html
 
  Can anyone assist please?  Without amarok I can't load my ipod.  Oh
  such sad days!  Grrr..
 
  Thank you much!
 
  Skippy
 
 have you run revdep-rebuilt recently?
 


-- 
On The Fly Photography -:- Creation From Chaos

On The Fly Photography:  http://204EastSouth.com
Purchase from On The Fly:  http://204EastSouth.com/OTFStore.htm
The Cynical Libertarian Society:  http://www.204EastSouth.com/cls



Re: [gentoo-user] DontZap and Ctrl+Alt+Bs

2009-07-24 Thread Skippy



Greetings, I'm having exactly the same problem and have been trying to
fix it.

Could you please specify where in xorg.conf you placed

setxkbmap -option terminate:ctrl_alt_bksp

And where is the hal configuration file you inserted

input.xkb.options terminate:ctrl_alt_bksp

Thanks so very much, this is driving me nuts!

Skippy



On Fri, 24 Jul 2009 11:44:59 +0300 (EEST)
Igor Nemilentsev trez...@gmail.com wrote the words:

 
 On Fri, 24 Jul 2009, Helmut Jarausch wrote:
  AFAIK, the DontZap option applies to the key sequences
  Alt Fx to switch to a different terminal.
   No, the Ctrl+Alt+Fn sequence behaviour is changed
   with the option
   Option DontVTSwitch
 
  I have the same problem here (same configuration), i.e.
  CtrlAltDel doesn't work.
 
  If you can't exit via your window manager anymore,
  I think, Neil Bothwick has posted the following advice
  some days ago:
   I figured out to return old style I need this command:
 
   setxkbmap -option terminate:ctrl_alt_bksp
 
   Or add
   input.xkb.options terminate:ctrl_alt_bksp
   in configuration file of hal.
 
   Thanks for the advice.
 
 Regards, Nemilentsev Igor