Changes between Initial Version and Version 1 of Ticket #41660, comment 12


Ignore:
Timestamp:
Feb 1, 2015, 4:08:56 PM (9 years ago)
Author:
anddam (Andrea D'Amore)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41660, comment 12

    initial v1  
    33
    44You should provide some info about what the challenges are in order to receive help on that matter.
     5
     6edit:
     7I bumped version to 1.8.2, updated the dependency from guile 1.8 to 2.0 and dropped the relevant post-patch phase along with the patchfile and I'm able to build and install geda-gaf port.
     8I only tried gschem and gnetlist so you may want to perform a more thorough test.
     9
     10I'm attaching the patch for the port revision currently in tree.
     11
     12On a separate topic the configure script printed the following
     13
     14{{{
     15        Some deprecated features have been used. Set the
     16        environment variable GUILE_WARN_DEPRECATED to
     17        "detailed" and rerun the program to get more
     18        information. Set it to "no" to suppress this
     19        message.
     20}}}
     21
     22but when I accordingly set the variable in the configure environment the script just didn't skipped printing the previous message without providing any further info. See if you can manage to figure what it meant, just add a
     23
     24{{{
     25    configure.env-append     GUILE_WARN_DEPRECATED="detailed"
     26}}}
     27
     28to the Portfile.
     29