From skyguide.base at icloud.com Wed Jan 6 00:55:59 2016 From: skyguide.base at icloud.com (Damien) Date: Tue, 05 Jan 2016 16:55:59 -0800 Subject: [Tox Support] Looking to provide a feed back on qTox client performance running on Ubuntu 14.04 LTS Message-ID: <568C661F.704@icloud.com> Hello, I'm looking to get in touch with a Dev team of qTox client (Linux version) to give my feedback and testing notes if anyone from the Dev team are interested. Thank you . Damien From zero-one at tox.chat Wed Jan 6 03:59:58 2016 From: zero-one at tox.chat (zero-one) Date: Tue, 5 Jan 2016 19:59:58 -0800 Subject: [Tox Support] Looking to provide a feed back on qTox client performance running on Ubuntu 14.04 LTS In-Reply-To: <568C661F.704@icloud.com> References: <568C661F.704@icloud.com> Message-ID: <568C913E.5000002@tox.chat> If you have suggestions for qTox improvements, you should post them to their issue tracker here: https://github.com/tux3/qTox/issues . This list is for tox development in general, and while qTox is a Tox client, your feedback will get more relevant attention on the qTox issue tracker. Thanks, David Zero On 01/05/2016 04:55 PM, Damien wrote: > Hello, I'm looking to get in touch with a Dev team of qTox client > (Linux version) to give my feedback and testing notes if anyone from > the Dev team are interested. > > Thank you . > > Damien > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support From zero-one at tox.chat Wed Jan 6 04:01:45 2016 From: zero-one at tox.chat (zero-one) Date: Tue, 5 Jan 2016 20:01:45 -0800 Subject: [Tox Support] Looking to provide a feed back on qTox client performance running on Ubuntu 14.04 LTS In-Reply-To: <568C913E.5000002@tox.chat> References: <568C661F.704@icloud.com> <568C913E.5000002@tox.chat> Message-ID: <568C91A9.4080005@tox.chat> er.. I take back that bit about this list being for dev, I actually didn't notice that this was posted to the support list. Try to avoid posting non-support questions to the support list. Thanks, David Zero On 01/05/2016 07:59 PM, zero-one wrote: > If you have suggestions for qTox improvements, you should post them to > their issue tracker here: https://github.com/tux3/qTox/issues . This > list is for tox development in general, and while qTox is a Tox client, > your feedback will get more relevant attention on the qTox issue tracker. > > Thanks, > David Zero > > On 01/05/2016 04:55 PM, Damien wrote: >> Hello, I'm looking to get in touch with a Dev team of qTox client >> (Linux version) to give my feedback and testing notes if anyone from >> the Dev team are interested. >> >> Thank you . >> >> Damien >> _______________________________________________ >> Support mailing list >> Support at lists.tox.chat >> https://lists.tox.chat/listinfo/support > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support From skyguide.base at icloud.com Wed Jan 6 06:19:04 2016 From: skyguide.base at icloud.com (Damien) Date: Tue, 05 Jan 2016 22:19:04 -0800 Subject: [Tox Support] Running a node. Message-ID: <568CB1D8.2060603@icloud.com> Hello, I would like to contribute to your project and I have a couple of questions... 1. Could you please clarify a bit what type of nodes are used to facilitate tox communications, in a different parts of wiki pages there is a bit different terminology. There is mentioning of something called "DHT node", while under "running a node" section, node called a "bootstrap node". Is that a same thing? 2. It seems that in order to run a node, tox core has to be installed first. If that's the case, in instruction to install a Tox core, there is separate instruction for installing/including libraries to facilitate audio/video communications. Could you please clarify if this actually necessary to facilitate a full functionality including a audio/video communication for a tox users utilizing the node of a distributed tox network, or .... A/V libraries needed for... a local tox client on the system? 3. I'm considering running a vm (on esxi host) dedicated to the node. as a base OS, i will use ubuntu 14.04 LTS Server. This esxi host/ vm / node will be running behind PFsense 2.2.6 (FreeBSD 10.1-RELEASE-p25). Could you provide a best practice recommendations in terms of all necessary network related config on the firewall, port forwarding, what ports (if any) would have to be opened... 4. The cost of running the node - in terms of amount of traffic the node may receive - could you please estimate it or this is not something you can anticipate at all? Meaning - will I be slammed with huge traffic volume? 5. Can you make any comments regarding potential exposure to outside intrusion, including a state sponsored attacks. My host will be in USA and with all the issues we have going on over here (NSA) I am trying to scale how much of a target I personally may become, running a tox-core node. Have you had any incidents when this already became an issue of node operators? Note: The host will be physically connected via a residential i-net access, with a very slow connection rate. Could you please provide an absolute minimum requirements for the network in terms of up/down speed, and latency. The i-net facing interface of PFSense has a public IP address, it is Dynamic but it has a registered DDNS record. Would that be acceptable or even feasible to run a node? Please let me know if you can, and thank you for your time. Damien From stal at tox.chat Wed Jan 6 07:15:14 2016 From: stal at tox.chat (Rayet Areash) Date: Tue, 5 Jan 2016 23:15:14 -0800 Subject: [Tox Support] Running a node. In-Reply-To: <568CB1D8.2060603@icloud.com> References: <568CB1D8.2060603@icloud.com> Message-ID: Hi Damien, I'll answer your questions inline: > On 5 Jan, 2016, at 22:19, Damien wrote: > > > Hello, I would like to contribute to your project and I have a couple of questions... > > 1. Could you please clarify a bit what type of nodes are used to facilitate tox communications, in a different parts of wiki pages there is a bit different terminology. > There is mentioning of something called "DHT node", while under "running a node" section, node called a "bootstrap node". Is that a same thing? Bootstrap nodes are simply DHT nodes which make their IP/port/public key public for others to use. In practice there is no difference between regular DHT nodes and bootstrap nodes. > > 2. It seems that in order to run a node, tox core has to be installed first. If that's the case, in instruction to install a Tox core, there is separate instruction for installing/including libraries to facilitate audio/video communications. > Could you please clarify if this actually necessary to facilitate a full functionality including a audio/video communication for a tox users utilizing the node of a distributed tox network, or .... A/V libraries needed for... a local tox client on the system? No, you do not need to install toxcore with A/V support to run a bootstrap node for all users. > > 3. I'm considering running a vm (on esxi host) dedicated to the node. as a base OS, i will use ubuntu 14.04 LTS Server. > This esxi host/ vm / node will be running behind PFsense 2.2.6 (FreeBSD 10.1-RELEASE-p25). > Could you provide a best practice recommendations in terms of all necessary network related config on the firewall, port forwarding, what ports (if any) would have to be opened... You should open port 33445 on UDP, as well as any ports you set up for TCP relaying. By default it's 33445, 3389, and 443 - you can change these. > > 4. The cost of running the node - in terms of amount of traffic the node may receive - could you please estimate it or this is not something you can anticipate at all? Meaning - will I be slammed with huge traffic volume? It depends - from my experience running a bootstrap node I would guess it uses around 40 kbyte/s constantly. Maybe more if you end up relaying traffic for others. (You may wish to disable TCP relaying altogether.) > > 5. Can you make any comments regarding potential exposure to outside intrusion, including a state sponsored attacks. My host will be in USA and with all the issues we have going on over here (NSA) I am trying to scale how much of a target I personally may become, running a tox-core node. An attacker would not gain anything from taking over your node (except maybe to turn it off). Tox isn't huge right now so the incentive for attackers is pretty low too. > Have you had any incidents when this already became an issue of node operators? > > Note: The host will be physically connected via a residential i-net access, with a very slow connection rate. > Could you please provide an absolute minimum requirements for the network in terms of up/down speed, and latency. I don't have any numbers for you, but again, bandwidth matters more than speed. > > The i-net facing interface of PFSense has a public IP address, it is Dynamic but it has a registered DDNS record. > Would that be acceptable or even feasible to run a node? Yes. I think there are some nodes that do this already. > > Please let me know if you can, and thank you for your time. > > Damien > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 812 bytes Desc: Message signed with OpenPGP using GPGMail URL: From stal at tox.chat Wed Jan 6 08:53:45 2016 From: stal at tox.chat (Rayet Areash) Date: Wed, 6 Jan 2016 00:53:45 -0800 Subject: [Tox Support] Problem with uTox Message-ID: <3F4B0642-F83B-47BF-ACBC-D62BE2E1024D@tox.chat> Hello folks, My parents recently bought a used T-displacement unit so they could visit their grand-daughter, but I can't seem to get uTox (running on it) to connect. Is this a network issue, or is something wrong with the unit itself? The model number is FG204 and it runs firmware 2.31 according to the settings. Thanks! Sent from my iPhone P. S. this is a test. From skyguide.base at icloud.com Thu Jan 7 09:41:22 2016 From: skyguide.base at icloud.com (Damien) Date: Thu, 07 Jan 2016 01:41:22 -0800 Subject: [Tox Support] Running a node Message-ID: <568E32C2.8080504@icloud.com> Hello, i was hopping some one could help to troubleshoot a problem... I attempted to run a tox-bootstrapd daemon using Ubuntu 14.04 LTS Server to facilitate a DHT node... and was not able to.... Followed all the steps in guides... but ether I missed a stepped or... sysctl just would not start a daemon at all. There is no errors in logs... there is no error messages executing: $ sudo service tox-bootstrapd start it's just gives a prompted and no tox daemon is running. Could some one please help to troubleshoot this? Thank you. Damien From greg at grayhatter.com Thu Jan 7 17:01:21 2016 From: greg at grayhatter.com (Gregory Mullen) Date: Thu, 7 Jan 2016 09:01:21 -0800 Subject: [Tox Support] Running a node In-Reply-To: <568E32C2.8080504@icloud.com> References: <568E32C2.8080504@icloud.com> Message-ID: If you've just recently updated Toxcore, the current method is using a docker container. Is that the setup you're trying to follow? On Jan 7, 2016 01:41, "Damien" wrote: > Hello, i was hopping some one could help to troubleshoot a problem... > > I attempted to run a tox-bootstrapd daemon using Ubuntu 14.04 LTS Server > to facilitate a DHT node... and was not able to.... > > Followed all the steps in guides... but ether I missed a stepped or... > sysctl just would not start a daemon at all. > There is no errors in logs... there is no error messages executing: > > $ sudo service tox-bootstrapd start > > it's just gives a prompted and no tox daemon is running. > > Could some one please help to troubleshoot this? > > Thank you. > > Damien > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nurupocontributions at gmail.com Thu Jan 7 22:12:14 2016 From: nurupocontributions at gmail.com (nurupo) Date: Thu, 7 Jan 2016 17:12:14 -0500 Subject: [Tox Support] Running a node In-Reply-To: References: <568E32C2.8080504@icloud.com> Message-ID: >Could some one please help to troubleshoot this? Try checking if that the init system you are using is actually attempting to start the daemon. >If you've just recently updated Toxcore, the current method is using a docker container. Docker is just one of the options available, which was added just recently. It's not "the current method", all of the options are viable methods. On Thu, Jan 7, 2016 at 12:01 PM, Gregory Mullen wrote: > If you've just recently updated Toxcore, the current method is using a > docker container. > > Is that the setup you're trying to follow? > On Jan 7, 2016 01:41, "Damien" wrote: > >> Hello, i was hopping some one could help to troubleshoot a problem... >> >> I attempted to run a tox-bootstrapd daemon using Ubuntu 14.04 LTS Server >> to facilitate a DHT node... and was not able to.... >> >> Followed all the steps in guides... but ether I missed a stepped or... >> sysctl just would not start a daemon at all. >> There is no errors in logs... there is no error messages executing: >> >> $ sudo service tox-bootstrapd start >> >> it's just gives a prompted and no tox daemon is running. >> >> Could some one please help to troubleshoot this? >> >> Thank you. >> >> Damien >> _______________________________________________ >> Support mailing list >> Support at lists.tox.chat >> https://lists.tox.chat/listinfo/support >> > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tiger.railgun at gmail.com Fri Jan 8 19:25:26 2016 From: tiger.railgun at gmail.com (Jason Litke) Date: Fri, 8 Jan 2016 12:25:26 -0700 Subject: [Tox Support] Error opening file for writing on Windows 8.1 Message-ID: ?Hi i have been getting this Error on Windows 8.1 The same thing shows for several different dll's and other files that the Installer tries to write. Also I have installed qTox on my Windows 7 computer. When I click the box beside "Load Automatically" is that supposed to save the password? Because I still have to enter the password every time. Or does that just make qTox open on Windows startup? Thanks. ? ? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: qTox Error Windows 8.1.PNG Type: image/png Size: 20436 bytes Desc: not available URL: From greg at grayhatter.com Fri Jan 8 22:00:50 2016 From: greg at grayhatter.com (Gregory Mullen) Date: Fri, 8 Jan 2016 14:00:50 -0800 Subject: [Tox Support] Error opening file for writing on Windows 8.1 In-Reply-To: References: Message-ID: Do you have UAC enabled? Did you have to approve qTox to install from a popup? Have you tried running just the installer as an administrator? On Fri, Jan 8, 2016 at 11:25 AM, Jason Litke wrote: > ?Hi i have been getting this Error on Windows 8.1 > The same thing shows for several different dll's and other files that the > Installer tries to write. > > > > > Also I have installed qTox on my Windows 7 computer. When I click the box > beside "Load Automatically" is that supposed to save the password? Because > I still have to enter the password every time. Or does that just make qTox > open on Windows startup? > > > Thanks. > ? > ? > > > > > > > > > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: qTox Error Windows 8.1.PNG Type: image/png Size: 20436 bytes Desc: not available URL: From greg at grayhatter.com Sat Jan 9 01:14:06 2016 From: greg at grayhatter.com (Gregory Mullen) Date: Fri, 8 Jan 2016 17:14:06 -0800 Subject: [Tox Support] Error opening file for writing on Windows 8.1 In-Reply-To: References: Message-ID: You tried to install uTox and it installed uTox and qTox? On Fri, Jan 8, 2016 at 5:11 PM, Jason Litke wrote: > No I turned off UAC. There was no popup. Same thing actually happened when > I tried to install an update for Startup Delayer. > > Yes I tried running it as an administrator. Tho I tried to install uTox > and that installed both uTox and qTox. > On Jan 8, 2016 3:01 PM, "Gregory Mullen" wrote: > >> Do you have UAC enabled? >> >> Did you have to approve qTox to install from a popup? >> >> Have you tried running just the installer as an administrator? >> >> On Fri, Jan 8, 2016 at 11:25 AM, Jason Litke >> wrote: >> >>> ?Hi i have been getting this Error on Windows 8.1 >>> The same thing shows for several different dll's and other files that >>> the Installer tries to write. >>> >>> >>> >>> >>> Also I have installed qTox on my Windows 7 computer. When I click the >>> box beside "Load Automatically" is that supposed to save the password? >>> Because I still have to enter the password every time. Or does that just >>> make qTox open on Windows startup? >>> >>> >>> Thanks. >>> ? >>> ? >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Support mailing list >>> Support at lists.tox.chat >>> https://lists.tox.chat/listinfo/support >>> >>> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: qTox Error Windows 8.1.PNG Type: image/png Size: 20436 bytes Desc: not available URL: From greg at grayhatter.com Sat Jan 9 01:18:23 2016 From: greg at grayhatter.com (Gregory Mullen) Date: Fri, 8 Jan 2016 17:18:23 -0800 Subject: [Tox Support] Error opening file for writing on Windows 8.1 In-Reply-To: References: Message-ID: Where did you find this installer? On Fri, Jan 8, 2016 at 5:17 PM, Jason Litke wrote: > Yes > On Jan 8, 2016 6:14 PM, "Gregory Mullen" wrote: > >> You tried to install uTox and it installed uTox and qTox? >> >> On Fri, Jan 8, 2016 at 5:11 PM, Jason Litke >> wrote: >> >>> No I turned off UAC. There was no popup. Same thing actually happened >>> when I tried to install an update for Startup Delayer. >>> >>> Yes I tried running it as an administrator. Tho I tried to install uTox >>> and that installed both uTox and qTox. >>> On Jan 8, 2016 3:01 PM, "Gregory Mullen" wrote: >>> >>>> Do you have UAC enabled? >>>> >>>> Did you have to approve qTox to install from a popup? >>>> >>>> Have you tried running just the installer as an administrator? >>>> >>>> On Fri, Jan 8, 2016 at 11:25 AM, Jason Litke >>>> wrote: >>>> >>>>> ?Hi i have been getting this Error on Windows 8.1 >>>>> The same thing shows for several different dll's and other files that >>>>> the Installer tries to write. >>>>> >>>>> >>>>> >>>>> >>>>> Also I have installed qTox on my Windows 7 computer. When I click the >>>>> box beside "Load Automatically" is that supposed to save the password? >>>>> Because I still have to enter the password every time. Or does that just >>>>> make qTox open on Windows startup? >>>>> >>>>> >>>>> Thanks. >>>>> ? >>>>> ? >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Support mailing list >>>>> Support at lists.tox.chat >>>>> https://lists.tox.chat/listinfo/support >>>>> >>>>> >>>> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: qTox Error Windows 8.1.PNG Type: image/png Size: 20436 bytes Desc: not available URL: From jd1008 at gmail.com Mon Jan 18 20:56:59 2016 From: jd1008 at gmail.com (jd1008) Date: Mon, 18 Jan 2016 13:56:59 -0700 Subject: [Tox Support] Builng gtox on Fedora 22 Message-ID: <569D519B.90005@gmail.com> Build failed. . . . . . mkdir -p /usr/local/lib/pkgconfig mkdir -p /usr/local/include Installing libfilteraudio.so.0.0.0 Installing filter_audio.h Installing filteraudio.pc Installing libfilteraudio.a /tmp/gtox/qTox Project ERROR: Unknown module(s) in QT: svg make: *** No targets specified and no makefile found. Stop. So, what does the error message mean? Does it mean it found a module called svg that it knows nothing about? Why resort to such cryptic error messages? If it wants the module svg, why not belch out a message like QT module svg not found. At any rate, I have the following info on qtsvg on my system: $ cd /usr/lib64 $ find qt* -name \*svg\* qt-3.3/include/private/qsvgdevice_p.h qt4/plugins/iconengines/libqsvgicon.so qt4/plugins/imageformats/libqsvg.so qt4/plugins/script/libqtscript_svg.so.1 qt4/plugins/script/libqtscript_svg.so.1.0 qt4/plugins/script/libqtscript_svg.so qt4/plugins/script/libqtscript_svg.so.1.0.0 qt5/plugins/iconengines/libqsvgicon.so qt5/plugins/imageformats/libqsvg.so qt5/plugins/svgthumbnail.so What's missing? Which qt version is needed for the qtsvg ??? -------------- next part -------------- An HTML attachment was scrubbed... URL: From nurupocontributions at gmail.com Mon Jan 18 22:20:16 2016 From: nurupocontributions at gmail.com (nurupo) Date: Mon, 18 Jan 2016 17:20:16 -0500 Subject: [Tox Support] Builng gtox on Fedora 22 In-Reply-To: <569D519B.90005@gmail.com> References: <569D519B.90005@gmail.com> Message-ID: Hello there, Is it gtox or qtox that you are building? Your title says gtox, but looks like it's actually qtox. >Why resort to such cryptic error messages? Ask qmake developers about that, nothing we can do about this. >What's missing? qt5/lib/libQt5Svg.so is missing. On Mon, Jan 18, 2016 at 3:56 PM, jd1008 wrote: > Build failed. > . > . > . > . > . > mkdir -p /usr/local/lib/pkgconfig > mkdir -p /usr/local/include > Installing libfilteraudio.so.0.0.0 > Installing filter_audio.h > Installing filteraudio.pc > Installing libfilteraudio.a > /tmp/gtox/qTox > Project ERROR: Unknown module(s) in QT: svg > make: *** No targets specified and no makefile found. Stop. > > So, what does the error message mean? > Does it mean it found a module called svg that it knows nothing about? > > Why resort to such cryptic error messages? > > If it wants the module svg, why not belch out a message like > QT module svg not found. > > At any rate, I have the following info on qtsvg on my system: > > $ cd /usr/lib64 > $ find qt* -name \*svg\* > qt-3.3/include/private/qsvgdevice_p.h > qt4/plugins/iconengines/libqsvgicon.so > qt4/plugins/imageformats/libqsvg.so > qt4/plugins/script/libqtscript_svg.so.1 > qt4/plugins/script/libqtscript_svg.so.1.0 > qt4/plugins/script/libqtscript_svg.so > qt4/plugins/script/libqtscript_svg.so.1.0.0 > qt5/plugins/iconengines/libqsvgicon.so > qt5/plugins/imageformats/libqsvg.so > qt5/plugins/svgthumbnail.so > > What's missing? > > Which qt version is needed for the qtsvg ??? > > > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nurupocontributions at gmail.com Mon Jan 18 22:51:42 2016 From: nurupocontributions at gmail.com (nurupo) Date: Mon, 18 Jan 2016 17:51:42 -0500 Subject: [Tox Support] Builng gtox on Fedora 22 In-Reply-To: <569D67A4.1060208@gmail.com> References: <569D519B.90005@gmail.com> <569D67A4.1060208@gmail.com> Message-ID: Oh, I see. Make sure that qmake you use uses Qt5 libraries, not Qt4 ones. I think it can be done with "qmake --version". If it uses Qt4, you can make it use Qt5 be passing "-qt5" option, e.g. "qmake -qt5 --version". qTox needs Qt5 libraries. Also, you didn't CC support at lists.tox.chat in your reply. On Mon, Jan 18, 2016 at 5:31 PM, jd1008 wrote: > > On 01/18/2016 03:20 PM, nurupo wrote: > > Hello there, > > Is it gtox or qtox that you are building? > Your title says gtox, but looks like it's actually qtox. > > >Why resort to such cryptic error messages? > Ask qmake developers about that, nothing we can do about this. > > >What's missing? > qt5/lib/libQt5Svg.so is missing. > > $ locate libQt5Svg.so > /usr/lib64/libQt5Svg.so.5 > /usr/lib64/libQt5Svg.so.5.5 > /usr/lib64/libQt5Svg.so.5.5.1 > > I am building on a 64 bit system. How come the scripts and makefiles > cannot discern that on 64 bit linuxes, the libs are in /usr/lib64 > Also, the qt5 dir under /usr/lib64 has no directory named lib. > At least, this is how it is on fedora 22 64 bit. > > > > > On Mon, Jan 18, 2016 at 3:56 PM, jd1008 wrote: > >> Build failed. >> . >> . >> . >> . >> . >> mkdir -p /usr/local/lib/pkgconfig >> mkdir -p /usr/local/include >> Installing libfilteraudio.so.0.0.0 >> Installing filter_audio.h >> Installing filteraudio.pc >> Installing libfilteraudio.a >> /tmp/gtox/qTox >> Project ERROR: Unknown module(s) in QT: svg >> make: *** No targets specified and no makefile found. Stop. >> >> So, what does the error message mean? >> Does it mean it found a module called svg that it knows nothing about? >> >> Why resort to such cryptic error messages? >> >> If it wants the module svg, why not belch out a message like >> QT module svg not found. >> >> At any rate, I have the following info on qtsvg on my system: >> >> $ cd /usr/lib64 >> $ find qt* -name \*svg\* >> qt-3.3/include/private/qsvgdevice_p.h >> qt4/plugins/iconengines/libqsvgicon.so >> qt4/plugins/imageformats/libqsvg.so >> qt4/plugins/script/libqtscript_svg.so.1 >> qt4/plugins/script/libqtscript_svg.so.1.0 >> qt4/plugins/script/libqtscript_svg.so >> qt4/plugins/script/libqtscript_svg.so.1.0.0 >> qt5/plugins/iconengines/libqsvgicon.so >> qt5/plugins/imageformats/libqsvg.so >> qt5/plugins/svgthumbnail.so >> >> What's missing? >> >> Which qt version is needed for the qtsvg ??? >> >> >> >> _______________________________________________ >> Support mailing list >> Support at lists.tox.chat >> https://lists.tox.chat/listinfo/support >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jd1008 at gmail.com Mon Jan 18 23:05:55 2016 From: jd1008 at gmail.com (jd1008) Date: Mon, 18 Jan 2016 16:05:55 -0700 Subject: [Tox Support] Builng gtox on Fedora 22 In-Reply-To: References: <569D519B.90005@gmail.com> <569D67A4.1060208@gmail.com> Message-ID: <569D6FD3.40002@gmail.com> On 01/18/2016 03:51 PM, nurupo wrote: > Oh, I see. Make sure that qmake you use uses Qt5 libraries, not Qt4 ones. > I think it can be done with "qmake --version". If it uses Qt4, you can > make it use Qt5 be passing "-qt5" option, e.g. "qmake -qt5 --version". > qTox needs Qt5 libraries. One script says: . . . + cd qTox + qmake-qt5 Project ERROR: Unknown module(s) in QT: multimedia multimediawidgets error: Bad exit status from /var/tmp/rpm-tmp.tz8Ww1 (%build) > > Also, you didn't CC support at lists.tox.chat in your reply. Strange! Usually, my thunderbird, when I reply to a message on the fedora list, it automagically sends it only to the fedora list, and not to the OP. > On Mon, Jan 18, 2016 at 5:31 PM, jd1008 > wrote: > > > On 01/18/2016 03:20 PM, nurupo wrote: >> Hello there, >> >> Is it gtox or qtox that you are building? >> Your title says gtox, but looks like it's actually qtox. >> >> >Why resort to such cryptic error messages? >> Ask qmake developers about that, nothing we can do about this. >> >> >What's missing? >> qt5/lib/libQt5Svg.so is missing. > $ locate libQt5Svg.so > /usr/lib64/libQt5Svg.so.5 > /usr/lib64/libQt5Svg.so.5.5 > /usr/lib64/libQt5Svg.so.5.5.1 > > I am building on a 64 bit system. How come the scripts and makefiles > cannot discern that on 64 bit linuxes, the libs are in /usr/lib64 > Also, the qt5 dir under /usr/lib64 has no directory named lib. > At least, this is how it is on fedora 22 64 bit. > > > >> >> On Mon, Jan 18, 2016 at 3:56 PM, jd1008 > > wrote: >> >> Build failed. >> . >> . >> . >> . >> . >> mkdir -p /usr/local/lib/pkgconfig >> mkdir -p /usr/local/include >> Installing libfilteraudio.so.0.0.0 >> Installing filter_audio.h >> Installing filteraudio.pc >> Installing libfilteraudio.a >> /tmp/gtox/qTox >> Project ERROR: Unknown module(s) in QT: svg >> make: *** No targets specified and no makefile found. Stop. >> >> So, what does the error message mean? >> Does it mean it found a module called svg that it knows >> nothing about? >> >> Why resort to such cryptic error messages? >> >> If it wants the module svg, why not belch out a message like >> QT module svg not found. >> >> At any rate, I have the following info on qtsvg on my system: >> >> $ cd /usr/lib64 >> $ find qt* -name \*svg\* >> qt-3.3/include/private/qsvgdevice_p.h >> qt4/plugins/iconengines/libqsvgicon.so >> qt4/plugins/imageformats/libqsvg.so >> qt4/plugins/script/libqtscript_svg.so.1 >> qt4/plugins/script/libqtscript_svg.so.1.0 >> qt4/plugins/script/libqtscript_svg.so >> qt4/plugins/script/libqtscript_svg.so.1.0.0 >> qt5/plugins/iconengines/libqsvgicon.so >> qt5/plugins/imageformats/libqsvg.so >> qt5/plugins/svgthumbnail.so >> >> What's missing? >> >> Which qt version is needed for the qtsvg ??? >> >> >> >> _______________________________________________ >> Support mailing list >> Support at lists.tox.chat >> https://lists.tox.chat/listinfo/support >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nurupocontributions at gmail.com Mon Jan 18 23:13:31 2016 From: nurupocontributions at gmail.com (nurupo) Date: Mon, 18 Jan 2016 18:13:31 -0500 Subject: [Tox Support] Builng gtox on Fedora 22 In-Reply-To: <569D6FD3.40002@gmail.com> References: <569D519B.90005@gmail.com> <569D67A4.1060208@gmail.com> <569D6FD3.40002@gmail.com> Message-ID: >One script says What does "qmake-qt5 --version" output? To me it looks like it either uses Qt4 libraries or you have libQt5Multimedia.so and libQt5MultimediaWidgets.so missing. >Strange! Usually, my thunderbird, when I reply to a message on the fedora list, >it automagically sends it only to the fedora list, and not to the OP. I know, right? I was asking our system administrator to fix that, but apparently it goes against his believes or something. The answer I get is "use better mail client" :\ I have to manually CC support at lists.tox.chat every time myself. On Mon, Jan 18, 2016 at 6:05 PM, jd1008 wrote: > > > On 01/18/2016 03:51 PM, nurupo wrote: > > Oh, I see. Make sure that qmake you use uses Qt5 libraries, not Qt4 ones. > I think it can be done with "qmake --version". If it uses Qt4, you can > make it use Qt5 be passing "-qt5" option, e.g. "qmake -qt5 --version". > qTox needs Qt5 libraries. > > One script says: > > . > . > . > + cd qTox > + qmake-qt5 > Project ERROR: Unknown module(s) in QT: multimedia multimediawidgets > error: Bad exit status from /var/tmp/rpm-tmp.tz8Ww1 (%build) > > > Also, you didn't CC support at lists.tox.chat in your reply. > > Strange! Usually, my thunderbird, when I reply to a message on the fedora > list, > it automagically sends it only to the fedora list, and not to the OP. > > > > > On Mon, Jan 18, 2016 at 5:31 PM, jd1008 wrote: > >> >> On 01/18/2016 03:20 PM, nurupo wrote: >> >> Hello there, >> >> Is it gtox or qtox that you are building? >> Your title says gtox, but looks like it's actually qtox. >> >> >Why resort to such cryptic error messages? >> Ask qmake developers about that, nothing we can do about this. >> >> >What's missing? >> qt5/lib/libQt5Svg.so is missing. >> >> $ locate libQt5Svg.so >> /usr/lib64/libQt5Svg.so.5 >> /usr/lib64/libQt5Svg.so.5.5 >> /usr/lib64/libQt5Svg.so.5.5.1 >> >> I am building on a 64 bit system. How come the scripts and makefiles >> cannot discern that on 64 bit linuxes, the libs are in /usr/lib64 >> Also, the qt5 dir under /usr/lib64 has no directory named lib. >> At least, this is how it is on fedora 22 64 bit. >> >> >> >> >> On Mon, Jan 18, 2016 at 3:56 PM, jd1008 wrote: >> >>> Build failed. >>> . >>> . >>> . >>> . >>> . >>> mkdir -p /usr/local/lib/pkgconfig >>> mkdir -p /usr/local/include >>> Installing libfilteraudio.so.0.0.0 >>> Installing filter_audio.h >>> Installing filteraudio.pc >>> Installing libfilteraudio.a >>> /tmp/gtox/qTox >>> Project ERROR: Unknown module(s) in QT: svg >>> make: *** No targets specified and no makefile found. Stop. >>> >>> So, what does the error message mean? >>> Does it mean it found a module called svg that it knows nothing about? >>> >>> Why resort to such cryptic error messages? >>> >>> If it wants the module svg, why not belch out a message like >>> QT module svg not found. >>> >>> At any rate, I have the following info on qtsvg on my system: >>> >>> $ cd /usr/lib64 >>> $ find qt* -name \*svg\* >>> qt-3.3/include/private/qsvgdevice_p.h >>> qt4/plugins/iconengines/libqsvgicon.so >>> qt4/plugins/imageformats/libqsvg.so >>> qt4/plugins/script/libqtscript_svg.so.1 >>> qt4/plugins/script/libqtscript_svg.so.1.0 >>> qt4/plugins/script/libqtscript_svg.so >>> qt4/plugins/script/libqtscript_svg.so.1.0.0 >>> qt5/plugins/iconengines/libqsvgicon.so >>> qt5/plugins/imageformats/libqsvg.so >>> qt5/plugins/svgthumbnail.so >>> >>> What's missing? >>> >>> Which qt version is needed for the qtsvg ??? >>> >>> >>> >>> _______________________________________________ >>> Support mailing list >>> Support at lists.tox.chat >>> https://lists.tox.chat/listinfo/support >>> >>> >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jd1008 at gmail.com Mon Jan 18 23:21:45 2016 From: jd1008 at gmail.com (jd1008) Date: Mon, 18 Jan 2016 16:21:45 -0700 Subject: [Tox Support] Builng gtox on Fedora 22 In-Reply-To: References: <569D519B.90005@gmail.com> <569D67A4.1060208@gmail.com> <569D6FD3.40002@gmail.com> Message-ID: <569D7389.7000400@gmail.com> On 01/18/2016 04:13 PM, nurupo wrote: > >One script says > What does "qmake-qt5 --version" output? To me it looks like it either > uses Qt4 libraries or you have libQt5Multimedia.so and > libQt5MultimediaWidgets.so missing. > $ /usr/bin/qmake-qt5 --version QMake version 3.0 Using Qt version 5.5.1 in /usr/lib64 So why would qt5 use qmake version 3 ??? Should it not be qmake version 5 ??? > > >Strange! Usually, my thunderbird, when I reply to a message on the > fedora list, > >it automagically sends it only to the fedora list, and not to the OP. > I know, right? I was asking our system administrator to fix that, but > apparently it goes against his believes or something. The answer I get > is "use better mail client" :\ > I have to manually CC support at lists.tox.chat every time myself. Actually, the fault is the server. The server should have in the message header that the message is from the server, and NOT from the OP. That's how it is with the fedora server. > > On Mon, Jan 18, 2016 at 6:05 PM, jd1008 > wrote: > > > > On 01/18/2016 03:51 PM, nurupo wrote: >> Oh, I see. Make sure that qmake you use uses Qt5 libraries, not >> Qt4 ones. >> I think it can be done with "qmake --version". If it uses Qt4, >> you can make it use Qt5 be passing "-qt5" option, e.g. "qmake >> -qt5 --version". >> qTox needs Qt5 libraries. > One script says: > > . > . > . > + cd qTox > + qmake-qt5 > Project ERROR: Unknown module(s) in QT: multimedia multimediawidgets > error: Bad exit status from /var/tmp/rpm-tmp.tz8Ww1 (%build) > >> >> Also, you didn't CC support at lists.tox.chat >> in your reply. > Strange! Usually, my thunderbird, when I reply to a message on the > fedora list, > it automagically sends it only to the fedora list, and not to the OP. > > > > >> On Mon, Jan 18, 2016 at 5:31 PM, jd1008 > > wrote: >> >> >> On 01/18/2016 03:20 PM, nurupo wrote: >>> Hello there, >>> >>> Is it gtox or qtox that you are building? >>> Your title says gtox, but looks like it's actually qtox. >>> >>> >Why resort to such cryptic error messages? >>> Ask qmake developers about that, nothing we can do about this. >>> >>> >What's missing? >>> qt5/lib/libQt5Svg.so is missing. >> $ locate libQt5Svg.so >> /usr/lib64/libQt5Svg.so.5 >> /usr/lib64/libQt5Svg.so.5.5 >> /usr/lib64/libQt5Svg.so.5.5.1 >> >> I am building on a 64 bit system. How come the scripts and >> makefiles >> cannot discern that on 64 bit linuxes, the libs are in /usr/lib64 >> Also, the qt5 dir under /usr/lib64 has no directory named lib. >> At least, this is how it is on fedora 22 64 bit. >> >> >> >>> >>> On Mon, Jan 18, 2016 at 3:56 PM, jd1008 >> > wrote: >>> >>> Build failed. >>> . >>> . >>> . >>> . >>> . >>> mkdir -p /usr/local/lib/pkgconfig >>> mkdir -p /usr/local/include >>> Installing libfilteraudio.so.0.0.0 >>> Installing filter_audio.h >>> Installing filteraudio.pc >>> Installing libfilteraudio.a >>> /tmp/gtox/qTox >>> Project ERROR: Unknown module(s) in QT: svg >>> make: *** No targets specified and no makefile found. Stop. >>> >>> So, what does the error message mean? >>> Does it mean it found a module called svg that it knows >>> nothing about? >>> >>> Why resort to such cryptic error messages? >>> >>> If it wants the module svg, why not belch out a message like >>> QT module svg not found. >>> >>> At any rate, I have the following info on qtsvg on my >>> system: >>> >>> $ cd /usr/lib64 >>> $ find qt* -name \*svg\* >>> qt-3.3/include/private/qsvgdevice_p.h >>> qt4/plugins/iconengines/libqsvgicon.so >>> qt4/plugins/imageformats/libqsvg.so >>> qt4/plugins/script/libqtscript_svg.so.1 >>> qt4/plugins/script/libqtscript_svg.so.1.0 >>> qt4/plugins/script/libqtscript_svg.so >>> qt4/plugins/script/libqtscript_svg.so.1.0.0 >>> qt5/plugins/iconengines/libqsvgicon.so >>> qt5/plugins/imageformats/libqsvg.so >>> qt5/plugins/svgthumbnail.so >>> >>> What's missing? >>> >>> Which qt version is needed for the qtsvg ??? >>> >>> >>> >>> _______________________________________________ >>> Support mailing list >>> Support at lists.tox.chat >>> https://lists.tox.chat/listinfo/support >>> >>> >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jd.anon at gmx.com Mon Jan 18 23:23:23 2016 From: jd.anon at gmx.com (jD) Date: Mon, 18 Jan 2016 23:23:23 +0000 Subject: [Tox Support] Builng gtox on Fedora 22 In-Reply-To: <569D7389.7000400@gmail.com> References: <569D519B.90005@gmail.com> <569D67A4.1060208@gmail.com> <569D6FD3.40002@gmail.com> <569D7389.7000400@gmail.com> Message-ID: <6C0D122C-D871-4A81-B684-FBEDF9BC17B9@gmx.com> Remove me from this mailing list. -------- Original Message -------- From: jd1008 Sent: January 18, 2016 6:21:45 PM EST To: Support at lists.tox.chat Subject: Re: [Tox Support] Builng gtox on Fedora 22 On 01/18/2016 04:13 PM, nurupo wrote: > >One script says > What does "qmake-qt5 --version" output? To me it looks like it either > uses Qt4 libraries or you have libQt5Multimedia.so and > libQt5MultimediaWidgets.so missing. > $ /usr/bin/qmake-qt5 --version QMake version 3.0 Using Qt version 5.5.1 in /usr/lib64 So why would qt5 use qmake version 3 ??? Should it not be qmake version 5 ??? > > >Strange! Usually, my thunderbird, when I reply to a message on the > fedora list, > >it automagically sends it only to the fedora list, and not to the OP. > I know, right? I was asking our system administrator to fix that, but > apparently it goes against his believes or something. The answer I get > is "use better mail client" :\ > I have to manually CC support at lists.tox.chat every time myself. Actually, the fault is the server. The server should have in the message header that the message is from the server, and NOT from the OP. That's how it is with the fedora server. > > On Mon, Jan 18, 2016 at 6:05 PM, jd1008 > wrote: > > > > On 01/18/2016 03:51 PM, nurupo wrote: >> Oh, I see. Make sure that qmake you use uses Qt5 libraries, not >> Qt4 ones. >> I think it can be done with "qmake --version". If it uses Qt4, >> you can make it use Qt5 be passing "-qt5" option, e.g. "qmake >> -qt5 --version". >> qTox needs Qt5 libraries. > One script says: > > . > . > . > + cd qTox > + qmake-qt5 > Project ERROR: Unknown module(s) in QT: multimedia multimediawidgets > error: Bad exit status from /var/tmp/rpm-tmp.tz8Ww1 (%build) > >> >> Also, you didn't CC support at lists.tox.chat >> in your reply. > Strange! Usually, my thunderbird, when I reply to a message on the > fedora list, > it automagically sends it only to the fedora list, and not to the OP. > > > > >> On Mon, Jan 18, 2016 at 5:31 PM, jd1008 > > wrote: >> >> >> On 01/18/2016 03:20 PM, nurupo wrote: >>> Hello there, >>> >>> Is it gtox or qtox that you are building? >>> Your title says gtox, but looks like it's actually qtox. >>> >>> >Why resort to such cryptic error messages? >>> Ask qmake developers about that, nothing we can do about this. >>> >>> >What's missing? >>> qt5/lib/libQt5Svg.so is missing. >> $ locate libQt5Svg.so >> /usr/lib64/libQt5Svg.so.5 >> /usr/lib64/libQt5Svg.so.5.5 >> /usr/lib64/libQt5Svg.so.5.5.1 >> >> I am building on a 64 bit system. How come the scripts and >> makefiles >> cannot discern that on 64 bit linuxes, the libs are in /usr/lib64 >> Also, the qt5 dir under /usr/lib64 has no directory named lib. >> At least, this is how it is on fedora 22 64 bit. >> >> >> >>> >>> On Mon, Jan 18, 2016 at 3:56 PM, jd1008 >> > wrote: >>> >>> Build failed. >>> . >>> . >>> . >>> . >>> . >>> mkdir -p /usr/local/lib/pkgconfig >>> mkdir -p /usr/local/include >>> Installing libfilteraudio.so.0.0.0 >>> Installing filter_audio.h >>> Installing filteraudio.pc >>> Installing libfilteraudio.a >>> /tmp/gtox/qTox >>> Project ERROR: Unknown module(s) in QT: svg >>> make: *** No targets specified and no makefile found. Stop. >>> >>> So, what does the error message mean? >>> Does it mean it found a module called svg that it knows >>> nothing about? >>> >>> Why resort to such cryptic error messages? >>> >>> If it wants the module svg, why not belch out a message like >>> QT module svg not found. >>> >>> At any rate, I have the following info on qtsvg on my >>> system: >>> >>> $ cd /usr/lib64 >>> $ find qt* -name \*svg\* >>> qt-3.3/include/private/qsvgdevice_p.h >>> qt4/plugins/iconengines/libqsvgicon.so >>> qt4/plugins/imageformats/libqsvg.so >>> qt4/plugins/script/libqtscript_svg.so.1 >>> qt4/plugins/script/libqtscript_svg.so.1.0 >>> qt4/plugins/script/libqtscript_svg.so >>> qt4/plugins/script/libqtscript_svg.so.1.0.0 >>> qt5/plugins/iconengines/libqsvgicon.so >>> qt5/plugins/imageformats/libqsvg.so >>> qt5/plugins/svgthumbnail.so >>> >>> What's missing? >>> >>> Which qt version is needed for the qtsvg ??? >>> >>> >>> >>> _______________________________________________ >>> Support mailing list >>> Support at lists.tox.chat >>> https://lists.tox.chat/listinfo/support >>> >>> >> >> > > ------------------------------------------------------------------------ _______________________________________________ Support mailing list Support at lists.tox.chat https://lists.tox.chat/listinfo/support -------------- next part -------------- An HTML attachment was scrubbed... URL: From nurupocontributions at gmail.com Mon Jan 18 23:28:33 2016 From: nurupocontributions at gmail.com (nurupo) Date: Mon, 18 Jan 2016 18:28:33 -0500 Subject: [Tox Support] Builng gtox on Fedora 22 In-Reply-To: <569D7389.7000400@gmail.com> References: <569D519B.90005@gmail.com> <569D67A4.1060208@gmail.com> <569D6FD3.40002@gmail.com> <569D7389.7000400@gmail.com> Message-ID: It doesn't matter what version is qmake, what matters is that it's using Qt5 libraries and it tells you that i does: "Using Qt version 5.5.1 in /usr/lib64". Do you have libQt5Multimedia.so and libQt5MultimediaWidgets.so? Maybe there is a Fedora package that you need to install to get those. On Mon, Jan 18, 2016 at 6:21 PM, jd1008 wrote: > > > On 01/18/2016 04:13 PM, nurupo wrote: > > >One script says > What does "qmake-qt5 --version" output? To me it looks like it either > uses Qt4 libraries or you have libQt5Multimedia.so and > libQt5MultimediaWidgets.so missing. > > $ /usr/bin/qmake-qt5 --version > QMake version 3.0 > Using Qt version 5.5.1 in /usr/lib64 > > So why would qt5 use qmake version 3 ??? > > Should it not be qmake version 5 ??? > > > >Strange! Usually, my thunderbird, when I reply to a message on the > fedora list, > >it automagically sends it only to the fedora list, and not to the OP. > I know, right? I was asking our system administrator to fix that, but > apparently it goes against his believes or something. The answer I get is > "use better mail client" :\ > I have to manually CC support at lists.tox.chat every time myself. > > Actually, the fault is the server. > The server should have in the message header that the message is from the > server, > and NOT from the OP. > That's how it is with the fedora server. > > > > On Mon, Jan 18, 2016 at 6:05 PM, jd1008 wrote: > >> >> >> On 01/18/2016 03:51 PM, nurupo wrote: >> >> Oh, I see. Make sure that qmake you use uses Qt5 libraries, not Qt4 ones. >> I think it can be done with "qmake --version". If it uses Qt4, you can >> make it use Qt5 be passing "-qt5" option, e.g. "qmake -qt5 --version". >> qTox needs Qt5 libraries. >> >> One script says: >> >> . >> . >> . >> + cd qTox >> + qmake-qt5 >> Project ERROR: Unknown module(s) in QT: multimedia multimediawidgets >> error: Bad exit status from /var/tmp/rpm-tmp.tz8Ww1 (%build) >> >> >> Also, you didn't CC support at lists.tox.chat in your reply. >> >> Strange! Usually, my thunderbird, when I reply to a message on the fedora >> list, >> it automagically sends it only to the fedora list, and not to the OP. >> >> >> >> >> On Mon, Jan 18, 2016 at 5:31 PM, jd1008 wrote: >> >>> >>> On 01/18/2016 03:20 PM, nurupo wrote: >>> >>> Hello there, >>> >>> Is it gtox or qtox that you are building? >>> Your title says gtox, but looks like it's actually qtox. >>> >>> >Why resort to such cryptic error messages? >>> Ask qmake developers about that, nothing we can do about this. >>> >>> >What's missing? >>> qt5/lib/libQt5Svg.so is missing. >>> >>> $ locate libQt5Svg.so >>> /usr/lib64/libQt5Svg.so.5 >>> /usr/lib64/libQt5Svg.so.5.5 >>> /usr/lib64/libQt5Svg.so.5.5.1 >>> >>> I am building on a 64 bit system. How come the scripts and makefiles >>> cannot discern that on 64 bit linuxes, the libs are in /usr/lib64 >>> Also, the qt5 dir under /usr/lib64 has no directory named lib. >>> At least, this is how it is on fedora 22 64 bit. >>> >>> >>> >>> >>> On Mon, Jan 18, 2016 at 3:56 PM, jd1008 wrote: >>> >>>> Build failed. >>>> . >>>> . >>>> . >>>> . >>>> . >>>> mkdir -p /usr/local/lib/pkgconfig >>>> mkdir -p /usr/local/include >>>> Installing libfilteraudio.so.0.0.0 >>>> Installing filter_audio.h >>>> Installing filteraudio.pc >>>> Installing libfilteraudio.a >>>> /tmp/gtox/qTox >>>> Project ERROR: Unknown module(s) in QT: svg >>>> make: *** No targets specified and no makefile found. Stop. >>>> >>>> So, what does the error message mean? >>>> Does it mean it found a module called svg that it knows nothing about? >>>> >>>> Why resort to such cryptic error messages? >>>> >>>> If it wants the module svg, why not belch out a message like >>>> QT module svg not found. >>>> >>>> At any rate, I have the following info on qtsvg on my system: >>>> >>>> $ cd /usr/lib64 >>>> $ find qt* -name \*svg\* >>>> qt-3.3/include/private/qsvgdevice_p.h >>>> qt4/plugins/iconengines/libqsvgicon.so >>>> qt4/plugins/imageformats/libqsvg.so >>>> qt4/plugins/script/libqtscript_svg.so.1 >>>> qt4/plugins/script/libqtscript_svg.so.1.0 >>>> qt4/plugins/script/libqtscript_svg.so >>>> qt4/plugins/script/libqtscript_svg.so.1.0.0 >>>> qt5/plugins/iconengines/libqsvgicon.so >>>> qt5/plugins/imageformats/libqsvg.so >>>> qt5/plugins/svgthumbnail.so >>>> >>>> What's missing? >>>> >>>> Which qt version is needed for the qtsvg ??? >>>> >>>> >>>> >>>> _______________________________________________ >>>> Support mailing list >>>> Support at lists.tox.chat >>>> https://lists.tox.chat/listinfo/support >>>> >>>> >>> >>> >> >> > > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jd1008 at gmail.com Mon Jan 18 23:34:35 2016 From: jd1008 at gmail.com (jd1008) Date: Mon, 18 Jan 2016 16:34:35 -0700 Subject: [Tox Support] Builng gtox on Fedora 22 In-Reply-To: <6C0D122C-D871-4A81-B684-FBEDF9BC17B9@gmx.com> References: <569D519B.90005@gmail.com> <569D67A4.1060208@gmail.com> <569D6FD3.40002@gmail.com> <569D7389.7000400@gmail.com> <6C0D122C-D871-4A81-B684-FBEDF9BC17B9@gmx.com> Message-ID: <569D768B.5070203@gmail.com> I did NOT send this request to remove!!! On 01/18/2016 04:23 PM, jD wrote: > Remove me from this mailing list. > > > ------------------------------------------------------------------------ > *From:* jd1008 > *Sent:* January 18, 2016 6:21:45 PM EST > *To:* Support at lists.tox.chat > *Subject:* Re: [Tox Support] Builng gtox on Fedora 22 > > > > On 01/18/2016 04:13 PM, nurupo wrote: >> >One script says >> What does "qmake-qt5 --version" output? To me it looks like it either >> uses Qt4 libraries or you have libQt5Multimedia.so and >> libQt5MultimediaWidgets.so missing. >> > $ /usr/bin/qmake-qt5 --version > QMake version 3.0 > Using Qt version 5.5.1 in /usr/lib64 > > So why would qt5 use qmake version 3 ??? > > Should it not be qmake version 5 ??? > >> >> >Strange! Usually, my thunderbird, when I reply to a message on the >> fedora list, >> >it automagically sends it only to the fedora list, and not to the OP. >> I know, right? I was asking our system administrator to fix that, but >> apparently it goes against his believes or something. The answer I >> get is "use better mail client" :\ >> I have to manually CC support at lists.tox.chat every time myself. > Actually, the fault is the server. > The server should have in the message header that the message is from > the server, > and NOT from the OP. > That's how it is with the fedora server. > >> >> On Mon, Jan 18, 2016 at 6:05 PM, jd1008 > > wrote: >> >> >> >> On 01/18/2016 03:51 PM, nurupo wrote: >>> Oh, I see. Make sure that qmake you use uses Qt5 libraries, not >>> Qt4 ones. >>> I think it can be done with "qmake --version". If it uses Qt4, >>> you can make it use Qt5 be passing "-qt5" option, e.g. "qmake >>> -qt5 --version". >>> qTox needs Qt5 libraries. >> One script says: >> >> . >> . >> . >> + cd qTox >> + qmake-qt5 >> Project ERROR: Unknown module(s) in QT: multimedia multimediawidgets >> error: Bad exit status from /var/tmp/rpm-tmp.tz8Ww1 (%build) >> >>> >>> Also, you didn't CC support at lists.tox.chat >>> in your reply. >> Strange! Usually, my thunderbird, when I reply to a message on >> the fedora list, >> it automagically sends it only to the fedora list, and not to the >> OP. >> >> >> >> >>> On Mon, Jan 18, 2016 at 5:31 PM, jd1008 >> > wrote: >>> >>> >>> On 01/18/2016 03:20 PM, nurupo wrote: >>>> Hello there, >>>> >>>> Is it gtox or qtox that you are building? >>>> Your title says gtox, but looks like it's actually qtox. >>>> >>>> >Why resort to such cryptic error messages? >>>> Ask qmake developers about that, nothing we can do about this. >>>> >>>> >What's missing? >>>> qt5/lib/libQt5Svg.so is missing. >>> $ locate libQt5Svg.so >>> /usr/lib64/libQt5Svg.so.5 >>> /usr/lib64/libQt5Svg.so.5.5 >>> /usr/lib64/libQt5Svg.so.5.5.1 >>> >>> I am building on a 64 bit system. How come the scripts and >>> makefiles >>> cannot discern that on 64 bit linuxes, the libs are in >>> /usr/lib64 >>> Also, the qt5 dir under /usr/lib64 has no directory named lib. >>> At least, this is how it is on fedora 22 64 bit. >>> >>> >>> >>>> >>>> On Mon, Jan 18, 2016 at 3:56 PM, jd1008 >>> > wrote: >>>> >>>> Build failed. >>>> . >>>> . >>>> . >>>> . >>>> . >>>> mkdir -p /usr/local/lib/pkgconfig >>>> mkdir -p /usr/local/include >>>> Installing libfilteraudio.so.0.0.0 >>>> Installing filter_audio.h >>>> Installing filteraudio.pc >>>> Installing libfilteraudio.a >>>> /tmp/gtox/qTox >>>> Project ERROR: Unknown module(s) in QT: svg >>>> make: *** No targets specified and no makefile found. >>>> Stop. >>>> >>>> So, what does the error message mean? >>>> Does it mean it found a module called svg that it knows >>>> nothing about? >>>> >>>> Why resort to such cryptic error messages? >>>> >>>> If it wants the module svg, why not belch out a message >>>> like >>>> QT module svg not found. >>>> >>>> At any rate, I have the following info on qtsvg on my >>>> system: >>>> >>>> $ cd /usr/lib64 >>>> $ find qt* -name \*svg\* >>>> qt-3.3/include/private/qsvgdevice_p.h >>>> qt4/plugins/iconengines/libqsvgicon.so >>>> qt4/plugins/imageformats/libqsvg.so >>>> qt4/plugins/script/libqtscript_svg.so.1 >>>> qt4/plugins/script/libqtscript_svg.so.1.0 >>>> qt4/plugins/script/libqtscript_svg.so >>>> qt4/plugins/script/libqtscript_svg.so.1.0.0 >>>> qt5/plugins/iconengines/libqsvgicon.so >>>> qt5/plugins/imageformats/libqsvg.so >>>> qt5/plugins/svgthumbnail.so >>>> >>>> What's missing? >>>> >>>> Which qt version is needed for the qtsvg ??? >>>> >>>> >>>> >>>> _______________________________________________ >>>> Support mailing list >>>> Support at lists.tox.chat >>>> https://lists.tox.chat/listinfo/support >>>> >>>> >>> >>> >> >> > > ------------------------------------------------------------------------ > > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support -------------- next part -------------- An HTML attachment was scrubbed... URL: From jd1008 at gmail.com Mon Jan 18 23:36:18 2016 From: jd1008 at gmail.com (jd1008) Date: Mon, 18 Jan 2016 16:36:18 -0700 Subject: [Tox Support] Builng gtox on Fedora 22 In-Reply-To: References: <569D519B.90005@gmail.com> <569D67A4.1060208@gmail.com> <569D6FD3.40002@gmail.com> <569D7389.7000400@gmail.com> Message-ID: <569D76F2.3030201@gmail.com> On 01/18/2016 04:28 PM, nurupo wrote: > It doesn't matter what version is qmake, what matters is that it's > using Qt5 libraries and it tells you that i does: "Using Qt version > 5.5.1 in /usr/lib64". > > Do you have libQt5Multimedia.so and libQt5MultimediaWidgets.so? Maybe > there is a Fedora package that you need to install to get those. $ locate libQt5Multimedia.so libQt5MultimediaWidgets.so /usr/lib64/libQt5Multimedia.so.5 /usr/lib64/libQt5Multimedia.so.5.5 /usr/lib64/libQt5Multimedia.so.5.5.1 /usr/lib64/libQt5MultimediaWidgets.so.5 /usr/lib64/libQt5MultimediaWidgets.so.5.5 /usr/lib64/libQt5MultimediaWidgets.so.5.5.1 > > On Mon, Jan 18, 2016 at 6:21 PM, jd1008 > wrote: > > > > On 01/18/2016 04:13 PM, nurupo wrote: >> >One script says >> What does "qmake-qt5 --version" output? To me it looks like it >> either uses Qt4 libraries or you have libQt5Multimedia.so and >> libQt5MultimediaWidgets.so missing. >> > $ /usr/bin/qmake-qt5 --version > QMake version 3.0 > Using Qt version 5.5.1 in /usr/lib64 > > So why would qt5 use qmake version 3 ??? > > Should it not be qmake version 5 ??? > >> >> >Strange! Usually, my thunderbird, when I reply to a message on >> the fedora list, >> >it automagically sends it only to the fedora list, and not to the OP. >> I know, right? I was asking our system administrator to fix that, >> but apparently it goes against his believes or something. The >> answer I get is "use better mail client" :\ >> I have to manually CC support at lists.tox.chat >> every time myself. > Actually, the fault is the server. > The server should have in the message header that the message is > from the server, > and NOT from the OP. > That's how it is with the fedora server. > > >> >> On Mon, Jan 18, 2016 at 6:05 PM, jd1008 > > wrote: >> >> >> >> On 01/18/2016 03:51 PM, nurupo wrote: >>> Oh, I see. Make sure that qmake you use uses Qt5 libraries, >>> not Qt4 ones. >>> I think it can be done with "qmake --version". If it uses >>> Qt4, you can make it use Qt5 be passing "-qt5" option, e.g. >>> "qmake -qt5 --version". >>> qTox needs Qt5 libraries. >> One script says: >> >> . >> . >> . >> + cd qTox >> + qmake-qt5 >> Project ERROR: Unknown module(s) in QT: multimedia >> multimediawidgets >> error: Bad exit status from /var/tmp/rpm-tmp.tz8Ww1 (%build) >> >>> >>> Also, you didn't CC support at lists.tox.chat >>> in your reply. >> Strange! Usually, my thunderbird, when I reply to a message >> on the fedora list, >> it automagically sends it only to the fedora list, and not to >> the OP. >> >> >> >> >>> On Mon, Jan 18, 2016 at 5:31 PM, jd1008 >> > wrote: >>> >>> >>> On 01/18/2016 03:20 PM, nurupo wrote: >>>> Hello there, >>>> >>>> Is it gtox or qtox that you are building? >>>> Your title says gtox, but looks like it's actually qtox. >>>> >>>> >Why resort to such cryptic error messages? >>>> Ask qmake developers about that, nothing we can do >>>> about this. >>>> >>>> >What's missing? >>>> qt5/lib/libQt5Svg.so is missing. >>> $ locate libQt5Svg.so >>> /usr/lib64/libQt5Svg.so.5 >>> /usr/lib64/libQt5Svg.so.5.5 >>> /usr/lib64/libQt5Svg.so.5.5.1 >>> >>> I am building on a 64 bit system. How come the scripts >>> and makefiles >>> cannot discern that on 64 bit linuxes, the libs are in >>> /usr/lib64 >>> Also, the qt5 dir under /usr/lib64 has no directory >>> named lib. >>> At least, this is how it is on fedora 22 64 bit. >>> >>> >>> >>>> >>>> On Mon, Jan 18, 2016 at 3:56 PM, jd1008 >>>> > wrote: >>>> >>>> Build failed. >>>> . >>>> . >>>> . >>>> . >>>> . >>>> mkdir -p /usr/local/lib/pkgconfig >>>> mkdir -p /usr/local/include >>>> Installing libfilteraudio.so.0.0.0 >>>> Installing filter_audio.h >>>> Installing filteraudio.pc >>>> Installing libfilteraudio.a >>>> /tmp/gtox/qTox >>>> Project ERROR: Unknown module(s) in QT: svg >>>> make: *** No targets specified and no makefile >>>> found. Stop. >>>> >>>> So, what does the error message mean? >>>> Does it mean it found a module called svg that it >>>> knows nothing about? >>>> >>>> Why resort to such cryptic error messages? >>>> >>>> If it wants the module svg, why not belch out a >>>> message like >>>> QT module svg not found. >>>> >>>> At any rate, I have the following info on qtsvg on >>>> my system: >>>> >>>> $ cd /usr/lib64 >>>> $ find qt* -name \*svg\* >>>> qt-3.3/include/private/qsvgdevice_p.h >>>> qt4/plugins/iconengines/libqsvgicon.so >>>> qt4/plugins/imageformats/libqsvg.so >>>> qt4/plugins/script/libqtscript_svg.so.1 >>>> qt4/plugins/script/libqtscript_svg.so.1.0 >>>> qt4/plugins/script/libqtscript_svg.so >>>> qt4/plugins/script/libqtscript_svg.so.1.0.0 >>>> qt5/plugins/iconengines/libqsvgicon.so >>>> qt5/plugins/imageformats/libqsvg.so >>>> qt5/plugins/svgthumbnail.so >>>> >>>> What's missing? >>>> >>>> Which qt version is needed for the qtsvg ??? >>>> >>>> >>>> >>>> _______________________________________________ >>>> Support mailing list >>>> Support at lists.tox.chat >>>> https://lists.tox.chat/listinfo/support >>>> >>>> >>> >>> >> >> > > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nurupocontributions at gmail.com Mon Jan 18 23:38:27 2016 From: nurupocontributions at gmail.com (nurupo) Date: Mon, 18 Jan 2016 18:38:27 -0500 Subject: [Tox Support] Builng gtox on Fedora 22 In-Reply-To: <569D768B.5070203@gmail.com> References: <569D519B.90005@gmail.com> <569D67A4.1060208@gmail.com> <569D6FD3.40002@gmail.com> <569D7389.7000400@gmail.com> <6C0D122C-D871-4A81-B684-FBEDF9BC17B9@gmx.com> <569D768B.5070203@gmail.com> Message-ID: >I did NOT send this request to remove!!! Sure, it was sent from a different email address anyway. Moreover, no one will even bother removing anyone. If someone really wants to be removed, they can do that themselves. On Mon, Jan 18, 2016 at 6:34 PM, jd1008 wrote: > I did NOT send this request to remove!!! > > > On 01/18/2016 04:23 PM, jD wrote: > > Remove me from this mailing list. > > > ------------------------------ > *From:* jd1008 > *Sent:* January 18, 2016 6:21:45 PM EST > *To:* Support at lists.tox.chat > *Subject:* Re: [Tox Support] Builng gtox on Fedora 22 > > > > On 01/18/2016 04:13 PM, nurupo wrote: > > >One script says > What does "qmake-qt5 --version" output? To me it looks like it either > uses Qt4 libraries or you have libQt5Multimedia.so and > libQt5MultimediaWidgets.so missing. > > $ /usr/bin/qmake-qt5 --version > QMake version 3.0 > Using Qt version 5.5.1 in /usr/lib64 > > So why would qt5 use qmake version 3 ??? > > Should it not be qmake version 5 ??? > > > >Strange! Usually, my thunderbird, when I reply to a message on the > fedora list, > >it automagically sends it only to the fedora list, and not to the OP. > I know, right? I was asking our system administrator to fix that, but > apparently it goes against his believes or something. The answer I get is > "use better mail client" :\ > I have to manually CC support at lists.tox.chat every time myself. > > Actually, the fault is the server. > The server should have in the message header that the message is from the > server, > and NOT from the OP. > That's how it is with the fedora server. > > > On Mon, Jan 18, 2016 at 6:05 PM, jd1008 wrote: > >> >> >> On 01/18/2016 03:51 PM, nurupo wrote: >> >> Oh, I see. Make sure that qmake you use uses Qt5 libraries, not Qt4 ones. >> I think it can be done with "qmake --version". If it uses Qt4, you can >> make it use Qt5 be passing "-qt5" option, e.g. "qmake -qt5 --version". >> qTox needs Qt5 libraries. >> >> One script says: >> >> . >> . >> . >> + cd qTox >> + qmake-qt5 >> Project ERROR: Unknown module(s) in QT: multimedia multimediawidgets >> error: Bad exit status from /var/tmp/rpm-tmp.tz8Ww1 (%build) >> >> >> Also, you didn't CC support at lists.tox.chat in your reply. >> >> Strange! Usually, my thunderbird, when I reply to a message on the fedora >> list, >> it automagically sends it only to the fedora list, and not to the OP. >> >> >> >> >> On Mon, Jan 18, 2016 at 5:31 PM, jd1008 wrote: >> >>> >>> On 01/18/2016 03:20 PM, nurupo wrote: >>> >>> Hello there, >>> >>> Is it gtox or qtox that you are building? >>> Your title says gtox, but looks like it's actually qtox. >>> >>> >Why resort to such cryptic error messages? >>> Ask qmake developers about that, nothing we can do about this. >>> >>> >What's missing? >>> qt5/lib/libQt5Svg.so is missing. >>> >>> $ locate libQt5Svg.so >>> /usr/lib64/libQt5Svg.so.5 >>> /usr/lib64/libQt5Svg.so.5.5 >>> /usr/lib64/libQt5Svg.so.5.5.1 >>> >>> I am building on a 64 bit system. How come the scripts and makefiles >>> cannot discern that on 64 bit linuxes, the libs are in /usr/lib64 >>> Also, the qt5 dir under /usr/lib64 has no directory named lib. >>> At least, this is how it is on fedora 22 64 bit. >>> >>> >>> >>> >>> On Mon, Jan 18, 2016 at 3:56 PM, jd1008 wrote: >>> >>>> Build failed. >>>> . >>>> . >>>> . >>>> . >>>> . >>>> mkdir -p /usr/local/lib/pkgconfig >>>> mkdir -p /usr/local/include >>>> Installing libfilteraudio.so.0.0.0 >>>> Installing filter_audio.h >>>> Installing filteraudio.pc >>>> Installing libfilteraudio.a >>>> /tmp/gtox/qTox >>>> Project ERROR: Unknown module(s) in QT: svg >>>> make: *** No targets specified and no makefile found. Stop. >>>> >>>> So, what does the error message mean? >>>> Does it mean it found a module called svg that it knows nothing about? >>>> >>>> Why resort to such cryptic error messages? >>>> >>>> If it wants the module svg, why not belch out a message like >>>> QT module svg not found. >>>> >>>> At any rate, I have the following info on qtsvg on my system: >>>> >>>> $ cd /usr/lib64 >>>> $ find qt* -name \*svg\* >>>> qt-3.3/include/private/qsvgdevice_p.h >>>> qt4/plugins/iconengines/libqsvgicon.so >>>> qt4/plugins/imageformats/libqsvg.so >>>> qt4/plugins/script/libqtscript_svg.so.1 >>>> qt4/plugins/script/libqtscript_svg.so.1.0 >>>> qt4/plugins/script/libqtscript_svg.so >>>> qt4/plugins/script/libqtscript_svg.so.1.0.0 >>>> qt5/plugins/iconengines/libqsvgicon.so >>>> qt5/plugins/imageformats/libqsvg.so >>>> qt5/plugins/svgthumbnail.so >>>> >>>> What's missing? >>>> >>>> Which qt version is needed for the qtsvg ??? >>>> >>>> >>>> >>>> _______________________________________________ >>>> Support mailing list >>>> Support at lists.tox.chat >>>> https://lists.tox.chat/listinfo/support >>>> >>>> >>> >>> >> >> > > ------------------------------ > > Support mailing listSupport at lists.tox.chathttps://lists.tox.chat/listinfo/support > > > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nurupocontributions at gmail.com Mon Jan 18 23:40:25 2016 From: nurupocontributions at gmail.com (nurupo) Date: Mon, 18 Jan 2016 18:40:25 -0500 Subject: [Tox Support] Builng gtox on Fedora 22 In-Reply-To: <569D76F2.3030201@gmail.com> References: <569D519B.90005@gmail.com> <569D67A4.1060208@gmail.com> <569D6FD3.40002@gmail.com> <569D7389.7000400@gmail.com> <569D76F2.3030201@gmail.com> Message-ID: Okay, I'm out of ideas as to why qmake says that these modules are unknown. Maybe someone else could help you. On Mon, Jan 18, 2016 at 6:36 PM, jd1008 wrote: > > > On 01/18/2016 04:28 PM, nurupo wrote: > > It doesn't matter what version is qmake, what matters is that it's using > Qt5 libraries and it tells you that i does: "Using Qt version 5.5.1 in > /usr/lib64". > > Do you have libQt5Multimedia.so and libQt5MultimediaWidgets.so? Maybe > there is a Fedora package that you need to install to get those. > > $ locate libQt5Multimedia.so libQt5MultimediaWidgets.so > /usr/lib64/libQt5Multimedia.so.5 > /usr/lib64/libQt5Multimedia.so.5.5 > /usr/lib64/libQt5Multimedia.so.5.5.1 > /usr/lib64/libQt5MultimediaWidgets.so.5 > /usr/lib64/libQt5MultimediaWidgets.so.5.5 > /usr/lib64/libQt5MultimediaWidgets.so.5.5.1 > > > > > > > On Mon, Jan 18, 2016 at 6:21 PM, jd1008 wrote: > >> >> >> On 01/18/2016 04:13 PM, nurupo wrote: >> >> >One script says >> What does "qmake-qt5 --version" output? To me it looks like it either >> uses Qt4 libraries or you have libQt5Multimedia.so and >> libQt5MultimediaWidgets.so missing. >> >> $ /usr/bin/qmake-qt5 --version >> QMake version 3.0 >> Using Qt version 5.5.1 in /usr/lib64 >> >> So why would qt5 use qmake version 3 ??? >> >> Should it not be qmake version 5 ??? >> >> >> >Strange! Usually, my thunderbird, when I reply to a message on the >> fedora list, >> >it automagically sends it only to the fedora list, and not to the OP. >> I know, right? I was asking our system administrator to fix that, but >> apparently it goes against his believes or something. The answer I get is >> "use better mail client" :\ >> I have to manually CC support at lists.tox.chat every time myself. >> >> Actually, the fault is the server. >> The server should have in the message header that the message is from the >> server, >> and NOT from the OP. >> That's how it is with the fedora server. >> >> >> >> On Mon, Jan 18, 2016 at 6:05 PM, jd1008 wrote: >> >>> >>> >>> On 01/18/2016 03:51 PM, nurupo wrote: >>> >>> Oh, I see. Make sure that qmake you use uses Qt5 libraries, not Qt4 >>> ones. >>> I think it can be done with "qmake --version". If it uses Qt4, you can >>> make it use Qt5 be passing "-qt5" option, e.g. "qmake -qt5 --version". >>> qTox needs Qt5 libraries. >>> >>> One script says: >>> >>> . >>> . >>> . >>> + cd qTox >>> + qmake-qt5 >>> Project ERROR: Unknown module(s) in QT: multimedia multimediawidgets >>> error: Bad exit status from /var/tmp/rpm-tmp.tz8Ww1 (%build) >>> >>> >>> Also, you didn't CC support at lists.tox.chat in your reply. >>> >>> Strange! Usually, my thunderbird, when I reply to a message on the >>> fedora list, >>> it automagically sends it only to the fedora list, and not to the OP. >>> >>> >>> >>> >>> On Mon, Jan 18, 2016 at 5:31 PM, jd1008 wrote: >>> >>>> >>>> On 01/18/2016 03:20 PM, nurupo wrote: >>>> >>>> Hello there, >>>> >>>> Is it gtox or qtox that you are building? >>>> Your title says gtox, but looks like it's actually qtox. >>>> >>>> >Why resort to such cryptic error messages? >>>> Ask qmake developers about that, nothing we can do about this. >>>> >>>> >What's missing? >>>> qt5/lib/libQt5Svg.so is missing. >>>> >>>> $ locate libQt5Svg.so >>>> /usr/lib64/libQt5Svg.so.5 >>>> /usr/lib64/libQt5Svg.so.5.5 >>>> /usr/lib64/libQt5Svg.so.5.5.1 >>>> >>>> I am building on a 64 bit system. How come the scripts and makefiles >>>> cannot discern that on 64 bit linuxes, the libs are in /usr/lib64 >>>> Also, the qt5 dir under /usr/lib64 has no directory named lib. >>>> At least, this is how it is on fedora 22 64 bit. >>>> >>>> >>>> >>>> >>>> On Mon, Jan 18, 2016 at 3:56 PM, jd1008 wrote: >>>> >>>>> Build failed. >>>>> . >>>>> . >>>>> . >>>>> . >>>>> . >>>>> mkdir -p /usr/local/lib/pkgconfig >>>>> mkdir -p /usr/local/include >>>>> Installing libfilteraudio.so.0.0.0 >>>>> Installing filter_audio.h >>>>> Installing filteraudio.pc >>>>> Installing libfilteraudio.a >>>>> /tmp/gtox/qTox >>>>> Project ERROR: Unknown module(s) in QT: svg >>>>> make: *** No targets specified and no makefile found. Stop. >>>>> >>>>> So, what does the error message mean? >>>>> Does it mean it found a module called svg that it knows nothing about? >>>>> >>>>> Why resort to such cryptic error messages? >>>>> >>>>> If it wants the module svg, why not belch out a message like >>>>> QT module svg not found. >>>>> >>>>> At any rate, I have the following info on qtsvg on my system: >>>>> >>>>> $ cd /usr/lib64 >>>>> $ find qt* -name \*svg\* >>>>> qt-3.3/include/private/qsvgdevice_p.h >>>>> qt4/plugins/iconengines/libqsvgicon.so >>>>> qt4/plugins/imageformats/libqsvg.so >>>>> qt4/plugins/script/libqtscript_svg.so.1 >>>>> qt4/plugins/script/libqtscript_svg.so.1.0 >>>>> qt4/plugins/script/libqtscript_svg.so >>>>> qt4/plugins/script/libqtscript_svg.so.1.0.0 >>>>> qt5/plugins/iconengines/libqsvgicon.so >>>>> qt5/plugins/imageformats/libqsvg.so >>>>> qt5/plugins/svgthumbnail.so >>>>> >>>>> What's missing? >>>>> >>>>> Which qt version is needed for the qtsvg ??? >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Support mailing list >>>>> Support at lists.tox.chat >>>>> https://lists.tox.chat/listinfo/support >>>>> >>>>> >>>> >>>> >>> >>> >> >> >> _______________________________________________ >> Support mailing list >> Support at lists.tox.chat >> https://lists.tox.chat/listinfo/support >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jd1008 at gmail.com Mon Jan 18 23:44:57 2016 From: jd1008 at gmail.com (jd1008) Date: Mon, 18 Jan 2016 16:44:57 -0700 Subject: [Tox Support] Builng gtox on Fedora 22 In-Reply-To: References: <569D519B.90005@gmail.com> <569D67A4.1060208@gmail.com> <569D6FD3.40002@gmail.com> <569D7389.7000400@gmail.com> Message-ID: <569D78F9.20101@gmail.com> So far, what I have succeeded in doing is: 1. I located a source rpm for toxcore-0.20150321git4ad7649-2.fc22.src.rpm built it and installed it (along with it's -devel , which got build along with it, i.e.: dnf install toxcore-0.20150321git4ad7649-2.fc22.x86_64.rpm toxcore-devel-0.20150321git4ad7649-2.fc22.x86_64.rpm 2. I am unable to build main tox package, for which I do not have a working source rpm of the same vintage as toxcore. On 01/18/2016 04:28 PM, nurupo wrote: > It doesn't matter what version is qmake, what matters is that it's > using Qt5 libraries and it tells you that i does: "Using Qt version > 5.5.1 in /usr/lib64". > > Do you have libQt5Multimedia.so and libQt5MultimediaWidgets.so? Maybe > there is a Fedora package that you need to install to get those. > > On Mon, Jan 18, 2016 at 6:21 PM, jd1008 > wrote: > > > > On 01/18/2016 04:13 PM, nurupo wrote: >> >One script says >> What does "qmake-qt5 --version" output? To me it looks like it >> either uses Qt4 libraries or you have libQt5Multimedia.so and >> libQt5MultimediaWidgets.so missing. >> > $ /usr/bin/qmake-qt5 --version > QMake version 3.0 > Using Qt version 5.5.1 in /usr/lib64 > > So why would qt5 use qmake version 3 ??? > > Should it not be qmake version 5 ??? > >> >> >Strange! Usually, my thunderbird, when I reply to a message on >> the fedora list, >> >it automagically sends it only to the fedora list, and not to the OP. >> I know, right? I was asking our system administrator to fix that, >> but apparently it goes against his believes or something. The >> answer I get is "use better mail client" :\ >> I have to manually CC support at lists.tox.chat >> every time myself. > Actually, the fault is the server. > The server should have in the message header that the message is > from the server, > and NOT from the OP. > That's how it is with the fedora server. > > >> >> On Mon, Jan 18, 2016 at 6:05 PM, jd1008 > > wrote: >> >> >> >> On 01/18/2016 03:51 PM, nurupo wrote: >>> Oh, I see. Make sure that qmake you use uses Qt5 libraries, >>> not Qt4 ones. >>> I think it can be done with "qmake --version". If it uses >>> Qt4, you can make it use Qt5 be passing "-qt5" option, e.g. >>> "qmake -qt5 --version". >>> qTox needs Qt5 libraries. >> One script says: >> >> . >> . >> . >> + cd qTox >> + qmake-qt5 >> Project ERROR: Unknown module(s) in QT: multimedia >> multimediawidgets >> error: Bad exit status from /var/tmp/rpm-tmp.tz8Ww1 (%build) >> >>> >>> Also, you didn't CC support at lists.tox.chat >>> in your reply. >> Strange! Usually, my thunderbird, when I reply to a message >> on the fedora list, >> it automagically sends it only to the fedora list, and not to >> the OP. >> >> >> >> >>> On Mon, Jan 18, 2016 at 5:31 PM, jd1008 >> > wrote: >>> >>> >>> On 01/18/2016 03:20 PM, nurupo wrote: >>>> Hello there, >>>> >>>> Is it gtox or qtox that you are building? >>>> Your title says gtox, but looks like it's actually qtox. >>>> >>>> >Why resort to such cryptic error messages? >>>> Ask qmake developers about that, nothing we can do >>>> about this. >>>> >>>> >What's missing? >>>> qt5/lib/libQt5Svg.so is missing. >>> $ locate libQt5Svg.so >>> /usr/lib64/libQt5Svg.so.5 >>> /usr/lib64/libQt5Svg.so.5.5 >>> /usr/lib64/libQt5Svg.so.5.5.1 >>> >>> I am building on a 64 bit system. How come the scripts >>> and makefiles >>> cannot discern that on 64 bit linuxes, the libs are in >>> /usr/lib64 >>> Also, the qt5 dir under /usr/lib64 has no directory >>> named lib. >>> At least, this is how it is on fedora 22 64 bit. >>> >>> >>> >>>> >>>> On Mon, Jan 18, 2016 at 3:56 PM, jd1008 >>>> > wrote: >>>> >>>> Build failed. >>>> . >>>> . >>>> . >>>> . >>>> . >>>> mkdir -p /usr/local/lib/pkgconfig >>>> mkdir -p /usr/local/include >>>> Installing libfilteraudio.so.0.0.0 >>>> Installing filter_audio.h >>>> Installing filteraudio.pc >>>> Installing libfilteraudio.a >>>> /tmp/gtox/qTox >>>> Project ERROR: Unknown module(s) in QT: svg >>>> make: *** No targets specified and no makefile >>>> found. Stop. >>>> >>>> So, what does the error message mean? >>>> Does it mean it found a module called svg that it >>>> knows nothing about? >>>> >>>> Why resort to such cryptic error messages? >>>> >>>> If it wants the module svg, why not belch out a >>>> message like >>>> QT module svg not found. >>>> >>>> At any rate, I have the following info on qtsvg on >>>> my system: >>>> >>>> $ cd /usr/lib64 >>>> $ find qt* -name \*svg\* >>>> qt-3.3/include/private/qsvgdevice_p.h >>>> qt4/plugins/iconengines/libqsvgicon.so >>>> qt4/plugins/imageformats/libqsvg.so >>>> qt4/plugins/script/libqtscript_svg.so.1 >>>> qt4/plugins/script/libqtscript_svg.so.1.0 >>>> qt4/plugins/script/libqtscript_svg.so >>>> qt4/plugins/script/libqtscript_svg.so.1.0.0 >>>> qt5/plugins/iconengines/libqsvgicon.so >>>> qt5/plugins/imageformats/libqsvg.so >>>> qt5/plugins/svgthumbnail.so >>>> >>>> What's missing? >>>> >>>> Which qt version is needed for the qtsvg ??? >>>> >>>> >>>> >>>> _______________________________________________ >>>> Support mailing list >>>> Support at lists.tox.chat >>>> https://lists.tox.chat/listinfo/support >>>> >>>> >>> >>> >> >> > > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From chrisspen at gmail.com Fri Jan 29 17:43:55 2016 From: chrisspen at gmail.com (Chris Spencer) Date: Fri, 29 Jan 2016 12:43:55 -0500 Subject: [Tox Support] How to combine per-env deps with a requirements file? Message-ID: I'm trying to test specific versions of Python and Django, but also include a general PIP requirements file of additional dependencies to use for all cases. As the docs (http://testrun.org/tox/latest/example/basic.html) explain, you do the first like: deps = django15: Django>=1.5,<1.6 django16: Django>=1.6,<1.7 py33-mysql: PyMySQL ; use if both py33 and mysql are in an env name py26,py27: urllib3 ; use if any of py26 or py27 are in an env name py{26,27}-sqlite: mock ; mocking sqlite in python 2.x and you do the second like: deps = -r{toxinidir}/pip-requirements.txt -r{toxinidir}/pip-requirements-test.txt but how do you combine these? If I try to define multiple deps, Tox gives me the error "duplicate name 'deps'" -------------- next part -------------- An HTML attachment was scrubbed... URL: From swervi77 at gmail.com Sat Jan 30 06:37:33 2016 From: swervi77 at gmail.com (Lion Super) Date: Sat, 30 Jan 2016 09:37:33 +0300 Subject: [Tox Support] Antox Message-ID: ?? ???? ?????????? ???? ??????? ????????? ?? PC -------------- next part -------------- An HTML attachment was scrubbed... URL: From skyguide.base at icloud.com Sun Jan 31 20:57:05 2016 From: skyguide.base at icloud.com (Damien) Date: Sun, 31 Jan 2016 12:57:05 -0800 Subject: [Tox Support] Antox In-Reply-To: References: Message-ID: <56AE7521.5090007@icloud.com> Hey, I don't have a russian keyboard, but... let's try this... Na kakoi OS ti imeesh originalinii profile dlia tvoego Tox clienta? Kakoi Tox liclent ti ispolzuesh? Dai znati i Ia popitaus' pomoch... Damien On 01/29/2016 10:37 PM, Lion Super wrote: > > ?? ???? ?????????? ???? ??????? ????????? ?? PC > > > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support -------------- next part -------------- An HTML attachment was scrubbed... URL: From email at oranges.net.nz Sun Jan 31 20:59:40 2016 From: email at oranges.net.nz (oranges) Date: Mon, 1 Feb 2016 09:59:40 +1300 Subject: [Tox Support] How to combine per-env deps with a requirements file? In-Reply-To: References: Message-ID: <56AE75BC.2020208@oranges.net.nz> Hi there, suspect you are looking for the python tox unit test framework, this is the mailing lists for the p2p chat/voice/video call application Apologies for any confusion oranges