Re: Frescobaldi @2.20.0_1+app apparently broken

2017-05-04 Thread Davide Liessi
Dear Thomas, 2017-05-04 13:08 GMT+02:00 Thomas Ruedas : > PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/:$PYTHONPATH the problem is the PYTHONPATH variable, which should not point to a Python version different from the one you are using. Also,

Re: Frescobaldi @2.20.0_1+app apparently broken

2017-05-04 Thread Davide Liessi
2017-05-04 1:39 GMT+02:00 Thomas Ruedas : > For completeness (although I think it's irrelevant) I'll also mention that > the new installation following your instruction (again) returned this > message: > [...] Indeed this is not related. Your problem is really strange: Frescobaldi simply does 'im

Re: Frescobaldi @2.20.0_1+app apparently broken

2017-05-03 Thread Davide Liessi
Hi. 2017-05-03 0:08 GMT+02:00 Thomas Ruedas : > Traceback (most recent call last): > File "/opt/local/bin/frescobaldi", line 7, in > import main > File > "/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/frescobaldi_app/main.py", > line 26, in >

Re: Poll: should Trac send email notifications when adding or replacing an attachment?

2016-11-03 Thread Davide Liessi
I fully agree with Mojca: 2016-11-03 9:46 GMT+01:00 Mojca Miklavec : > On 3 November 2016 at 09:30, René J.V. Bertin wrote: >> >> 1- Do you agree there is no need for (this many) notifications concerning >> changes to attachments (= you never missed it)? > > No. I have always been annoyed by the

Re: 10.6.8 and ffmpeg

2016-11-02 Thread Davide Liessi
2016-10-30 15:38 GMT+01:00 Ryan Schmidt : > copying the 10.7 SDK into /Developer/SDKs is the simplest solution. How can I get a copy of the 10.7 SDK? I have only the 10.5 and 10.6 SDKs on my machine. ___ macports-users mailing list macports-users@lists.m

Re: 10.6.8 and ffmpeg

2016-10-30 Thread Davide Liessi
2016-10-30 1:23 GMT+02:00 Ryan Schmidt : > If sdl2 can be built on Snow Leopard using a copy of the 10.7 SDK obtained > from a later Xcode, and that sdl2 then works ok on Snow Leopard, then I'd be > happy if we could come up with an official way to support that, and then we > could do that on th

Re: gcc6 build failed on Snow Leopard

2016-10-15 Thread Davide Liessi
2016-10-14 2:00 GMT+02:00 Ryan Schmidt : > For some reason the 10.6 x86_64 builder didn't build it either so we didn't > have a gcc6-6.2.0_0.darwin_10.x86_64.tbz2 package. It's not easy to find old > buildbot logs so I don't know if it failed because of the same bootstrap > failure you saw or fo

Re: soreEyes (and where are my System 7 ports?)

2016-09-27 Thread Davide Liessi
2016-09-27 10:31 GMT+02:00 Ryan Schmidt : > [...] and "the Mac operating system" when not specifying a version. I think this would favor describing MacPorts as "Ports system for the Mac operating system". Best wishes. Davide ___ macports-users mailing l

Re: osxfuse @3.5.0 build error

2016-09-24 Thread Davide Liessi
2016-09-24 20:17 GMT+02:00 Ryan Schmidt : > I'm not sure if that has anything to do with architecture mismatches; rather, > it sounds like a perfectly normal bug in handling numbers of different sizes, > that the developers of osxfuse should resolve. But with my change the warning disappears, an

Re: osxfuse @3.5.0 build error

2016-09-24 Thread Davide Liessi
2016-09-24 19:13 GMT+02:00 Ryan Schmidt : > The intention of the portfile is explained in the comments: > > # We will build user-space components for the specified arch, and > # kernel modules for the kernel arch. > > It sounds like your changes will cause it to build the user-space components > f

osxfuse @3.5.0 build error

2016-09-24 Thread Davide Liessi
I'm trying to install osxfuse @3.5.0 on Mac OS X 10.6. I first got an error due to the fact that on my system the kernel is 32 bit, but MacPorts tries to build osxfuse 64 bit. Indeed on my system `uname -m` outputs `i386`, while `get_canonical_archs` returns `x86_64`. (The error is the same as in

Re: Macports not working

2016-08-05 Thread Davide Liessi
2016-08-05 11:25 GMT+02:00 Ignatios Athanasiadis : > making a file .bash_profile in my root that in includes a piece of code Oh, and maybe if you needed to create .bash_profile, then all your terminal settings were in .profile (including the PATH for MacPorts). I'd suggest you try removing ~/.bash

Re: Macports not working

2016-08-05 Thread Davide Liessi
2016-08-05 11:25 GMT+02:00 Ignatios Athanasiadis : > PATH="/usr/local/mysql/bin:$PATH” I think you are using the wrong closing quotes here: they should be the straight quotes, i.e. " instead of ”. Best wishes. Davide ___ macports-users mailing list macp

Re: Port leaves to keep build requirements

2016-01-22 Thread Davide Liessi
2016-01-22 12:18 GMT+01:00 Peter Brommer : > Is there any way to tell the “leaves” target to also ignore build > dependencies of requested packages (and their dependencies)? If not, should I > file a feature request bug? You can install the port port_cutleaves, that does exactly that if you run

Re: CMake cannot find Qt4

2015-11-07 Thread Davide Liessi
2015-11-06 19:24 GMT+01:00 Davide Liessi : > 2015-11-06 16:15 GMT+01:00 Davide Liessi : >> 2015-11-06 16:06 GMT+01:00 Michael Dickens : >>> Set the environment variable: >>> {{{ >>> QMAKE=/opt/local/libexec/qt4/bin/qmake >>> }}} >>> before

Re: CMake cannot find Qt4

2015-11-06 Thread Davide Liessi
2015-11-06 16:15 GMT+01:00 Davide Liessi : > 2015-11-06 16:06 GMT+01:00 Michael Dickens : >> Set the environment variable: >> {{{ >> QMAKE=/opt/local/libexec/qt4/bin/qmake >> }}} >> before running cmake. > > I tried and I'm still getting the same er

Re: CMake cannot find Qt4

2015-11-06 Thread Davide Liessi
2015-11-06 16:06 GMT+01:00 Michael Dickens : > Set the environment variable: > {{{ > QMAKE=/opt/local/libexec/qt4/bin/qmake > }}} > before running cmake. I tried and I'm still getting the same error. ___ macports-users mailing list macports-users@lists.m

CMake cannot find Qt4

2015-11-06 Thread Davide Liessi
Hi all. I'm trying to build a project that requires Qt4 and uses CMake. When I run cmake I get the following error: CMake Error at /opt/local/share/cmake-3.3/Modules/FindQt4.cmake:1324 (message): Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x Any hint on how to solve th

Re: [OFF TOPIC] Zero delta ?

2015-08-25 Thread Davide Liessi
2015-08-25 10:55 GMT+02:00 Eneko Gotzon : > Please, somebody knows the meaning of the expression zero delta? In mathematics, among other uses, the Greek letter (capital) delta is used to denote a difference or an increment in a quantity. I would interpret the sentence "Netflix [...] works to maint

Qt4: "mkspecs" directory in wrong place?

2015-08-22 Thread Davide Liessi
Hi all. Thanks to an error I got while trying to upgrade qt4-mac-mariadb-plugin ("Failure to read QMAKESPEC conf file /opt/local/share/qt4/mkspecs/macx-g++/qmake.conf."), I noticed that the folder "mkspecs" does not exist in "/opt/local/share/qt4", but it does exist in "/opt/local/share/qt4/data/"

Re: Problem installing gnumeric

2015-05-26 Thread Davide Liessi
Il 25/05/15 16.24, Mihai Moldovan ha scritto: On 25.05.2015 02:50 PM, Davide Liessi wrote: The file /opt/local/bin/scrollkeeper-update is indeed missing: is this a missing dependency? How can I fix it? I've added the missing run time dependency in r136738: https://trac.macports.org/chan

Problem installing gnumeric

2015-05-25 Thread Davide Liessi
Hi all, I'm on Mac OS X Snow Leopard and I'm trying to install gnumeric. I get this error in the post-activate phase: :debug:activate Executing proc-post-org.macports.activate-activate-0 :info:activate sh: /opt/local/bin/scrollkeeper-update: No such file or directory :info:activate Command fail

Re: [git] fatal: HTML documentation is not provided by this distribution of git

2015-02-05 Thread Davide Liessi
Dear Luc, Il 05/02/15 11.06, Luc J. Bourhis ha scritto: Lawrence Velázquez-2 wrote Does `git help -w` work? As I wrote, it does not. From the list's point of view you actually did not: somehow the terminal transcripts in your message were deleted. Compare your message on Nabble http://mac

Re: unzip: problems with architectures and ld

2014-11-05 Thread Davide Liessi
2014-11-05 4:12 GMT+01:00 Ryan Schmidt : > Thanks for reporting this problem. I've fixed it: > > http://trac.macports.org/changeset/127838 It built correctly. Thanks! Best wishes. Davide ___ macports-users mailing list macports-users@lists.macosforge.or

unzip: problems with architectures and ld

2014-11-04 Thread Davide Liessi
Hi all. I have a custom MacPorts installation in /opt/macports-i386. Apart from the location, the only non-default option in macports.conf is 'build_arch i386'. Trying to install unzip I get a bunch of warnings like ld: warning: in unzip.o, file was built for i386 which is not the architecture bei

Re: Activate inactive ports without upgrading outdated dependencies

2014-10-02 Thread Davide Liessi
2014-08-26 12:41 GMT+02:00 Davide Liessi : > Hi all. > Suppose that port B depends on ports A and C, and that I did what is > reported in this fake Terminal log: > > $ sudo port install B > [...] > $ port installed > A @1 (active) > B @1 (active) > C @1 (ac

Re: Activate inactive ports without upgrading outdated dependencies

2014-08-28 Thread Davide Liessi
2014-08-27 14:01 GMT+02:00 Clemens Lang : >> I forgot to say that in this situation `port outdated` shows: >> >> $ port outdated >> The following installed ports are outdated: >> C1 < 2 >> >> but `sudo port upgrade outdated` has no effect: > > That's by design to allow you t

Re: Activate inactive ports without upgrading outdated dependencies

2014-08-27 Thread Davide Liessi
2014-08-26 12:41 GMT+02:00 Davide Liessi : > $ port installed > A @1 (active) > B @1 (active) > C @1 (active) > C @2 I forgot to say that in this situation `port outdated` shows: $ port outdated The following installed ports are outdated: C1 <

Activate inactive ports without upgrading outdated dependencies

2014-08-26 Thread Davide Liessi
Hi all. Suppose that port B depends on ports A and C, and that I did what is reported in this fake Terminal log: $ sudo port install B [...] $ port installed A @1 (active) B @1 (active) C @1 (active) $ sudo port deactivate active [...] $ sudo port sync [...] $ port info A B C A @2 (...) [...

Re: cdrtools: MacPorts version doesn't work as expected but manually compiled one does

2014-05-23 Thread Davide Liessi
2014-05-23 18:09 GMT+02:00 Mihai Moldovan : > Do you, by any chance, get the same output from MacPort's cdrtools and the > manually compiled one when running "sudo /opt/local/bin/cdrecord -scanbus" I get the same output also with 'sudo'. > I suspect the problem to be caused by requiring root per

Re: cdrtools: MacPorts version doesn't work as expected but manually compiled one does

2014-05-23 Thread Davide Liessi
Dear all, months ago [1] I reported this problem, but I forgot to cc: the port maintainer. 2013-08-18 22:16 GMT+02:00 Davide Liessi : > I installed cdrtools both with MacPorts and manually compiling it. > MacPorts' installation cannot find the DVD drive, but manual installation > d

Re: Troubles using port_binary_distributable.tcl

2014-05-20 Thread Davide Liessi
2014-05-21 1:01 GMT+02:00 Ryan Schmidt : > port_binary_distributable.tcl was fixed to be compatible with both MacPorts > 2.2.x and 2.3.x so make sure you have the latest version of the script from > the repository. Indeed /opt/local/var/macports/sources/rsync.macports.org/release/base/portmgr/j

Troubles using port_binary_distributable.tcl

2014-05-20 Thread Davide Liessi
Hi all, I was trying to use port_binary_distributable.tcl, but I get the following error: $ /opt/local/var/macports/sources/rsync.macports.org/release/base/portmgr/jobs/port_binary_distributable.tcl -v bash couldn't read file "/Library/Tcl/macports1.0/macports_fastload.tcl": no such file or direc

Re: poedit @1.5.7_1: grayed out menu entries, disabled window

2013-10-17 Thread Davide Liessi
2013/10/17 Rainer Müller : > I don't have any problems on Mac OS X 10.8.5. I would assume this to be > related to the latest update of wxWidgets to 3.0.0. > > $ port -q installed wxWidgets-3.0 > wxWidgets-3.0 @3.0.0_1 (active) > > Please make sure you also have this version (which should be the c

poedit @1.5.7_1: grayed out menu entries, disabled window

2013-10-16 Thread Davide Liessi
program is using "force quit". Does anybody have the same problem? Best wishes. Davide Liessi ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

cdrtools: MacPorts version doesn't work as expected but manually compiled one does

2013-08-18 Thread Davide Liessi
7 ' 'HB01' Removable CD-ROM 1,1,0 101) * 1,2,0 102) * 1,3,0 103) * 1,4,0 104) * 1,5,0 105) * 1,6,0 106) * 1,7,0 107) * Does anyone have the same problem? Thanks in advance. Best wishes. Davide Liessi ___ macports-users mailing list macpor

Re: mysql5, mysql5-server, inkscape are built from source

2013-07-05 Thread Davide Liessi
2013/7/5 Clemens Lang : > You might want to use mysql56 and mysql56-server, unless you > specifically need the old version. Unfortunately, I need version 5.1.XX for a couple of projects. > :) clemens@cSchlepptop:~$ port_binary_distributable.tcl -v mysql5 > dependency 'openssl' has license 'OpenSS

mysql5, mysql5-server, inkscape are built from source

2013-07-05 Thread Davide Liessi
Hi all. I am upgrading mysql5 and mysql5-server from 5.1.68_0 to 5.1.70_0. I noticed that MacPorts is building them from source. Since I am on Snow Leopard with default configuration and using default variants, I thought MacPorts would download a prebuilt archive. Is this expected? Also, if I rem