Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 288 matches

Go to advanced search

Advanced search
Search found 288 matches
  • Page 1 of 12
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 12
  • Next
by manouchk
Thu Aug 07, 2008 3:25 am
Forum: Multimedia
Topic: problem with subtitle text encoding in vlc
Replies: 2
Views: 2372

Well I didn't find were you told me to look at. I use version 0.8.6i here.

I "opened" the container using ogmdemux and I opened the subtitle (srt) file in kate and could found that the encodng is iso 8859-1 instead of utf-8.

The first place I found how I can fix this is in the open file dialogue ...
  • Jump to post
by manouchk
Wed Aug 06, 2008 10:53 pm
Forum: Multimedia
Topic: problem with subtitle text encoding in vlc
Replies: 2
Views: 2372

problem with subtitle text encoding in vlc

Hi,

I'm having a problem with a .ogm video with embbeded subtitle. It keeps on giving error messages and seems to fail to reproduce a great part of the subtitle due to encoding problem. As a matter of fact the video does contain 2 subtitle, one in english which is no problem. My guess is it is ...
  • Jump to post
by manouchk
Wed Jul 09, 2008 2:21 am
Forum: Unsupported Software
Topic: [solved] sippyskype and skype4java
Replies: 2
Views: 2800

Well, the developper gave me the right command line and it worked right then! :D

I had to run the following script from inside the sippyskype installation/directory

more ./init_sippyskype
java -Xms64m -Xmx64m -classpath sip.jar:ua.jar:skype.jar:log4j-1.2.15.jar:sippyskype.jar:. "local.ua.SkypeUA ...
  • Jump to post
by manouchk
Wed Jul 09, 2008 1:25 am
Forum: Unsupported Software
Topic: [solved] sippyskype and skype4java
Replies: 2
Views: 2800

Do I have to install eclipse-sdk to compile skype4java??

The eclipse-sdk I depends on an old java 1.4.x, is it normal?? I think it have to be java sdk 1.5 or newer for that package.
  • Jump to post
by manouchk
Wed Jul 09, 2008 12:57 am
Forum: Unsupported Software
Topic: [solved] sippyskype and skype4java
Replies: 2
Views: 2800

[solved] sippyskype and skype4java

Hi,

I'm trying to get to work sippyskype and for that, I first need to install skype4java. Anyone already succeeded in installing them on gentoo. I'm having difficulties with the installation.
Here is my last post on the sippyskip post:
http://blog.mhspot.com/2008/06/28/sippyskype-20080628-sip-to ...
  • Jump to post
by manouchk
Sat May 17, 2008 10:06 pm
Forum: Portage & Programming
Topic: scheduled task not running with (vixie)cron
Replies: 3
Views: 1431

I just found some (a lot!) cron log in /var/log/messages

