Re: MacPorts Install Error: The following dependencies failed to build libiconv

2009-04-01 Thread Rainer Müller
On 2009-03-31 23:03, Jos van Tongeren wrote:
 Oh I am sorry Rainer,
 
 Here it comes:
 
 Last login: Tue Mar 31 22:56:59 on console
 media-markts-imac:~ mediamarkt$ sudo port -d install fbg
 Password:
[...]
 ---  Building fbg
 DEBUG: Executing org.macports.build (fbg)
 DEBUG: Environment:
 CFLAGS='-I/System/Library/Frameworks/OpenGL.framework/Headers
 -I/opt/local/include' MACOSX_DEPLOYMENT_TARGET='10.5'
 LDFLAGS='-L/opt/local/lib -lphysfs'
 DEBUG: Assembled command: 'cd
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_games_fbg/work/fbg-0.9
  make all'
 /usr/bin/g++-4.0  -O2  -L/opt/local/lib -lphysfs -o fbg 
 src/glTGAImage.o src/fbgGame.o src/fbgBlock.o src/fbgMain.o
 src/fbgOpenGLRenderer.o  -L/opt/local/lib -lSDLmain -lSDL
 -Wl,-framework,Cocoa  -lphysfs  -lstdc++

I get the same errors. Here is something like -Wl,framework,OpenGL or
-lGL missing.

Rainer
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: MacPorts Install Error: The following dependencies failed to build libiconv

2009-04-01 Thread Ryan Schmidt


On Apr 1, 2009, at 07:15, Rainer Müller wrote:


On 2009-03-31 23:03, Jos van Tongeren wrote:

Oh I am sorry Rainer,

Here it comes:

Last login: Tue Mar 31 22:56:59 on console
media-markts-imac:~ mediamarkt$ sudo port -d install fbg
Password:

[...]

---  Building fbg
DEBUG: Executing org.macports.build (fbg)
DEBUG: Environment:
CFLAGS='-I/System/Library/Frameworks/OpenGL.framework/Headers
-I/opt/local/include' MACOSX_DEPLOYMENT_TARGET='10.5'
LDFLAGS='-L/opt/local/lib -lphysfs'
DEBUG: Assembled command: 'cd
/opt/local/var/macports/build/ 
_opt_local_var_macports_sources_rsync.macports.org_release_ports_game 
s_fbg/work/fbg-0.9

 make all'
/usr/bin/g++-4.0  -O2  -L/opt/local/lib -lphysfs -o fbg
src/glTGAImage.o src/fbgGame.o src/fbgBlock.o src/fbgMain.o
src/fbgOpenGLRenderer.o  -L/opt/local/lib -lSDLmain -lSDL
-Wl,-framework,Cocoa  -lphysfs  -lstdc++


I get the same errors. Here is something like -Wl,framework,OpenGL or
-lGL missing.


Could someone please file a bug ticket for the fbg port, then? Thanks.



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


Re: MacPorts Install Error: The following dependencies failed to build libiconv

2009-03-31 Thread Rainer Müller
On 2009-03-31 14:56, Jos van Tongeren wrote:
 ---  Building p5-locale-gettext
 DEBUG: Executing org.macports.build (p5-locale-gettext)
 DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.5'
 DEBUG: Assembled command: 'cd
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_p5-locale-gettext/work/gettext-1.05
  make all'
 make: *** No rule to make target
 `/opt/local/lib/perl5/5.8.8/darwin-2level/Config.pm', needed by
 `Makefile'.  Stop.
 Error: Target org.macports.build returned: shell command  cd
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_p5-locale-gettext/work/gettext-1.05
  make all  returned error 2
 Command output: make: *** No rule to make target
 `/opt/local/lib/perl5/5.8.8/darwin-2level/Config.pm', needed by
 `Makefile'.  Stop.

You need to clean the previous build attempt before trying again:

sudo port clean p5-locale-gettext
sudo port install p5-locale-gettext

Rainer

PS: Please remember to use Reply All instead of Reply, so the list
gets your mail, too.
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: MacPorts Install Error: The following dependencies failed to build libiconv

2009-03-31 Thread Rainer Müller
On 2009-03-31 17:55, Jos van Tongeren wrote:
 Hi,
 I have done :
 sudo port clean p5-locale-gettext
 sudo port install p5-locale-gettext
 
 It seems to be better.
 
 Now I have a few little problems:
 
 Warning: the following items did not execute (for fbg):
 org.macports.activate org.macports.build org.macports.destroot
 org.macports.install
 Error: Status 1 encountered during processing

This is again not very helpful, as the real error message is missing.
Please include the full error message.

Rainer

PS: Please get used to Reply All instead of just Reply.
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: MacPorts Install Error: The following dependencies failed to build libiconv

2009-03-30 Thread Rainer Müller
Jos van Tongeren wrote:
 Hi,
 When I install libiconv after removing then i have the same problem as
 before.
 Warning: the following items did not execute (for p5-locale-gettext):
 org.macports.activate org.macports.build org.macports.destroot
 org.macports.install
 Error: The following dependencies failed to build: physfs libtool
 automake autoconf help2man p5-locale-gettext m4
 Error: Status 1 encountered during processing

It would help to post the actual error message.

Run again using
  sudo port clean p5-locale-gettext
  sudo port -d install p5-locale-gettext | tee p5-locale-gettext.log

Then make that log file available somewhere.

Rainer
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: MacPorts Install Error: The following dependencies failed to build libiconv

2009-03-30 Thread Rainer Müller
Jos van Tongeren wrote:
 /usr/bin/gcc-4.0 -c   -I/opt/local/include -fno-common -DPERL_DARWIN
 -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement
 -I/opt/local/include -O3   -DVERSION=\1.05\ -DXS_VERSION=\1.05\ 
 -I/opt/local/lib/perl5/5.8.8/darwin-2level/CORE   gettext.c
 In file included from gettext.xs:2:
 /opt/local/lib/perl5/5.8.8/darwin-2level/CORE/perl.h:2761:18: error:
 utf8.h: No such file or directory
 make: *** [gettext.o] Error 1

Your perl5.8 installation seems to be outdated, the current version is
5.8.9_2.

  sudo port upgrade perl5.8

On my system, utf8.h is by perl5.8 at
/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE/utf8.h

Rainer
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users