zsh-workers
 help / color / mirror / code / Atom feed
From: "Renato Botelho" <rbgarga@gmail.com>
To: zsh-workers@sunsite.dk
Subject: Re: Problems building 4.3.4 on FreeBSD
Date: Wed, 25 Jul 2007 15:56:45 -0300	[thread overview]
Message-ID: <747dc8f30707251156k79397da4l141ed6a03d1973a@mail.gmail.com> (raw)
In-Reply-To: <747dc8f30707251120p69307dc5pdce77ce965fa1b19@mail.gmail.com>

On 7/25/07, Renato Botelho <rbgarga@gmail.com> wrote:
> Hello,
>
> I'm working to upgrade zsh on FreeBSD ports tree from 4.3.2 to 4.3.4
> and i had a problem building it.
>
> When iconv was not found, Src/utils.c didn't build, i made this change
> and everything built file:
>
> --- Src/utils.c.orig    Tue Apr 17 10:57:15 2007
> +++ Src/utils.c Wed Jul 25 15:13:58 2007
> @@ -4569,11 +4570,11 @@
>      int count;
>  #else
>      unsigned int wval;
> +    size_t count;
>  # if defined(HAVE_NL_LANGINFO) && defined(CODESET) && defined(HAVE_ICONV)
>      iconv_t cd;
>      char inbuf[4];
>      size_t inbytes, outbytes;
> -    size_t count;
>  # endif
>  #endif

Now all built fine, but I have a problem at install time:

cc  -s -shared -o zutil.so   zutil..o    -lncurses -lm  -lc
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  zutil.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/zutil.so
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  compctl.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/compctl.so
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  complete.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/complete.so
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  complist.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/complist.so
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  computil.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/computil.so
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  deltochar.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/deltochar.so
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  zle.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/zle.so
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  zleparameter.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/zleparameter.so
if test x/tmp/zsh-4.3.4/share/zsh/4.3.4/functions != x && test
x/tmp/zsh-4.3.4/share/zsh/4.3.4/functions != xno; then  test
x/tmp/zsh-4.3.4/share/zsh/site-functions != xno &&  /bin/sh
./mkinstalldirs /tmp/zsh-4.3.4/share/zsh/site-functions;  sdir_top="."
fndir="/tmp/zsh-4.3.4/share/zsh/4.3.4/functions" dir_top="."
scriptdir="/tmp/zsh-4.3.4/share/zsh/4.3.4/scripts"
FUNCTIONS_SUBDIRS="yes"  INSTALL_DATA="install  -o root -g wheel -m
444"  INSTALL_PROGRAM="install  -s -o root -g wheel -m 555"
DESTDIR="" VERSION="4.3.4"  /bin/sh ./Config/installfns.sh || exit 1;
fi;  exit 0
mkdir /tmp/zsh-4.3.4/share/zsh
mkdir /tmp/zsh-4.3.4/share/zsh/site-functions
mkdir /tmp/zsh-4.3.4/share/zsh/4.3.4
mkdir /tmp/zsh-4.3.4/share/zsh/4.3.4/functions
mkdir /tmp/zsh-4.3.4/share/zsh/4.3.4/functions/Exceptions
mkdir /tmp/zsh-4.3.4/share/zsh/4.3.4/functions/Misc
strip: /tmp/zsh-4.3.4/share/zsh/4.3.4/functions/Misc/harden: File
format not recognized
install: wait: No such file or directory
*** Error code 1

Somebody can give me some help? The problem seems to be on Config/installfns.sh

Thanks
-- 
Renato Botelho


  reply	other threads:[~2007-07-25 18:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-25 18:20 Renato Botelho
2007-07-25 18:56 ` Renato Botelho [this message]
2007-07-25 19:56   ` Renato Botelho
2007-07-25 20:42     ` Peter Stephenson
     [not found] <rbgarga@gmail.com>
2007-07-27 17:49 ` Not finding iconv and pcre Renato Botelho
2007-07-27 17:56   ` Renato Botelho
2007-07-27 19:12   ` Peter Stephenson
2007-07-30 13:50   ` Oliver Kiddle
2007-07-30 14:29     ` Renato Botelho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=747dc8f30707251156k79397da4l141ed6a03d1973a@mail.gmail.com \
    --to=rbgarga@gmail.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).