tail /var/log/messages
May 17 18:57:02 manu cron[9103]: (root) MAIL (mailed 35 bytes of output but got status 0x0001 )
May 17 18:57:47 manu rc-scripts: status: stopped
May 17 18:58:01 manu cron[9213]: (root) CMD (root python /root/sshd.py ...
  • Jump to post
by manouchk
Sat May 17, 2008 7:22 pm
Forum: Portage & Programming
Topic: scheduled task not running with (vixie)cron
Replies: 3
Views: 1431

scheduled task not running with (vixie)cron

Hi,

I started using cron recently and scheduled tasks were firstly working and now there are simply ignored. THere tasks supposed to run every minutes

Here is some information:

/etc/init.d/vixie-cron status
* status: started
manu asterisk # crontab -l
# DO NOT EDIT THIS FILE - edit the master ...
  • Jump to post
by manouchk
Thu Apr 03, 2008 11:20 am
Forum: Portage & Programming
Topic: with emerge : C++ compiler cannot create executables
Replies: 17
Views: 2763

If I look at what's told to be done in makefile here : http://wiki.wxwidgets.org/Makefile

It just say to use backtics or variables!

If I use

CXXFLAGS = $(shell `which wx-config` --cxxflags)

it seems to work!
:D
  • Jump to post
by manouchk
Thu Apr 03, 2008 11:13 am
Forum: Portage & Programming
Topic: wxgtk with and without unicode and slots
Replies: 2
Views: 930

Too bad! I've just seen that wxGTK 2.8 can only be build with unicode, no ansi. :cry:
  • Jump to post
by manouchk
Mon Mar 31, 2008 2:26 pm
Forum: Portage & Programming
Topic: with emerge : C++ compiler cannot create executables
Replies: 17
Views: 2763

I already entered in contact with the dev which happens to be my brother but he is lately quite busy!

Anyway I progressed using variables but then I reach another error later in the Makefile


make -f gnu.mak wxcryst=1 opengl=1 fftw=1 debug= shared=1 -C src Fox
make[1]: entrant dans le répertoire ...
  • Jump to post
by manouchk
Mon Mar 31, 2008 2:31 am
Forum: Portage & Programming
Topic: with emerge : C++ compiler cannot create executables
Replies: 17
Views: 2763

Well, I'm having some difficulties with make script, because I don't how it works. Are there good material on makefile?

I modified the makefile that causes problems but, I had an unexpected results. I tried to use variables to avoid use of backticks.

I basically modified like this :


--- Fox-1.7 ...
  • Jump to post
by manouchk
Thu Mar 27, 2008 1:55 am
Forum: Portage & Programming
Topic: wxgtk with and without unicode and slots
Replies: 2
Views: 930

wxgtk with and without unicode and slots

Hi,

I'dlike to know if someone could tell me if it is possible to build wxGTK-2.6.4.0-r3 on 2 SLOT, one with unicode and one without.

One may ask me why ?

I have vlc and hugin apparently compiled with wxGTK with unicode. I'd like to make an ebuild of objcryst-fox that support only non-unicode ...
  • Jump to post
by manouchk
Wed Mar 26, 2008 5:48 pm
Forum: Portage & Programming
Topic: with emerge : C++ compiler cannot create executables
Replies: 17
Views: 2763

Like I said, the configure works fine when the whole thing is run from a terminal/shell. The configure script has something in it that uses backticks which only function correctly in a terminal. Since portage isn't running the configure inside a terminal the backticks don't function (which is the ...
  • Jump to post
by manouchk
Wed Mar 26, 2008 11:00 am
Forum: Portage & Programming
Topic: with emerge : C++ compiler cannot create executables
Replies: 17
Views: 2763

If I run the command between `` it works but it is not in portage is it the problem?

running in a terminal :
/home/portage_tmp/portage/sci-physics/objcryst-fox-1.7.5.1-r962/work/Fox-1.7.5.1-R962/Fox/src/../../ObjCryst/../static-libs/bin/wx-config --cxxflags

gives me :
-I/home/portage_tmp/portage ...
  • Jump to post
by manouchk
Wed Mar 26, 2008 10:52 am
Forum: Portage & Programming
Topic: with emerge : C++ compiler cannot create executables
Replies: 17
Views: 2763

In the config.log after the error it gives the program

configure: failed program was:

and later we find that the variable CXXFLAGS is :


CXXFLAGS='-I/home/portage_tmp/portage/sci-physics/objcryst-fox-1.7.5.1-r962/work/Fox-1.7.5.1-R962/Fox/src/../../ObjCryst/.. -I./ -I/include -I/home/portage ...
  • Jump to post
by manouchk
Tue Mar 25, 2008 10:54 pm
Forum: Portage & Programming
Topic: with emerge : C++ compiler cannot create executables
Replies: 17
Views: 2763

Here are the files :

http://emmanuelfavrenicolin.free.fr/Public/Divers/Gentoo/config.log
http://emmanuelfavrenicolin.free.fr/Public/Divers/Gentoo/environment

[ ] config.log 25-Mar-2008 23:47 13k
[ ] environment 25-Mar-2008 23:48 93k
[ ] objcryst-fox-1.7.5.1..> 24-Mar-2008 09:17 1k
  • Jump to post
by manouchk
Tue Mar 25, 2008 2:03 pm
Forum: Portage & Programming
Topic: with emerge : C++ compiler cannot create executables
Replies: 17
Views: 2763

It's quite huge and I think the interesting part is in my first post.
  • Jump to post
by manouchk
Tue Mar 25, 2008 1:30 am
Forum: Portage & Programming
Topic: with emerge : C++ compiler cannot create executables
Replies: 17
Views: 2763

Yesterday I had tried to reinstall libstdc++-v3-3.3.6 and libtool-1.5.26 but it didn't resolve the problem.
TOday, I tried compiling without optimization (USE=-opt ) but the problem was still there.

Now I'm trying this : uninstalling old automake and reinstalling the last automake (1.10) and I'm ...
  • Jump to post
by manouchk
Mon Mar 24, 2008 11:35 pm
Forum: Portage & Programming
Topic: with emerge : C++ compiler cannot create executables
Replies: 17
Views: 2763


# emerge --info
* Overlay eclass overrides eclass from PORTDIR:
*
* '/usr/local/sci/eclass/fortran.eclass'
*
* It is best to avoid overridding eclasses from PORTDIR because it will
* trigger invalidation of cached ebuild metadata that is distributed with
* the portage tree. If you must ...
  • Jump to post
by manouchk
Mon Mar 24, 2008 8:27 am
Forum: Portage & Programming
Topic: with emerge : C++ compiler cannot create executables
Replies: 17
Views: 2763

with emerge : C++ compiler cannot create executables

Hi,

I'm preparing a new ebuild for objcryst-fox (http://objcryst.sourceforge.net/) and I had a problem when trying to emerge the new ebuild I prepared (http://emmanuelfavrenicolin.free.fr/Public/Divers/Gentoo/objcryst-fox-1.7.5.1-r962.ebuild).

At some stage, during a "./configure" emerging this ...
  • Jump to post
by manouchk
Sun Mar 16, 2008 9:55 pm
Forum: Desktop Environments
Topic: [solved?] slow konqueror
Replies: 2
Views: 1602

Well, I understand, noone uses anymore konqueror and jut switched to firefox. That's a pitty konqueror is much more powerfull except this though very annoying problem!
  • Jump to post
by manouchk
Tue Feb 26, 2008 3:11 am
Forum: Unsupported Software
Topic: [solved] asterisk, gentoo and gsm gateway
Replies: 4
Views: 4044

it almost work, there is a small bug with sony-ericsson mobile that does not provide reliable audio transmission. It lookslike it is mostly unused because no interaction is possible on all forums I were.
  • Jump to post
by manouchk
Tue Feb 26, 2008 2:07 am
Forum: Desktop Environments
Topic: [solved?] slow konqueror
Replies: 2
Views: 1602

I switch now to :

192.168.2.76 manu

and it works much better! DOn't know for how many time?
  • Jump to post
by manouchk
Wed Feb 20, 2008 11:22 am
Forum: Desktop Environments
Topic: [solved?] slow konqueror
Replies: 2
Views: 1602

[solved?] slow konqueror

Hi,

there is quite sometimes, I observe temporary freezes of konqueror that slows pretty much navigation. I think it is linked with dns query (this seems a very common problem of kde application). Here I have dynamic Ip configuration but IP is (almost) always the same 192.168.2.76. From http://www ...
  • Jump to post
by manouchk
Wed Jan 30, 2008 1:11 am
Forum: Portage & Programming
Topic: emerge -U world - How often
Replies: 227
Views: 451850

For the one that like does not like to restart 100 times emerge, I made a very bad python script certainly full of bugs etc...

The principle is to run emerge -uDpv world or similar once and stop it (Ctrl-c), a bit after displaying the list of packages. Then run the script. The script get the list ...
  • Jump to post

Search found 288 matches
  • Page 1 of 12
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 12
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic