Re: camlimages fails and registering a ticket fails

2013-12-30 Thread Tim Johnson
* Tim Johnson  [131230 14:40]:
> * Lawrence Velázquez  [131224 07:05]:
> > On Dec 23, 2013, at 8:36 PM, Tim Johnson  wrote:
> > 
> > > Double trouble folks!
> > > 1)camlimages fails to build
> > 
> > > Question 2 : If anyone wants to help trouble-shoot the problem from
> > > the logs, I have the logs and a screen dump of the failure.
> > 
> > Does the failure happen to look like this?
> > 
> > https://trac.macports.org/ticket/39934
>   Any movement on this? Still having errors.
P.S. :: Lawrence did get something moving. I can now register for a
trouble ticket and have submitted an error report:
https://trac.macports.org/ticket/41976

Thanks again
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com, http://www.tj49.com
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: camlimages fails and registering a ticket fails

2013-12-30 Thread Tim Johnson
* Lawrence Velázquez  [131224 07:05]:
> On Dec 23, 2013, at 8:36 PM, Tim Johnson  wrote:
> 
> > Double trouble folks!
> > 1)camlimages fails to build
> 
> > Question 2 : If anyone wants to help trouble-shoot the problem from
> > the logs, I have the logs and a screen dump of the failure.
> 
> Does the failure happen to look like this?
> 
> https://trac.macports.org/ticket/39934
  Any movement on this? Still having errors.
  thanks
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com, http://www.tj49.com
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: python24

2013-12-30 Thread Frank Schima

On Dec 30, 2013, at 12:30 PM, Comer Duncan  wrote:

> Is it safe to remove python24?  I did a 
> port depend python24
> 
> and get:
> 
> py24-ctypes depends on python24
> 
> py24-ipython depends on python24
> 
> py24-markupsafe depends on python24
> 
> py24-numpy depends on python24
> 
> py24-readline depends on python24
> 
> py24-roman depends on python24
> 
> py24-setuptools depends on python24
> 
> 
> 
> So I take it that only the py24- items depend on python24. Since I do not 
> (knowlingly) use python 2.4*  I am wondering whether I can safely just nuke 
> it all?
> 

Yes, it is safe to remove them all. Macports now uses python27 by default and 
you can install the py27-* version of those ports if you need them. Personally 
I add +python27 to my variants.conf file to specifically give me that version 
of python. You might also check if you have any ports installed with a python24 
variant with the following command:

port installed | grep python24

Then install those ports with the python27 variant instead. 


Cheers!
Frank

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


python24

2013-12-30 Thread Comer Duncan
Is it safe to remove python24?  I did a

port depend python24

and get:

py24-ctypes depends on python24

py24-ipython depends on python24

py24-markupsafe depends on python24

py24-numpy depends on python24

py24-readline depends on python24

py24-roman depends on python24

py24-setuptools depends on python24


So I take it that only the py24- items depend on python24. Since I do
not (knowlingly) use python 2.4*  I am wondering whether I can safely just
nuke it all?


Thanks for advice.


Comer
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re:

2013-12-30 Thread Eric Gallager
What's the context here? Was the tcl script a specific portfile whose port
you were trying to install with MacPorts?



On Mon, Dec 30, 2013 at 3:49 AM, Rinku Thakare wrote:

>
> i got the error while running tcl script
> gcc -DHAVE_CONFIG_H -I, -I ,-I.-g-c  dialog.c
> dialog.c:In function 'make_msg_box':
> dialog.c:780:5:warning:passing argument 2 of 'getline' from incompatible
> pointer type [enabled by default]
> In file included from xgraph.h:18:0,
>  from dialog.c:11:
> /usr/include/stdio.h:677:20: note: expected ‘size_t * __restrict__’
> but argument is of type ‘char *’
> dialog.c:780:5: error: too few arguments to function ‘getline’
> In file included from xgraph.h:18:0,
>  from dialog.c:11:
> /usr/include/stdio.h:677:20: note: declared here
> dialog.c: At top level:
> dialog.c:891:1: error: conflicting types for ‘getline’
> In file included from xgraph.h:18:0,
>  from dialog.c:11:
> /usr/include/stdio.h:677:20: note: previous declaration of ‘getline’
> was here
> make: *** [dialog.o] Error 1
>
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users
>
>
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: error: conflicting types for "getline"

