amarok lyrics: proxy and ruby?

2006-08-04 Thread Javier Echaiz

I have amarok-1.4.1 and works great... but i'm not able to fetch
lyrics, I tried various ruby scripts but I got same results:

/usr/local/lib/ruby/1.8/net/http.rb:562:in `initialize': Invalid
argument - connect(2) (Errno::EINVAL)
from /usr/local/lib/ruby/1.8/net/http.rb:562:in `connect'
from /usr/local/lib/ruby/1.8/timeout.rb:48:in `timeout'
from /usr/local/lib/ruby/1.8/timeout.rb:76:in `timeout'
.

The same result occurred with the previous amarok version (I think it
was 1.4.0a). Before that lyrics fetched ok. I'm behind a non
transparent proxy, so probably the problem is http.rb don't knowing
about my proxy. Should I try to hack the http.rb code to enable proxy?
I'm asking here just in case someone shares this problem and knows a
not so radical solution. :) Is there some place to define my proxy
(besides env vars) for ruby? This would avoid problems for me in
future ruby releases...

Thanks in advance,
Javier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: batching port builds

2006-07-01 Thread Javier Echaiz

You can put BATCH=yes in your /etc/make.conf

The settings for each port (if it has something to config) are stored
in /var/db/ports/{port dir name}/options (just in case you want to see
what the port assumed).

If you want to configure ports (with than ncurses blues screen)
sometimes and assume defaults in other cases perhaps you should try
portupgrade -m BATCH=yes package on a need basis.

As David suggested you can always do make config-recursive install
clean, to answer all the option questions before the port builds.

Warmly,
Javier


On 30/06/06 David J Brooks said:

If you  do 'make -DBATCH' instead of 'make' -  you will use the preset
defaults for each port with options. Or you can do
'make config-recursive' - which will offer you all the option screens for
the port in whose directory you're currently in and all its dependencies.

See 'man ports' for more information.

To use those with 'portupgrade -a' will probably take some custom scripting.


Ah, so there's no make.conf option for this?

Thanks,
Mike

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


kile crashes after port upgrade

2006-05-05 Thread Javier Echaiz

Same problem here under freebsd stable (6.1-PRERELEASE) on Intel box.

Perhaps the problem is related to switching from lua50 to lua 51???

Thanks in advance,
Javier

Alexander Konovalenko [EMAIL PROTECTED] wrote:

Hello,

recently I have upgraded some ports on my FreeBSD 5.4 amd64 box.

kile does not work anymore, it crashes when it tries to load tex file (either
manually via File-Open or automatically loading file which was edited from
previuos session).

Reinstallation of kile did not help.

I noticed that at least two dependencies were upgraded: lua-5.0.2.1 and
fontconfig-2.3.2_3,1 to lua-5.1 and fontconfig-2.3.2_4 respectively. I don't
know if it is a problem.


The output from kile something.tex follows:
...
kile: ViewHTML is using group: Tool/ViewHTML/Embedded Viewer
kile:   adding ViewHTML View #3
kile: ViewPDF is using group: Tool/ViewPDF/Embedded Viewer
kile:   adding ViewPDF View #4
kile: ViewPS is using group: Tool/ViewPS/Embedded Viewer
kile:   adding ViewPS View #5
kile: ==Kile::activePartGUI()=
kile:   current state Editor
kile:   want state Editor
kile: starting the LyX server...
kile: Opened /home/je/.lyxpipe.in
kile: Opened /home/je/.lyx/lyxpipe.in
kile: Opened /home/je/.lyxpipe.out
kile: Opened /home/je/.lyx/lyxpipe.out
kile: Created notifier for /home/je/.lyxpipe.in
kile: Created notifier for /home/je/.lyx/lyxpipe.in
kile: No notifier created fro /home/je/.lyxpipe.out
kile: No notifier created fro /home/je/.lyx/lyxpipe.out
kile: === CodeCompletion::readConfig ===
kile:set regexp for references...
kile:read wordlists...
kile: new quotes: true left=`` right=''
kile: ==Kile::updateModeStatus()==
kile: ==Kile::updateKileMenu()
kile:   projectopen=false fileopen=false
kile: ==completePath(glex.tex)===
kile:   /home/datos/JaviZ/UNS/papers/China2006/glex.tex
kile: 
==Kile::openDocument(/home/datos/JaviZ/UNS/papers/China2006/glex.tex)==
kile: ==Kile::fileOpen==
kile:   file:///home/datos/JaviZ/UNS/papers/China2006/glex.tex
kile: ==bool KileInfo::isOpen(const KURL  url)=
kile: 
==load(file:///home/datos/JaviZ/UNS/papers/China2006/glex.tex)=
kile: ==bool KileInfo::isOpen(const KURL  url)=
kile:nothing found
kile: CREATING TeXInfo for
file:///home/datos/JaviZ/UNS/papers/China2006/glex.tex
kile: DOCINFO: returning 0x879ec00 glex.tex
kile: ==Kate::Document* Manager::createDocument()===
kile:   appending document 0x0
KCrash: Application 'kile' crashing...
[1]42531 killed kile glex.tex
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Upgrading sources

2006-01-17 Thread Javier Echaiz
I have a machine running FreeBSD i386 6.0 Release and I'd like to know
how to update my sources to 6-stable. I know I should run cvsup but
port 5999 tcp is being filtered and there is no socks proxy around. We
also have CTM, but i think it is not for me...
Can i get the sources of the stable version by FTP or HTTP using some
tool similar to portsnap (I use it to get the snapshots of the ports
tree).
I could find ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/6.0-RELEASE/src/
but there is nothing for 6-stable...

Thx in advance,
Javier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]