Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Vishnu
Hi all was succesfully able to install macports using |$| *|cd /opt/mports/macports-base|* > |$| *|./configure --enable-readline|* > |$| *|make|* > |$| *|sudo make install|* > |$| *|make distclean|* but right now problem is root@vishnupc:~# /opt/local/bin/port -v selfupdate

Re: Binary packages not rebuilding against updated libraries

2018-04-24 Thread Joshua Root
On 2018-4-25 02:05 , Artur Szostak wrote: >>> Hi, >>> >>> I have a Portfile for a library (called CPL) that was linked against >>> Cfitsio from a week ago. Cfitsio was updated very recently. What I expect >>> is that during the installation of CPL, MacPorts is able to figure out that >>>

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Joshua Root
On 2018-4-25 02:36 , Vishnu wrote: > I tried using these > > 1. > > *|mkdir -p /opt/mports|* > |$| *|cd /opt/mports|* > |$| *|git clone https://github.com/macports/macports-base.git|* > |$| *|git checkout v2.4.3 # skip this if you want to use the development > version|* > >

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Mojca Miklavec
See last email from Ryan. Can you try to clone macports-ports and run portindex there? (Sorry, typing on my phone.) You can also go to our IRC channel for more real-time help. Mojca V tor., 24. apr. 2018 23:37 je oseba Vishnu napisala: > Hi all > > was succesfully able

Re: Binary packages not rebuilding against updated libraries

2018-04-24 Thread Ryan Schmidt
On Apr 24, 2018, at 11:37, Artur Szostak wrote: >>> So then there is a bug from what I understand, or cfitsio in MacPorts is >>> being built incorrectly. Compare file names for the newer Cfitsio: >>> /opt/local/lib/libcfitsio.6.3.44.dylib >>> /opt/local/lib/libcfitsio.6.dylib ->

Re: Need help with Portfile with only subports ...

2018-04-24 Thread Joshua Root
On 2018-4-25 02:27 , Edward Maros wrote: > > > On 4/24/18 8:45 AM, Joshua Root wrote: >> On 2018-4-25 01:21 , Edward Maros wrote: >>> >>> On 4/24/18 8:15 AM, Joshua Root wrote: On 2018-4-25 01:08 , Edward Maros wrote: > I am working on splitting swig extensions out of a source package

Re: Binary packages not rebuilding against updated libraries

2018-04-24 Thread Artur Szostak
> Portfile authors need to manually "revbump" the library's dependent ports > when supporting libraries change significantly. > > It's not automatically figured out by MacPorts. > The Portfiles for cfitsio had two different versions. So I do not think that is the issue.

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Jackson Isaac
On Tue, Apr 24, 2018 at 10:06 PM, Vishnu wrote: > I tried using these > > mkdir -p /opt/mports > $ cd /opt/mports > $ git clone https://github.com/macports/macports-base.git > $ git checkout v2.4.3 # skip this if you want to use the development > version > > Build and

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Vishnu
Hey I have been trying to install Macports on ubuntu. And am unable to do so. Downloaded the tar. Somehelp would be appreciated. On 24 April 2018 at 08:55, Jackson Isaac wrote: > Hi Vishnu, > > Welcome to The MacPorts Project! > > On Tue, Apr 24, 2018 at 4:15 AM,

Re: [Spam:********** SpamScore] Re: Need help with Portfile with only subports ...

2018-04-24 Thread Edward Maros
On 4/24/18 8:45 AM, Joshua Root wrote: > On 2018-4-25 01:21 , Edward Maros wrote: >> >> On 4/24/18 8:15 AM, Joshua Root wrote: >>> On 2018-4-25 01:08 , Edward Maros wrote: I am working on splitting swig extensions out of a source package to better facilitate building of language

Re: Binary packages not rebuilding against updated libraries

2018-04-24 Thread Ken Cunningham
On 2018-04-24, at 9:05 AM, Artur Szostak wrote: > > So then there is a bug from what I understand, or cfitsio in MacPorts is > being built incorrectly. Compare file names for the newer Cfitsio: > /opt/local/lib/libcfitsio.6.3.44.dylib > /opt/local/lib/libcfitsio.6.dylib ->