2013-12-30 Thread Ryan Schmidt

On Dec 30, 2013, at 02:49, Rinku Thakare  wrote:

> i got the error while running tcl script 

While running which tcl script?


> gcc -DHAVE_CONFIG_H -I, -I ,-I.-g-c  dialog.c
> dialog.c:In function 'make_msg_box':
> dialog.c:780:5:warning:passing argument 2 of 'getline' from incompatible 
> pointer type [enabled by default]
> In file included from xgraph.h:18:0,
>  from dialog.c:11:
> /usr/include/stdio.h:677:20: note: expected ‘size_t * __restrict__’ but 
> argument is of type ‘char *’
> dialog.c:780:5: error: too few arguments to function ‘getline’
> In file included from xgraph.h:18:0,
>  from dialog.c:11:
> /usr/include/stdio.h:677:20: note: declared here
> dialog.c: At top level:
> dialog.c:891:1: error: conflicting types for ‘getline’
> In file included from xgraph.h:18:0,
>  from dialog.c:11:
> /usr/include/stdio.h:677:20: note: previous declaration of ‘getline’ was 
> here
> make: *** [dialog.o] Error 1

Sounds like whatever program you’re compiling here has its own definition of 
the “getline” function, which is different from the “getline” function provided 
by OS X 10.7 and later. We sometimes deal with this by renaming the local 
“getline” function.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Trouble updating gnucash to current version with quartz

2013-12-30 Thread Ryan Schmidt

On Dec 30, 2013, at 04:42, Joshua Root wrote:

> It's worth noting that gnome-desktop doesn't actually have a quartz
> variant any more.

Oh. Well I assumed it was related to one of its dependencies having a quartz 
variant.


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Trouble updating gnucash to current version with quartz

2013-12-30 Thread Joshua Root
> On Dec 29, 2013, at 05:19, Olaf Föllinger wrote:
> 
>> Error: org.macports.build for port gnome-desktop returned: command
>> execution failed
>> Please see the log file for port gnome-desktop for details:
>> 
>> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-desktop/gnome-desktop/main.log
>> To report a bug, follow the instructions in the guide:
>>http://guide.macports.org/#project.tickets
>> Error: Processing of port gnome-desktop failed
> 
> This output just tells us that an error occurred; it doesn’t tell us what 
> error occurred. For that, we’d need to examine the main.log file.
> 
> 
>> The problem is https://trac.macports.org/ticket/19939 "gnome-desktop
>> fails to build with +quartz”. Since the ticket is open since 5 years
>> there must be a workaround to build gnucash +quartz but I cannot find it.
> 
> For a ticket that has been open for a long time with no resolution, I’d 
> assume that either the problem has been fixed by someone who was not aware of 
> the ticket, or nobody who’s encountered the ticket knows how to fix it. If 
> you’ve examined the main.log file and matched its contents to what’s in the 
> ticket, then it appears to be the latter.

It's worth noting that gnome-desktop doesn't actually have a quartz
variant any more.

- Josh
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


[no subject]

2013-12-30 Thread Rinku Thakare
i got the error while running tcl script
gcc -DHAVE_CONFIG_H -I, -I ,-I.-g-c  dialog.c
dialog.c:In function 'make_msg_box':
dialog.c:780:5:warning:passing argument 2 of 'getline' from incompatible
pointer type [enabled by default]
In file included from xgraph.h:18:0,
 from dialog.c:11:
/usr/include/stdio.h:677:20: note: expected ‘size_t * __restrict__’ but
argument is of type ‘char *’
dialog.c:780:5: error: too few arguments to function ‘getline’
In file included from xgraph.h:18:0,
 from dialog.c:11:
/usr/include/stdio.h:677:20: note: declared here
dialog.c: At top level:
dialog.c:891:1: error: conflicting types for ‘getline’
In file included from xgraph.h:18:0,
 from dialog.c:11:
/usr/include/stdio.h:677:20: note: previous declaration of ‘getline’
was here
make: *** [dialog.o] Error 1
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users