Bug 179440

Summary: devel/gettext: Progamm install errorcode
Product: Ports & Packages Reporter: Daniel <rioox>
Component: Individual Port(s)Assignee: autotools
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

Description Daniel 2013-06-09 12:20:00 UTC
Hallo ich habe das problem das wenn ich programme (egal welches) installieren will das ich immer den Errorcode 1 bekomme wie kann ich das umgehen ?


Ich habe diese commandos benutzt 
portsnap fetch extract
cd /usr/ports/www/apache22
make install clean 

Der errorcode 1 sieht so aus
Stop in /usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-tools/gnulib-lib.
*** [all] Error code 1
Stop in /usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-tools/gnulib-lib.
*** [all-recursive] Error code 1
Stop in /usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-tools.
*** [all] Error code 1
Stop in /usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-tools.
*** [all-recursive] Error code 1
Stop in /usr/ports/devel/gettext/work/gettext-0.18.1.1.
*** [do-build] Error code 1
Stop in /usr/ports/devel/gettext.
*** [reinstall] Error code 1
Stop in /usr/ports/devel/gettext.
*** [lib-depends] Error code 1
Stop in /usr/ports/devel/p5-Locale-gettext.
*** [reinstall] Error code 1
Stop in /usr/ports/devel/p5-Locale-gettext.
*** [build-depends] Error code 1
Stop in /usr/ports/misc/help2man.
*** [install] Error code 1
Stop in /usr/ports/misc/help2man.
*** [reinstall] Error code 1
Stop in /usr/ports/misc/help2man.
*** [build-depends] Error code 1
Stop in /usr/ports/devel/autoconf.
*** [reinstall] Error code 1
Stop in /usr/ports/devel/autoconf.
*** [build-depends] Error code 1
Stop in /usr/ports/www/apache22.
*** [install] Error code 1
Stop in /usr/ports/www/apache22.
*** [reinstall] Error code 1

Fix: Patch attached with submission follows:
How-To-Repeat: Stop in /usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-tools/gnulib-lib.
*** [all] Error code 1
Stop in /usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-tools/gnulib-lib.
*** [all-recursive] Error code 1
Stop in /usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-tools.
*** [all] Error code 1
Stop in /usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-tools.
*** [all-recursive] Error code 1
Stop in /usr/ports/devel/gettext/work/gettext-0.18.1.1.
*** [do-build] Error code 1
Stop in /usr/ports/devel/gettext.
*** [reinstall] Error code 1
Stop in /usr/ports/devel/gettext.
*** [lib-depends] Error code 1
Stop in /usr/ports/devel/p5-Locale-gettext.
*** [reinstall] Error code 1
Stop in /usr/ports/devel/p5-Locale-gettext.
*** [build-depends] Error code 1
Stop in /usr/ports/misc/help2man.
*** [install] Error code 1
Stop in /usr/ports/misc/help2man.
*** [reinstall] Error code 1
Stop in /usr/ports/misc/help2man.
*** [build-depends] Error code 1
Stop in /usr/ports/devel/autoconf.
*** [reinstall] Error code 1
Stop in /usr/ports/devel/autoconf.
*** [build-depends] Error code 1
Stop in /usr/ports/www/apache22.
*** [install] Error code 1
Stop in /usr/ports/www/apache22.
*** [reinstall] Error code 1
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2013-06-10 07:30:40 UTC
Responsible Changed
From-To: freebsd-i386->freebsd-ports-bugs

dear submitter (Daniel) , please note that our PR system is for 
english Problem Records only. 

It seems that your port install doesn't run because of a problem 
in devel/gettext. It seems that the gettext port needs the iconv 
libraries, which get installed through converters/libiconv. 

Perhaps you can try to install that manually and see whether that 
resolves your problems. Else I would like to point you to the ports 
team(s), who can further help/assist you with this issue.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-17 02:08:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->autotools

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 Ade Lovett freebsd_committer freebsd_triage 2013-07-10 21:47:52 UTC
State Changed
From-To: open->closed

Definitely a local problem, most likely as a result of not following 
UPDATING instructions with respect to gettext/iconv interaction.