[gentoo-user] RulesDuJour : couldn't connect to host

2007-06-08 Thread Xavier Parizet
this problem too ? Any help appreciated ! -- http://www.linuxant.fr The following rules had errors: TripWire had an unknown error: curl exit code: 7 curl: (7) couldn't connect to host 000 EvilNumber had an unknown error: curl exit code: 7 curl: (7) couldn't connect to host 000 EvilNumbers1 had

[gentoo-user] Re: solving curl dependency issues

2012-05-14 Thread walt
On 05/14/2012 03:49 AM, Space Cake wrote: Hi, For several weeks I'm trying to solve dependency issues with curl, but I'm lost.. any idea? That problem drove me nuts for months. I finally discovered by desperate trial and error that un-setting the 'curl' useflag fixes it. Finally!

Re: [gentoo-user] Re: solving curl dependency issues

2012-05-14 Thread Alan McKinnon
On Mon, 14 May 2012 16:02:15 +0200 Space Cake spaceca...@gmail.com wrote: Removing keywords from curl produces this brutal keywords # emerge --keep-going -upND world These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds

Re: [gentoo-user] Portage 2.1 weirdness

2006-06-15 Thread Mick
On 15/06/06, Rumen Yotov [EMAIL PROTECTED] wrote: This is because of a new USE-flag -curl* which previously was ON. Means you'll have to reemerge xine-ui or enable 'curl' for xine-ui in package.use. Or add curl in your /etc/make.conf to apply it across all packages, or add: USE_ORDER

[gentoo-user] [OT] bash script error

2011-05-08 Thread Xi Shen
It is not specific to Gentoo. But do not know where to search or post it :) My script looks like: url=http://mypage; curl_opts=-x '' curl $url -d \mydata\ $curl_opts If I execute it, I got an error from curl, saying it cannot resolve the proxy ''. But If I modify the script to: url=http

Re: [gentoo-user] Re: Useflags for wget and curl: openssl versus gnutls?

2011-12-24 Thread Leho Kraav
i on the other hand just had a situation where i was forced to recompile curl to link with openssl. linking with gnutls caused connecting to a particular IIS web service to throw this -9 unexpected length error. [1] found no medicine other than to stick with openssl. [1]: http://curl.haxx.se

Re: [gentoo-user] wget with http proxy

2014-02-12 Thread Raffaele BELARDI
Canek Peláez Valdés wrote: On Wed, Feb 12, 2014 at 3:00 AM, Raffaele BELARDI 3. convince emerge to use a different http downloader that supports 'digest' authentication. man 5 make.conf, search for FETCHCOMMAND. You could set it to use curl, which supports proxy digest. Great, precisely

Re: [gentoo-user] No sound. Please, help!

2022-07-14 Thread Peter Humphrey
On Thursday, 14 July 2022 14:36:42 BST Neil Bothwick wrote: > God said, "div D = rho, div B = 0, curl E = - @B/@t, curl H = J + @D/@t," > and there was light. Nice one! -- Regards, Peter.

Re: [gentoo-user] download dynamic generated file using wget or curl

2005-04-21 Thread Edward Catmur
On Thu, 2005-04-21 at 17:45 +0800, Qiangning Hong wrote: I want to download some jpg's whose URL is as http://some.site/show.php?id=100. In firefox, the downloaded filename is correctly as somefile.jpg, but if I download it using wget or curl, the downloaded file name is show.php?id=100

[SOLVED] Re: [gentoo-user] Re: solving curl dependency issues

2012-05-15 Thread Space Cake
Thank you. It seems to be ok now [ebuild R ~] net-misc/curl-7.25.0-r1 CURL_SSL=gnutls* -openssl* [ebuild R ~] net-libs/liboauth-0.9.6 USE=-curl* =net-misc/curl-7.24.0 -curl_ssl_nss -curl_ssl_openssl curl_ssl_gnutls ssl -nss ssh Laszlo On 2012. máj. 14., hétfő, 17.34.19 CEST

[gentoo-user] solving curl dependency issues

2012-05-14 Thread Space Cake
Hi, For several weeks I'm trying to solve dependency issues with curl, but I'm lost.. any idea? emerge --keep-going -upND world These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds built with USE flags to satisfy net-misc

Re: [gentoo-user] [OT] bash script error

2011-05-09 Thread Pandu Poluan
://mypage; curl_opts=-x '' curl $url -d \mydata\ $curl_opts If I execute it, I got an error from curl, saying it cannot resolve the proxy ''. But If I modify the script to: url=http://mypage; curl $url -d \mydata\ -x '' It works fine. I guess there's something wrong with the argument

Re: [gentoo-user] [OT] bash script error

