Re: Installing GNUstep using MacPorts

2013-12-01 Thread Lars Sonchocky-Helldorf
Did you try mailing to macports-users macports-users@lists.macosforge.org? 
This list is somewhat active, I have no idea whether someone responds to those 
addresses inside the portfiles.

cheers,

Lars

Am 01.12.2013 um 18:29 schrieb Adam Fedor:

 I would not use macports. The gnustep package on on macports is really really 
 old - 1.19 was released over 4 years ago. Plus they pretty much ignore any 
 patches or bug reports you send in.
 
 Again, I would not recommend installing GNUstep on Mac OSX, but if you want 
 to try you could look at this:
 
 http://wiki.gnustep.org/index.php/Platform:BSD#Full_Install
 
 Although even these instructions are old and probably out of date. You are on 
 your own if you want to do this though. Trying to install GNUstep on OSX has 
 turned many a programmer prematurely grey. ;-)
 
 Adam
 
 On Dec 1, 2013, at 8:11 AM, Muhammad Hussein Nasrollahpour 
 iapplechocol...@me.com wrote:
 
 I tried to install GNUstep on OS X Mavericks 10.9 using MacPorts but I faced 
 this problem.
 
 MacPorts 2.2.1
 
 [Users/Muhammad]  install gnustep 
 ---  Computing dependencies for gnustep
 ---  Dependencies to be installed: ArtResources gnustep-core gnustep-back 
 gnustep-gui gnustep-base gnutls gmp libidn libtasn1 nettle p11-kit 
 curl-ca-bundle desktop-file-utils glib2 popt tiff jpeg libart_lgpl 
 GMastermind GMines GNUMail Etoile SQLClient Performance dbus oniguruma5 
 poppler cairo libpixman xorg-libXext xorg-xcb-util curl 
 gobject-introspection lcms2 openjpeg15 jbigkit poppler-data Pantomime PRICE 
 TalkSoup netclasses Yap.app gworkspace system-preferences PreferencePanes 
 windowmaker xorg-libXmu xorg-libXt xpm
 ---  Configuring gnustep-base
 Error: Failed to configure gnustep-base, consult 
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnustep_gnustep-base/gnustep-base/work/gnustep-base-1.19.1/config.log
 Error: org.macports.configure for port gnustep-base returned: configure 
 failure: command execution failed
 
 ___
 Discuss-gnustep mailing list
 discuss-gnus...@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnustep

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


Re: Installing GNUstep using MacPorts

2013-12-01 Thread Ryan Schmidt
On Dec 1, 2013, at 14:32, Lars Sonchocky-Helldorf 
lars.sonchocky-helld...@hamburg.de wrote:

 Did you try mailing to macports-users macports-users@lists.macosforge.org? 
 This list is somewhat active, I have no idea whether someone responds to 
 those addresses inside the portfiles.
 
 cheers,
 
   Lars
 
 Am 01.12.2013 um 18:29 schrieb Adam Fedor:
 
 I would not use macports. The gnustep package on on macports is really 
 really old - 1.19 was released over 4 years ago. Plus they pretty much 
 ignore any patches or bug reports you send in.

If by “they” you mean the MacPorts community, we certainly do respond to 
patches and bug reports. However we are a volunteer project. We have hundreds 
of contributors, who have volunteered to maintain various packages. 
Unfortunately, nobody has volunteered to maintain the gnustep packages in 
MacPorts, therefore bugs filed against those packages might not get resolved.

What we need is for someone who is interested in gnustep and understands how it 
should work to volunteer to maintain and update these packages and address the 
outstanding tickets.


 Again, I would not recommend installing GNUstep on Mac OSX, but if you want 
 to try you could look at this:
 
 http://wiki.gnustep.org/index.php/Platform:BSD#Full_Install
 
 Although even these instructions are old and probably out of date. You are 
 on your own if you want to do this though. Trying to install GNUstep on OSX 
 has turned many a programmer prematurely grey. ;-)

And this may be a reason why nobody has yet figured out how to do it and 
translate that knowledge into a working MacPorts porfile.

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


Re: Installing GNUstep using MacPorts

2013-12-01 Thread Ryan Schmidt

On Dec 2, 2013, at 01:10, Kevin Ingwersen wrote:

 Well, I may actually start to volunteer for gnustep-macports. I just need to 
 finally get a working compiler that can compile gnustep correctly. The only 
 and current issue are some basic includes and weird declaration errors like:
 
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:410:42: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrAccessible
 ^
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:414:43: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrAccessGroup
  ^
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:416:46: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrSynchronizable
 ^
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:418:49: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrSynchronizableAny
 (…)
 
 But, if i get aorund this, there shouldnt be a big issue porting my current 
 way to macports! :)

How did you get to this point? What steps would I need to take to reproduce 
this issue on my own system? It’s hard to know what’s wrong, based on just the 
information above. For example, I see that the Security framework is being used 
(presumably this was requested by passing the flag “-framework Security” to the 
compiler), but you didn’t show what file was being compiled at the time.

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