Re: [macports-ports] branch master updated: collectd: update to 5.8.0

2018-04-24 Thread Perry E. Metzger
On Tue, 24 Apr 2018 16:50:57 +1000 Joshua Root wrote: > On 2018-4-24 08:48 , Perry E. Metzger wrote: > > On Mon, 23 Apr 2018 23:58:23 +0200 Rainer Müller > > wrote: > >> It is a bit suspicious that you made no changes to > >> files/dep-gen.sh in the port

Re: [macports-ports] branch master updated: collectd: update to 5.8.0

2018-04-24 Thread Ken Cunningham
> On Apr 24, 2018, at 10:41 AM, Perry E. Metzger wrote: > >> I wouldn't consider version updates to be a minor change permitted >> by openmaintainer. All too often they are not in fact "simple". > > I do, in fact, consider it that way, and I need some way of telling >

Re: Binary packages not rebuilding against updated libraries

2018-04-24 Thread Artur Szostak
>> Hi, >> >> I have a Portfile for a library (called CPL) that was linked against Cfitsio >> from a week ago. Cfitsio was updated very recently. What I expect is that >> during the installation of CPL, MacPorts is able to figure out that Cfitsio >> changed and that CPL needs to be rebuilt.

Re: Binary packages not rebuilding against updated libraries

2018-04-24 Thread Artur Szostak
>> So then there is a bug from what I understand, or cfitsio in MacPorts is >> being built incorrectly. Compare file names for the newer Cfitsio: >> /opt/local/lib/libcfitsio.6.3.44.dylib >> /opt/local/lib/libcfitsio.6.dylib -> libcfitsio.6.3.44.dylib (symlink) >> and the older Cfitsio: >>

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Jackson Isaac
Hi Vishnu, On Tue, Apr 24, 2018 at 9:58 PM, Vishnu wrote: > Hey > > I have been trying to install Macports on ubuntu. > And am unable to do so. > > Downloaded the tar. > Somehelp would be appreciated. > > Could you please try to build it from source [1] ? Are you getting

Re: Binary packages not rebuilding against updated libraries

2018-04-24 Thread Joshua Root
On 2018-4-25 02:37 , Artur Szostak wrote: >>> So then there is a bug from what I understand, or cfitsio in MacPorts is >>> being built incorrectly. Compare file names for the newer Cfitsio: >>> /opt/local/lib/libcfitsio.6.3.44.dylib >>> /opt/local/lib/libcfitsio.6.dylib ->

Re: [macports-ports] branch master updated: collectd: update to 5.8.0

2018-04-24 Thread Joshua Root
On 2018-4-25 03:56 , Ken Cunningham wrote: > Waiting for the maintainer to review the ticket submission someday often > resulted in months of nothing happening, or years. The maintainer timeout was 72 hours all along, so that's not really relevant to a discussion about the limits of

Re: Binary packages not rebuilding against updated libraries

2018-04-24 Thread Joshua Root
On 2018-4-25 02:31 , Ken Cunningham wrote: > > On 2018-04-24, at 9:05 AM, Artur Szostak wrote: >> >> So then there is a bug from what I understand, or cfitsio in MacPorts is >> being built incorrectly. Compare file names for the newer Cfitsio: >> /opt/local/lib/libcfitsio.6.3.44.dylib >>

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Vishnu
I tried using these 1. *mkdir -p /opt/mports*$ *cd /opt/mports*$ *git clone https://github.com/macports/macports-base.git *$ *git checkout v2.4.3 # skip this if you want to use the development version* 2. Build and Install MacPorts

Re: Migrating the guide to AsciiDoc

2018-04-24 Thread Rainer Müller
On 2018-04-22 09:29, Mojca Miklavec wrote: > As requested during yesterday's meeting, here's the result of > automatic conversion of our guide from xml (docbook) to asciidoc: > > https://github.com/macports/macports-guide/tree/master/guide/adoc > > This was initially explored by Aljaž and

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Jackson Isaac
Hi Vishnu, On Wed, Apr 25, 2018 at 3:36 AM, Mojca Miklavec wrote: > See last email from Ryan. Can you try to clone macports-ports and run > portindex there? (Sorry, typing on my phone.) You can also go to our IRC > channel for more real-time help. > For specific steps you