2011-05-09 Thread Kevin McCarthy
On Mon, May 09, 2011 at 01:44:58PM +0800, Xi Shen wrote: It is not specific to Gentoo. But do not know where to search or post it :) My script looks like: url=http://mypage; curl_opts=-x '' curl $url -d \mydata\ $curl_opts If I execute it, I got an error from curl, saying it cannot

Re: [gentoo-user] Re: solving curl dependency issues

2012-05-14 Thread Space Cake
Removing keywords from curl produces this brutal keywords # emerge --keep-going -upND world These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds built with USE flags to satisfy net-misc/curl[ssl,curl_ssl_nss]. !!! One

[gentoo-user] Re: solving curl dependency issues

2012-05-14 Thread walt
On 05/14/2012 06:08 AM, walt wrote: On 05/14/2012 03:49 AM, Space Cake wrote: Hi, For several weeks I'm trying to solve dependency issues with curl, but I'm lost.. any idea? That problem drove me nuts for months. I finally discovered by desperate trial and error that un-setting

Re: [gentoo-user] Re: openssl upgrade may miss some needed rebuilds

2016-03-02 Thread Todd Goodman
ebuilds of virtualbox and > > git to fail until I forced a rebuild of curl. Any installed package > > that is actually linked against openssl will be affected by this, > > notably curl or wget, which may prevent portage from fetching source > > files. > > Does tha

Re: [gentoo-user] [OT] bash script error

2011-05-09 Thread Alex Schuster
'' curl $url -d \mydata\ $curl_opts If I execute it, I got an error from curl, saying it cannot resolve the proxy ''. But If I modify the script to: url=http://mypage; curl $url -d \mydata\ -x '' It works fine. I guess there's something wrong

Re: [gentoo-user] solving curl dependency issues

