Re: qscintilla-qt4 won't compile

2018-03-11 Thread Lenore Horner


> On Mar 10, 2018, at 20:40, Michael Dickens  wrote:
> 
> < https://trac.macports.org/ticket/55944 
>  >
> 
> We're working on it. - MLD
> 
Thanks.  Great work.
Lenore



Re: qscintilla-qt4 won't compile

2018-03-10 Thread Ryan Schmidt

On Mar 10, 2018, at 18:15, Lenore Horner wrote:

> I don’t know whether the fetch errors are related at all.

Nope.

> qscintilla-qt4-2.10.3_0.darwin_17.x86_64.tbz2 doesn't seem to exist in 
> /opt/local/var/macports/incoming/verified
> Attempting to fetch qscintilla-qt4-2.10.3_0.darwin_17.x86_64.tbz2 from 
> https://packages.macports.org/qscintilla-qt4
> :debug:archivefetch Fetching archive failed: The requested URL returned 
> error: 404 Not Found
> :msg:archivefetch --->  Attempting to fetch 
> qscintilla-qt4-2.10.3_0.darwin_17.x86_64.tbz2 from 
> http://ywg.ca.packages.macports.org/mirror/macports/packages/qscintilla-qt4
> :debug:archivefetch Fetching archive failed: The requested URL returned 
> error: 404 Not Found
> :msg:archivefetch --->  Attempting to fetch 
> qscintilla-qt4-2.10.3_0.darwin_17.x86_64.tbz2 from 
> http://sea.us.packages.macports.org/macports/packages/qscintilla-qt4
> :debug:archivefetch Fetching archive failed: The requested URL returned 
> error: 404 Not Found

The archive can't be fetched both because 1) it doesn't exist because the 
software doesn't build, as you've discovered, and 2) we are not allowed to 
distribute binaries for this port because of the license.

> Fetching distfiles for qscintilla-qt4
> :debug:fetch Executing org.macports.fetch (qscintilla-qt4)
> :info:fetch --->  QScintilla_gpl-2.10.3.tar.gz does not exist in 
> /opt/local/var/macports/distfiles/qscintilla
> :notice:fetch --->  Attempting to fetch QScintilla_gpl-2.10.3.tar.gz from 
> http://iweb.dl.sourceforge.net/pyqt




Re: qscintilla-qt4 won't compile

2018-03-10 Thread Michael Dickens
< https://trac.macports.org/ticket/55944[1] >

We're working on it. - MLD

On Sat, Mar 10, 2018, at 7:15 PM, Lenore Horner wrote:
> I just upgraded outdated ports (it had been a month or two probably).
> And qscintilla-qt4  failed.  I think the relevant chunk from the log
> is below.  Has anyone else had problems with this.  I didn’t quickly
> find a bug report of this but may have missed it.> 
> :info:build In file included from qsciscintillabase.cpp:41:
> :info:build ./SciAccessibility.h:80:26: error: no type named
> 'InterfaceType' in 'QAccessible'; did you mean
> 'QAccessible2::InterfaceType'?> :info:build void 
> *interface_cast(QAccessible::InterfaceType t);
> :info:build  ^~
> :info:build  QAccessible2::InterfaceType
> :info:build /opt/local/libexec/qt4/include/QtGui/qaccessible.h:349:10:
> note: 'QAccessible2::InterfaceType' declared here> :info:build enum 
> InterfaceType
> 
> I don’t know whether the fetch errors are related at all.
> 
> qscintilla-qt4-2.10.3_0.darwin_17.x86_64.tbz2 doesn't seem to exist in
> /opt/local/var/macports/incoming/verified> Attempting to fetch 
> qscintilla-qt4-2.10.3_0.darwin_17.x86_64.tbz2 from
> https://packages.macports.org/qscintilla-qt4> :debug:archivefetch Fetching 
> archive failed: The requested URL
> returned error: 404 Not Found> :msg:archivefetch --->  Attempting to fetch 
> qscintilla-qt4-
> 2.10.3_0.darwin_17.x86_64.tbz2 from
> http://ywg.ca.packages.macports.org/mirror/macports/packages/qscintilla-qt4> 
> :debug:archivefetch Fetching archive failed: The requested URL
> returned error: 404 Not Found> :msg:archivefetch --->  Attempting to fetch 
> qscintilla-qt4-
> 2.10.3_0.darwin_17.x86_64.tbz2 from
> http://sea.us.packages.macports.org/macports/packages/qscintilla-qt4> 
> :debug:archivefetch Fetching archive failed: The requested URL
> returned error: 404 Not Found> Fetching distfiles for qscintilla-qt4
> :debug:fetch Executing org.macports.fetch (qscintilla-qt4)
> :info:fetch --->  QScintilla_gpl-2.10.3.tar.gz does not exist in
> /opt/local/var/macports/distfiles/qscintilla> :notice:fetch --->  Attempting 
> to fetch QScintilla_gpl-2.10.3.tar.gz
> from http://iweb.dl.sourceforge.net/pyqt