Re: [macports-ports] branch master updated: collectd: update to 5.8.0

2018-04-24 Thread Joshua Root
On 2018-4-24 08:48 , Perry E. Metzger wrote: > On Mon, 23 Apr 2018 23:58:23 +0200 Rainer Müller > wrote: >> It is a bit suspicious that you made no changes to files/dep-gen.sh >> in the port directory. >> >> The second half of the Portfile is fully generated by that shell >>

Re: Add a section on license names to the MacPorts guide?

2018-04-24 Thread Joshua Root
See also and . I wouldn't say this is the list of valid licenses, but rather the list of ones our script knows about. Other licenses are fine but will need to be added if it

Re: Installing nokogiri with --use-system-libraries (was: Re: Migrating the guide to AsciiDoc)

2018-04-24 Thread Andrew Moore
On Apr 23, 2018, at 6:23 PM, Rainer Müller wrote: > $ sudo gem2.5 install nokogiri -- --use-system-libraries > … > pkg-config could not be used to find libxml-2.0 > … > "pkg-config --exists libxml-2.0" > dyld: Symbol not found: __cg_jpeg_resync_to_restart > Referenced from:

Re: Installing nokogiri with --use-system-libraries

2018-04-24 Thread Rainer Müller
On 2018-04-24 07:50, Mojca Miklavec wrote: > On 23 April 2018 at 17:42, Rainer Müller wrote: >> >> Ruby and gems are really strange... >> >> Apparently, installing nokogiri with bundle fails > > Wasn't it you who said that we don't need a port for it as it's just a > one-time conversion? :) >

Re: Gsoc 18 Project | Collect build statistics

2018-04-24 Thread Mojca Miklavec
Dear Vishnu, On 24 April 2018 at 00:45, Vishnu wrote: > >> (c.3) Plan the API to get the data from the database in JSON format >> (so that someone else could write an independent app with the same >> display functionality). >> More in a separate email, I guess. > > (c.3) You are talking about

Need help with Portfile with only subports ...

2018-04-24 Thread Edward Maros
I am working on splitting swig extensions out of a source package to better facilitate building of language extension packages. Previously this was all done in one Portfile with each language being a subport of the main package. Is it possible to have a Portfile which does not supply a main port,

Re: Need help with Portfile with only subports ...

2018-04-24 Thread Joshua Root
On 2018-4-25 01:08 , Edward Maros wrote: > I am working on splitting swig extensions out of a source package to > better facilitate building of language extension packages. Previously > this was all done in one Portfile with each language being a subport of > the main package. > > Is it possible

Binary packages not rebuilding against updated libraries

2018-04-24 Thread Artur Szostak
Hi, I have a Portfile for a library (called CPL) that was linked against Cfitsio from a week ago. Cfitsio was updated very recently. What I expect is that during the installation of CPL, MacPorts is able to figure out that Cfitsio changed and that CPL needs to be rebuilt. However, during the

Re: Binary packages not rebuilding against updated libraries

2018-04-24 Thread Joshua Root
On 2018-4-25 01:25 , Artur Szostak wrote: > Hi, > > I have a Portfile for a library (called CPL) that was linked against Cfitsio > from a week ago. Cfitsio was updated very recently. What I expect is that > during the installation of CPL, MacPorts is able to figure out that Cfitsio > changed

Re: Need help with Portfile with only subports ...

2018-04-24 Thread Joshua Root
On 2018-4-25 01:21 , Edward Maros wrote: > > > On 4/24/18 8:15 AM, Joshua Root wrote: >> On 2018-4-25 01:08 , Edward Maros wrote: >>> I am working on splitting swig extensions out of a source package to >>> better facilitate building of language extension packages. Previously >>> this was all

disable-dependency-tracking issue all of a sudden?

2018-04-24 Thread Ken Cunningham
Several gnome ports seem to be failing to update with a similar error all of a sudden: config.status: error: Something went wrong bootstrapping makefile fragments for automatic dependency tracking. Try re-running configure with the '--disable-dependency-tracking' option to at least