2012-05-14 Thread Neil Bothwick
On Mon, 14 May 2012 12:49:59 +0200, Space Cake wrote: emerge: there are no ebuilds built with USE flags to satisfy net-misc/curl[ssl,curl_ssl_nss]. !!! One of the following packages is required to complete your request: - net-misc/curl-7.25.0-r1::gentoo (Change USE: +curl_ssl_nss

Re: [gentoo-user] Re: Re: Re: emerge -DuvatN world doesn't show all upgradeable packages

2008-04-08 Thread Neil Bothwick
friendly world list format. -- Neil Bothwick God said, div D = rho, div B = 0, curl E = - @B/@t, curl H = J + @D/@t, and there was light. signature.asc Description: PGP signature

[gentoo-user] download dynamic generated file using wget or curl

2005-04-21 Thread Qiangning Hong
I want to download some jpg's whose URL is as http://some.site/show.php?id=100. In firefox, the downloaded filename is correctly as somefile.jpg, but if I download it using wget or curl, the downloaded file name is show.php?id=100, which is not acceptable. Can anyone give me a hint to use command

Re: [gentoo-user] Re: Difficulty fixing GLSA 201512-07 (gstreamer-0.10)

2016-01-05 Thread Neil Bothwick
leaned. -- Neil Bothwick God said, "div D = rho, div B = 0, curl E = - @B/@t, curl H = J + @D/@t," and there was light. pgpP0TFyNOUum.pgp Description: OpenPGP digital signature

[gentoo-user] Re: openssl upgrade may miss some needed rebuilds

2016-03-02 Thread Nikos Chantziaras
On 02/03/16 16:41, walt wrote: Today's upgrade of openssl to 1.0.2g-r1 may cause some necessary rebuilds to fail due to missing symbol errors. Example: libcurl was broken and caused the rebuilds of virtualbox and git to fail until I forced a rebuild of curl. Any installed package

[gentoo-user] openssl upgrade may miss some needed rebuilds

2016-03-02 Thread walt
Today's upgrade of openssl to 1.0.2g-r1 may cause some necessary rebuilds to fail due to missing symbol errors. Example: libcurl was broken and caused the rebuilds of virtualbox and git to fail until I forced a rebuild of curl. Any installed package that is actually linked against openssl

Re: [gentoo-user] Re: Howto unmask use flag

2017-12-28 Thread Neil Bothwick
-- Neil Bothwick God said, "div D = rho, div B = 0, curl E = - @B/@t, curl H = J + @D/@t," and there was light. pgpuhB2tjND3x.pgp Description: OpenPGP digital signature

Re: [gentoo-user] ip_change_notifier - empty IP address

2023-06-27 Thread thelma
/home/fd/business/scripts/old_ip.txt" # Read the old IP address from the file OLD_IP=$(cat "$IP_FILE") # Function to retrieve the IP address get_ip_address() { local ip_address ip_address=$(curl -s https://ifconfig.me/ip) echo "$ip_address" }

Re: [gentoo-user] How Bad Is This...?

2008-04-16 Thread Volker Armin Hemmann
.. .. .. .100% 46.4K 00:33:24 (29.93 KB/s) - `/usr/portage/distfiles/curl-7.17.1.tar.bz2' saved [1721551/1721551] Unpacking curl-7.17.1.tar.bz2 to /var/tmp/portage/net-misc/curl-7.17.1/work * Applying curl-7.16.2-strip-ldflags.patch ... [ ok ] * Applying curl-7.17.1-null

Re: [gentoo-user] {OT} Firefox's Connecting

2007-06-09 Thread Grant
the sysadmin had set up DNS. Once fixed I would be asked for a passwd with 1-2 seconds. It could be that something like this is wrong with your server? I'll check that out. Thanks guys. Try it with 'curl' ie: curl -v www.google.com If it doesnt find an IP, its a DNS problem

Re: [gentoo-user] [OT] bash script error

2011-05-09 Thread BRM
Well, I saw a lot of advice on this but no real solution - just some debugging help. At least from my own experience with Bash Scripting, I find that you can never use enough braces when referencing variables. So, the script should read: url=http://mypage; curl_opts=-x curl ${url} -d \mydata

Re: [gentoo-user] [OT] bash script error

2011-05-10 Thread David Haller
Hello, On Mon, 09 May 2011, Kevin McCarthy wrote: On Mon, May 09, 2011 at 01:44:58PM +0800, Xi Shen wrote: It is not specific to Gentoo. But do not know where to search or post it :) My script looks like: url=http://mypage; curl_opts=-x '' curl $url -d \mydata\ $curl_opts If I execute

Re: [gentoo-user] Portage 2.1 weirdness

2006-06-15 Thread Rumen Yotov
of other ones (f.i., xine). So I can't understand why and how I should re-emerge xine because of: [ebuild R ] media-video/xine-ui-0.99.4-r5 USE=X ncurses nls readline -aalib -curl* -libcaca -lirc -vdr -xinerama 0 kB Any hints? Thanks Sergio Hi, This is because of a new USE-flag

Re: [gentoo-user] [OT] bash script error

2011-05-09 Thread Xi Shen
Shen davidshe...@googlemail.com wrote: It is not specific to Gentoo. But do not know where to search or post it :) My script looks like: url=http://mypage; curl_opts=-x '' curl $url -d \mydata\ $curl_opts If I execute it, I got an error from curl, saying it cannot resolve the proxy

Re: [gentoo-user] Strange grub problem

2008-07-20 Thread Neil Bothwick
that is removed when the previous version is unmerged. If you use a different image, or even if you have touched the existing splashimage file, your boot won't be affected. -- Neil Bothwick God said, div D = rho, div B = 0, curl E = - @B/@t, curl H = J + @D/@t, and there was light. signature.asc

Re: [gentoo-user] download dynamic generated file using wget or curl

2005-04-21 Thread Matan Peled
Qiangning Hong wrote: I want to download some jpg's whose URL is as http://some.site/show.php?id=100. In firefox, the downloaded filename is correctly as somefile.jpg, but if I download it using wget or curl, the downloaded file name is show.php?id=100, which is not acceptable. Can anyone

[gentoo-user] gnupg: can't use keyservers

2012-02-16 Thread Stefan G. Weichinger
/thunderbird). google showed me: http://bugs.sabayon.org/show_bug.cgi?id=2781 while I couldn't find anything in the gentoo bugzilla. Re-emerged curl, enigmail, gnupg, even thunderbird (just in case) ... still the same issues. I also tried an older release of curl ... Did anyone hit this as well

Re: [gentoo-user] gnupg: can't use keyservers

2012-02-20 Thread Stefan G. Weichinger
, also tried it from the shell (and not from enigmail/thunderbird). google showed me: http://bugs.sabayon.org/show_bug.cgi?id=2781 while I couldn't find anything in the gentoo bugzilla. Re-emerged curl, enigmail, gnupg, even thunderbird (just in case) ... still the same issues. I also

Re: [gentoo-user] No sound. Please, help!

2022-07-14 Thread Neil Bothwick
h a USB WiFi adaptor, particularly after a suspend. I found that I can wake it u without rebooting with rfkill block wlan; rfkill unblock wlan -- Neil Bothwick God said, "div D = rho, div B = 0, curl E = - @B/@t, curl H = J + @D/@t," and there was light. pgplOeyhZK8T7.pgp Descri

Re: [gentoo-user] {OT} Firefox's Connecting

2007-06-09 Thread Kent Fredric
there was something wrong with the way the sysadmin had set up DNS. Once fixed I would be asked for a passwd with 1-2 seconds. It could be that something like this is wrong with your server? I'll check that out. Thanks guys. Try it with 'curl' ie: curl -v www.google.com If it doesnt find an IP

Re: [gentoo-user] qemu-kvm black screen and infinite loop on startup

2011-04-06 Thread Albert Hopkins
On Wed, 2011-04-06 at 12:00 +0300, Kfir Lavi wrote: Hi Albert, Can you paste your USE flags for qemu? Thanks, Kfir USE=aio sdl vde -alsa -bluetooth -brltty -curl -esd -fdt -hardened -jpeg -ncurses -png -pulseaudio -qemu-ifup -sasl -ssl -static

Re: [gentoo-user] [OT] bash script error

2011-05-09 Thread JDM
: On Mon, May 9, 2011 at 4:31 PM, Pandu Poluan pa...@poluan.info wrote: On 2011-05-09, Xi Shen davidshe...@googlemail.com wrote: My script looks like: url=http://mypage; curl_opts=-x '' curl $url -d \mydata\ $curl_opts If I execute it, I got an error from curl, saying

Re: [gentoo-user] [OT] bash script error

2011-05-09 Thread Kfir Lavi
...@googlemail.com wrote: My script looks like: url=http://mypage; curl_opts=-x '' curl $url -d \mydata\ $curl_opts If I execute it, I got an error from curl, saying it cannot resolve the proxy ''. But If I modify the script to: url=http://mypage; curl $url -d

Re: [gentoo-user] [OT] bash script error

2011-05-10 Thread David Haller
Hello, On Mon, 09 May 2011, JDM wrote: Do as you tried first, but add an eval: eval curl $url -d \mydata\ $curl_opts eval is evil ... -dnh -- Being disintegrated makes me ve-ry an-gry! huff, huff

Re: [gentoo-user] VMware Player 5.0.2

2013-04-11 Thread Stefan G. Weichinger
/show_bug.cgi?id=456262 Downgrading curl didn't help so far ... will try to apply patch. Stefan

Re: [gentoo-user] bugzilla down?

2017-06-15 Thread Mart Raudsepp
Ühel kenal päeval, N, 15.06.2017 kell 16:28, kirjutas Ian Zimmerman: > ~$ curl -L https://bugs.gentoo.org  2>/dev/null | lynx -dump -stdin >  Internal Server Error Please look at https://infra-status.gentoo.org/ of course.

Re: [gentoo-user] Please help me understand this emerge error message.

2023-08-11 Thread Dale
gt;>> >>> ..  It has come back very quickly with the error message: >>> >>> ##### >>> >>> !!! The ebuild selected to satisfy ">=net-misc/curl-7.21.5[ssl]" has unmet >>> requ

Re: [gentoo-user] Please help me understand this emerge error message.

2023-08-11 Thread Kusoneko
t has come back very quickly with the error message: >> >> # >> >> !!! The ebuild selected to satisfy ">=net-misc/curl-7.21.5[ssl]" has unmet >> requirements. >> - net-misc/curl-8.1.2::gentoo USE="adns ftp gnutls

Re: [gentoo-user] GnuPG depends on gentoo-sources?

2006-02-11 Thread Rumen Yotov
+curl -ecc -idea +ldap +nls +readline (-selinux) -smartcard -static -usb +zlib 0 kB [ebuild N] sys-kernel/gentoo-sources-2.6.15-r1 -build -doc -symlink (-ultra1) 0 kB Total size of downloads: 0 kB You are probably trying to use your own, possibly custom-patched, kernel instead

Re: [gentoo-user] dev-libs/efl-1.18.4 fails to emerge with gcc-5.4.0-r3

2017-04-18 Thread Raffaele Belardi
? Is poppler really installed? raffaele Yes, it seems to be: $ eix -l poppler [I] app-text/poppler Available versions: 0.45.0(0/62)^t [cairo cairo-qt cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt4 qt5 tiff +utils] ["cairo-qt?

Re: [gentoo-user] dev-libs/efl-1.18.4 fails to emerge with gcc-5.4.0-r3

2017-04-18 Thread Mick
> >> Maybe https://bugs.gentoo.org/show_bug.cgi?id=615326 ? > >> Is poppler really installed? > >> > >> raffaele > > > > Yes, it seems to be: > > > > $ eix -l poppler > > [I] app-text/poppler > > > > Available ve

Re: [gentoo-user] texlive-core - poppler / xpdf missing library

2015-09-01 Thread Mick
led > > It is looking for poppler and xpdf both of these packages are obsolete. > Should I look for file dependent of xpdf and poppler and recompile them? Not both are obsolete: eix -l poppler [I] app-text/poppler Available versions: 0.32.0(0/51)^t [cairo cjk cu

Re: [gentoo-user] {OT} Firefox's Connecting

2007-06-10 Thread Hans-Werner Hilse
on the server. Does that sound right? [...] does curl respond properly? , or does it just sit there waiting for response? curl sits there waiting for the IP to respond. - might be syncookies, if you have activated that - any chance that it's the client you're using for access? Bad MTU

Re: [gentoo-user] Typewriter sound

2010-08-17 Thread Albert Hopkins
script that creates a web server, but the web server listens for... It runs a python script that uses python-xlib to listen for key presses, and when a key is pressed it uses curl to open the connection to the ruby script.. when the ruby script receives a request it plays a sound. So really it's

Re: [gentoo-user] Typewriter sound

2010-08-17 Thread Albert Hopkins
On Tue, 2010-08-17 at 19:17 -0400, Albert Hopkins wrote: This is a weird script. It's a ruby script that creates a web server, but the web server listens for... It runs a python script that uses python-xlib to listen for key presses, and when a key is pressed it uses curl to open

Re: [gentoo-user] gnupg: can't use keyservers

2012-02-20 Thread Mick
error 7: couldn't connect: Not found Didn't matter which keyserver, also tried it from the shell (and not from enigmail/thunderbird). google showed me: http://bugs.sabayon.org/show_bug.cgi?id=2781 while I couldn't find anything in the gentoo bugzilla. Re-emerged curl, enigmail, gnupg, even

Re[4]: [gentoo-user] Nginx with PHP-FPM

2012-04-05 Thread Stefan Schmiedl
components how to communicate with each other. What is the output of curl -I http://localhost/info.php and of curl http://localhost/info.php assuming that you still have the file info.php that showed up in the logs quoted in your original post. Also: ps ax | grep nginx ps

[gentoo-user] Decoding portage output

2012-06-04 Thread Andrew Lowe
Hi all, Can someone please point me to the doco that decodes the following errors: ** Calculating dependencies... done! !!! The ebuild selected to satisfy dev-vcs/git has unmet requirements. - dev-vcs/git-1.7.8.6 USE=blksha1 cgi curl iconv python threads

Re: [gentoo-user] smartctrl drive error @60%

2014-06-25 Thread Neil Bothwick
using sendmail and it just goes to your ISP mailbox. -- Neil Bothwick God said, div D = rho, div B = 0, curl E = - @B/@t, curl H = J + @D/@t, and there was light. signature.asc Description: PGP signature

Re: [gentoo-user] Re: openssl upgrade may miss some needed rebuilds

2016-03-02 Thread Rich Freeman
curl was broken and caused the rebuilds of virtualbox and >> git to fail until I forced a rebuild of curl. Any installed package >> that is actually linked against openssl will be affected by this, >> notably curl or wget, which may prevent portage from fetching source >&

Re: [gentoo-user] multi-region OCR

2016-12-01 Thread Neil Bothwick
can just install the module with gpan and remove the dependency from the ebuild, but that's even more kludgy. -- Neil Bothwick God said, "div D = rho, div B = 0, curl E = - @B/@t, curl H = J + @D/@t," and there was light. pgpB4GO2pc_AW.pgp Description: OpenPGP digital signature

[gentoo-user] Re: Downloading podcasts via the command line?

2018-01-27 Thread Ian Zimmerman
- I think they're available > via RSS, as are BBC Radio 4's Money Box. I don't know about podcasts, but for downloading web radio brodcasts I just use curl, via basically this script (I have modified it since posting on Gists so ffmpeg has been replaced with curl): https://gist

Re: [gentoo-user] OT - which X terminal do you use?

2006-05-18 Thread Neil Bothwick
twice as fast if you start it with the --noxft option. -- Neil Bothwick Who needs rational when your toes curl up? signature.asc Description: PGP signature

Re: [gentoo-user] emerge gnucash fails

2005-09-02 Thread Neil Bothwick
-wrap installed? Is /usr/lib/libgwrap-glib.so present? g-wrap is a dependency of gnucash, so it should be installed. -- Neil Bothwick Who needs rational when your toes curl up? pgpOJanV1lsRN.pgp Description: PGP signature

[gentoo-user] i cannot browser if the system is up too long

2010-04-15 Thread Xi Shen
hi, if you system is up for many days, sometimes i will not be able to browser web site. but the BT download still works. i can also ping the web site. i really have no idea how to troubleshoot this. even 'curl' cannot get the web page. it feels like all tcp connections are blocked. my system

[gentoo-user] Useflags for wget and curl: openssl versus gnutls?

2011-09-05 Thread walt
A recent buglet in the wget package made me aware that openssl competes with gnutls in certain ways. Even nss and libssh2 may be competing in the same space, if maybe to a smaller extent. Anyone here really understand the tradeoffs involved in the use of these useflags, and why I might want to

[gentoo-user] Awesome WM, io.popen() attempt to index io nil value

2012-03-01 Thread trevor donahue
Hi folks, is anyone of you using awesome wm? I've been struggling with a little bit of a problem lately, wanted to create a widget that retrieves gmail data using curl. The problem encountered is the function io.popen() that returns nil [attempt to index io nil value] (as having an error in lua

Re: [gentoo-user] Re: Do I really need 194 pkgs to install git?

2013-08-03 Thread Marc Joliet
the command emerge -vp dev-vcs/git and come up with 194 pkgs that need to be installed. Try disabling all flags and see where that gets you. You can do that with a single command: USE=-blksha1 -curl -gpg -iconv -pcre -python -threads -webdav -cgi -cvs -doc -emacs -gnome-keyring -gtk

Re: [gentoo-user] Odd cron errors

2014-07-01 Thread Peter Humphrey
On Tuesday 01 July 2014 12:57:53 Alan McKinnon wrote: the error looks like an http error. Got any crons running wget, curl or lynx? I thought so too, but no, I have none of those called by cron. I do have an rsync job every 5 minutes to back up my home directory to the file server, and I

Re: [gentoo-user] {OT} Firefox's Connecting

2007-06-09 Thread Kent Fredric
the sysadmin had set up DNS. Once fixed I would be asked for a passwd with 1-2 seconds. It could be that something like this is wrong with your server? I'll check that out. Thanks guys. Try it with 'curl' ie: curl -v www.google.com If it doesnt find an IP, its a DNS problem, if it finds

Re: [gentoo-user] {OT} Firefox's Connecting

2007-06-09 Thread Grant
. Once fixed I would be asked for a passwd with 1-2 seconds. It could be that something like this is wrong with your server? I'll check that out. Thanks guys. Try it with 'curl' ie: curl -v www.google.com If it doesnt find an IP, its a DNS problem, if it finds an IP but doesn't connect, it may

Re: [gentoo-user] insufficient emerge -t output

2006-04-13 Thread Mantas Povilaitis
depending on net-libs/gnutls... ] net-misc/curl-7.15.1-r1 net-print/cups-1.1.23-r7 but room17 mantas # equery u curl - - gnutls : Adds support for net-libs/gnutls room17 mantas # equery u cups - - gnutls : Adds support for net-libs/gnutls so it isn't curl or cups room17 mantas # equery depends

[gentoo-user] E17 and package.use

2010-11-18 Thread Mick
:35.0 + @@ -8,11 +8,11 @@ net-wireless/bluez gstreamer pcmcia app-portage/layman subversion #entrance -x11-libs/evas X jpeg png svg xpm -x11-libs/ecore X curl +media-libs/evas X jpeg png svg xpm +dev-libs/ecore X curl #E17 -x11-libs/e_dbus X -x11-libs/evas X jpeg png svg xpm fontconfig +dev-libs

Re: [gentoo-user] [OT] bash script error

2011-05-09 Thread Kfir Lavi
in stackovervlow.com. My handle there is 'pepoluan'. Rgds, On 2011-05-09, Xi Shen davidshe...@googlemail.com wrote: It is not specific to Gentoo. But do not know where to search or post it :) My script looks like: url=http://mypage; curl_opts=-x '' curl $url -d \mydata

Re: [gentoo-user] Decoding portage output

2012-06-04 Thread Hinnerk van Bruinehsen
unmet requirements. - dev-vcs/git-1.7.8.6 USE=blksha1 cgi curl iconv python threads webdav -cvs -doc -emacs -gtk -perl (-ppcsha1) -subversion -tk -xinetd The following REQUIRED_USE flag constraints are unsatisfied: cgi? ( perl ) The above constraints are a subset of the following complete

Re: [gentoo-user] Re: Portage screwup

2013-04-20 Thread Mick
: == ~ $ eix -l app-text/poppler [I] app-text/poppler Available versions: (0/35) 0.22.2-r2 [cairo cjk curl cxx debug doc +introspection +jpeg jpeg2k +lcms png qt4 tiff +utils] (0/36

[gentoo-user] Re: Do I really need 194 pkgs to install git?

2013-08-03 Thread Harry Putnam
to be installed. Try disabling all flags and see where that gets you. You can do that with a single command: USE=-blksha1 -curl -gpg -iconv -pcre -python -threads -webdav -cgi -cvs -doc -emacs -gnome-keyring -gtk -highlight -nls -perl -ppcsha1 -subversion -test -tk -xinetd emerge -p dev-vcs/git Hehe

Re: [gentoo-user] Please help me understand this emerge error message.

2023-08-12 Thread Alan Mackenzie
ckly with the error message: > > # > > !!! The ebuild selected to satisfy ">=net-misc/curl-7.21.5[ssl]" has unmet > > requirements. > > - net-misc/curl-8.1.2::gentoo USE="adns ftp gnutls http2 imap pop3 > > progress-m

Re: [gentoo-user] ip_change_notifier - empty IP address

2023-06-27 Thread Neil Bothwick
our actual email address > >> EMAIL="your_em...@gmail.com" > >> > >> # File to store the old IP address > >> IP_FILE="/home/fd/business/scripts/old_ip.txt" > >> > >> # Read the old IP address from the file >

[gentoo-user] How Bad Is This...?

2008-04-16 Thread Bob Young
) - `/usr/portage/distfiles/curl-7.17.1.tar.bz2' saved [1721551/1721551] Unpacking curl-7.17.1.tar.bz2 to /var/tmp/portage/net-misc/curl-7.17.1/work * Applying curl-7.16.2-strip-ldflags.patch ... [ ok ] * Applying curl-7.17.1-null-handler-segfault.patch ... [ ok ] * Running elibtoolize

Re: [gentoo-user] dev-libs/efl-1.18.4 fails to emerge with gcc-5.4.0-r3

2017-04-18 Thread Mick
> > > > This was the 110th package out of 413 being rebuild, so I assume poppler > > et al should have already been rebuilt in advance as dependencies. What > > can I try? > Maybe https://bugs.gentoo.org/show_bug.cgi?id=615326 ? > Is poppler really installed? > &g

Re: [gentoo-user] Please help me understand this emerge error message.

2023-08-11 Thread Dale
> > !!! The ebuild selected to satisfy ">=net-misc/curl-7.21.5[ssl]" has unmet > requirements. > - net-misc/curl-8.1.2::gentoo USE="adns ftp gnutls http2 imap pop3 > progress-meter smtp ssl tftp -alt-svc -brotli -gopher -hsts -idn -kerberos > -ldap -mbedt

Re: [gentoo-user] Please explain why this new 'emerge @preserved-rebuild' is good?

2009-01-08 Thread Mark Knecht
fully downloaded (unless the nss build system itself does any downloading, but I believe nss doesn't have any wonkiness in it's build system - just standard autotools). -James Thanks much, Mark Same results emerging evolution after running ldconfig. Other than curl which I don't know much

Re: [gentoo-user] E17 and package.use

2010-11-18 Thread Alan McKinnon
-15 12:50:46.0 + +++ /etc/portage/._cfg_package.use 2010-11-18 19:35:35.0 + @@ -8,11 +8,11 @@ net-wireless/bluez gstreamer pcmcia app-portage/layman subversion #entrance -x11-libs/evas X jpeg png svg xpm -x11-libs/ecore X curl +media-libs/evas X jpeg png svg

Re: [gentoo-user] Please help me understand this emerge error message.

2023-08-12 Thread Alan Mackenzie
; .. It has come back very quickly with the error message: > > # > > !!! The ebuild selected to satisfy ">=net-misc/curl-7.21.5[ssl]" has unmet > > requirements. - net-misc/curl-8.1.2::gentoo US

Re: [gentoo-user] ip_change_notifier - empty IP address

2023-06-27 Thread thelma
LE="/home/fd/business/scripts/old_ip.txt" # Read the old IP address from the file OLD_IP=$(cat "$IP_FILE") # Function to retrieve the IP address get_ip_address() { local ip_address ip_address=$(curl -s https://ifconfig.me/ip) echo "$ip_address" }

Re: [gentoo-user] Please help me understand this emerge error message.

2023-08-12 Thread Alan Mackenzie
USE flags. > See https://wiki.gentoo.org/wiki/Required_USE_flags OK. > Hope that helps, have a lovely day. It does, thanks. I set the USE flag openssl for curl, and it all built OK. [ ] > -- > Arsen Arsenović -- Alan Mackenzie (Nuremberg, Germany).

Re: [gentoo-user] Kmail does not show all imap folders

2024-01-22 Thread Wols Lists
On 22/01/2024 07:04, Alexander Puchmayr wrote: I checked folder subscriptions in kmail, but I do not see the missing folders there either. Also akonadi-console does not show them. I also tried curl imaps:/// Showing all of the missing folders, so I think its an akonadi/kmail problem

Re: [gentoo-user] How to use mplayer play file online?

2008-02-29 Thread Daniel Iliev
it. Is there any advice? Thanks in advanced! I'm not sure if mplayer supports authentication, but you could try to pipe the output from another client. Something like: curl --auth-options ftp:/exemple.com/patth/file | mplayer - or wget --auth-options ftp://exemple.com/patth/file -O - | mplayer

Re: [gentoo-user] The big clean up

2007-08-26 Thread W.Kenworthy
Also, try running prelink on the system - I found a number of old, orphaned binaries on a ~5yr plus gentoo yesterday that had broken years ago when I ran prelink this time! - it complains about missing dependencies. Some files did turn out to be from currently installed packages (curl, gnuplot

[gentoo-user] MPD Streaming ID3 tags

2009-04-07 Thread Ralph Slooten
, but MPD won't display the tags. Anyone got any ideas? MPD plays the stream fine though, and has no issues displaying tags of local files (ogg mp3). MPD was compiled with USE=alsa curl ffmpeg id3 lame mad mikmod ogg vorbis -aac -ao -audiofile -debug -doc -flac -icecast -ipv6 -jack

Re: [gentoo-user] Strange --depclean / mit-krb5

2008-12-08 Thread Willie Wong
packages. vorbis-tools depends on curl if you have the ogg123 flag set, and net-misc/curl also has the kerberos flag. So you may need to rebuild the curl package then the vorbis-tools package. I suspect similar things happen for totem and subversion. My guess for subversion is that it depends

[gentoo-user] Openoffice crashes when opening ANY file

2005-05-04 Thread Alexander Puchmayr
) The use-Flags while building were +curl -debug +hardened +java +kde +nptl +zlib Is it possible that the +hardened flag does something nasty with OO ? (The old, working version was built with -hardened). Greetings Alex -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: OpenOffice update from Ximianised version

2005-12-02 Thread Mick
dependencies ...done! [ebuild N] dev-perl/Compress-Zlib-1.35 146 kB [ebuild N] dev-perl/Archive-Zip-1.14 107 kB [ebuild N] app-office/openoffice-2.0.0 +curl -eds -gnome -gtk -java +kde -ldap -mozilla -nas +xml2 +zlib 210,553 kB Total size of downloads: 210,807 kB

Re: [gentoo-user] i cannot browser if the system is up too long

2010-04-15 Thread Kevin O'Gorman
download still works. i can also ping the web site. i really have no idea how to troubleshoot this. even 'curl' cannot get the web page. it feels like all tcp connections are blocked. my system is gentoo amd64, kde 4.4. -- Best Regards, David Shen http://twitter.com/davidshen84

Re: [gentoo-user] i cannot browser if the system is up too long

2010-04-15 Thread Stroller
On 15 Apr 2010, at 12:48, Xi Shen wrote: ... if you system is up for many days, sometimes i will not be able to browser web site. but the BT download still works. i can also ping the web site. i really have no idea how to troubleshoot this. even 'curl' cannot get the web page. it feels like all

[gentoo-user] Re: Awesome WM, io.popen() attempt to index io nil value

2012-03-01 Thread trevor donahue
bit of a problem lately, wanted to create a widget that retrieves gmail data using curl. The problem encountered is the function io.popen() that returns nil [attempt to index io nil value] (as having an error in lua) even though not doing anything special, tested also with ls -l and other

[gentoo-user] e-file Forbidden error

2012-04-18 Thread Daniel.
I got an 403 error while trying to run e-file... from sh -x $(which e-file) /usr/bin/dig I got curl -s 'http://www.portagefilelist.de/index.php/Special:PFLQuery2?file=/usr/bin/digsearchfile=lookuplookup=filetxt' Which gives me !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN htmlhead title403

[gentoo-user] e-file not working

2012-04-19 Thread Daniel Hilst
When I run e-file I got some weird output. Digging I found that this url is forbidden for me! From `e-file /usr/bin/dig' curl -s 'http://www.portagefilelist.de/index.php/Special:PFLQuery2?file=/usr/bin/digsearchfile=lookuplookup=filetxt' which gives me: !DOCTYPE HTML PUBLIC -//IETF//DTD HTML

Re: [gentoo-user] Decoding portage output

2012-06-04 Thread Andrew Lowe
: if you want to use one of cgi,cvs or subversion, you'll need to activate the perl useflag too (same fpr webdav and curl, though that dependency is satisfied). WKR Hinnerk Hinnerk, Thanks for the decode, but where did YOU get the knowledge from? I want to understand this, so I don't have

Re: [gentoo-user] Calibre Update Problems

2013-05-08 Thread Michael Mol
/gstreamer-0.10/libgnl.la (requires /usr/lib/libgstreamer-0.10.la) [ 95% ] * broken /usr/local/lib/libdee-1.0.so.4.1.1 (requires libicudata.so.49 libicui18n.so.49) [ 100% ] * broken /usr/bin/linuxtrade-curl (no version information available) * Generated new

[gentoo-user] Re: Do I really need 194 pkgs to install git?

2013-08-02 Thread Nikos Chantziaras
that gets you. You can do that with a single command: USE=-blksha1 -curl -gpg -iconv -pcre -python -threads -webdav -cgi -cvs -doc -emacs -gnome-keyring -gtk -highlight -nls -perl -ppcsha1 -subversion -test -tk -xinetd emerge -p dev-vcs/git

[gentoo-user] Re: unwanted msgs from cron after upgrade

2013-12-29 Thread James
Philip Webb purslow at ca.inter.net writes: Yesterday I did my usual Sat system update, emerging new versions of libassuan HTTP-Cookies dialog curl coreutils binutils procps virtual/man . Today after restarting the system, mail continues to be downloaded normally, my mailbox is receiving

  1   2   3   4   5   6   7   8   >