Links:

  1. https://trac.macports.org/ticket/55944#comment:23


Re: qscintilla-qt4 won't compile

2018-03-10 Thread Marius Schamschula
I ran into the same issue.

The problem seems to be that during last week's SourceForge outage something 
other than the source package was downloaded (likely an html error message).

I fixed this by running

sudo port clean —dist qscintilla-qt4

and then

sudo port upgrade qscintilla-qt4

> On Mar 10, 2018, at 6:15 PM, Lenore Horner  wrote:
> 
> I just upgraded outdated ports (it had been a month or two probably).  And 
> qscintilla-qt4  failed.  I think the relevant chunk from the log is below.  
> Has anyone else had problems with this.  I didn’t quickly find a bug report 
> of this but may have missed it. 
> 
> :info:build In file included from qsciscintillabase.cpp:41:
> :info:build ./SciAccessibility.h:80:26: error: no type named 'InterfaceType' 
> in 'QAccessible'; did you mean 'QAccessible2::InterfaceType'?
> :info:build void *interface_cast(QAccessible::InterfaceType t);
> :info:build  ^~
> :info:build  QAccessible2::InterfaceType
> :info:build /opt/local/libexec/qt4/include/QtGui/qaccessible.h:349:10: note: 
> 'QAccessible2::InterfaceType' declared here
> :info:build enum InterfaceType
> 
> I don’t know whether the fetch errors are related at all.
> 
> qscintilla-qt4-2.10.3_0.darwin_17.x86_64.tbz2 doesn't seem to exist in 
> /opt/local/var/macports/incoming/verified
> Attempting to fetch qscintilla-qt4-2.10.3_0.darwin_17.x86_64.tbz2 from 
> https://packages.macports.org/qscintilla-qt4 
> 
> :debug:archivefetch Fetching archive failed: The requested URL returned 
> error: 404 Not Found
> :msg:archivefetch --->  Attempting to fetch 
> qscintilla-qt4-2.10.3_0.darwin_17.x86_64.tbz2 from 
> http://ywg.ca.packages.macports.org/mirror/macports/packages/qscintilla-qt4 
> 
> :debug:archivefetch Fetching archive failed: The requested URL returned 
> error: 404 Not Found
> :msg:archivefetch --->  Attempting to fetch 
> qscintilla-qt4-2.10.3_0.darwin_17.x86_64.tbz2 from 
> http://sea.us.packages.macports.org/macports/packages/qscintilla-qt4 
> 
> :debug:archivefetch Fetching archive failed: The requested URL returned 
> error: 404 Not Found
> Fetching distfiles for qscintilla-qt4
> :debug:fetch Executing org.macports.fetch (qscintilla-qt4)
> :info:fetch --->  QScintilla_gpl-2.10.3.tar.gz does not exist in 
> /opt/local/var/macports/distfiles/qscintilla
> :notice:fetch --->  Attempting to fetch QScintilla_gpl-2.10.3.tar.gz from 
> http://iweb.dl.sourceforge.net/pyqt 
> 
> TIA,
> Lenore

Marius
--
Marius Schamschula