Build errors

If you hit any installation issues or cannot connect to your freshly installed UnrealIRCd then this forum is for you.

Moderator: Supporters

Locked
Viper
Posts: 1
Joined: Tue May 01, 2018 11:05 am

Build errors

Post by Viper »

hi

I want to upgrade from 3.2 to latest unreal but when trying to install on FreeBSD 10.3, but during ./Config i run into the following error..

Code: Select all

Making install in po
make tre.pot-update
if LC_ALL=C grep 'GNU tre' ../* 2>/dev/null | grep -v 'libtool:' >/dev/null; then  package_gnu='GNU ';  else  package_gnu='';  fi;  if test -n '[email protected]' || test '[email protected]' = '@'PACKAGE_BUGREPORT'@'; then  msgid_bugs_address='[email protected]';  else  msgid_bugs_address='[email protected]';  fi;  case `: --version | sed 1q | sed -e 's,^[^0-9]*,,'` in  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*)  : --default-domain=tre --directory=..  --add-comments=TRANSLATORS: --keyword=_ --keyword=N_   --files-from=./POTFILES.in  --copyright-holder='Ville Laurikari'  --msgid-bugs-address="$msgid_bugs_address"  ;;  *)  : --default-domain=tre --directory=..  --add-comments=TRANSLATORS: --keyword=_ --keyword=N_   --files-from=./POTFILES.in  --copyright-holder='Ville Laurikari'  --package-name="${package_gnu}tre"  --package-version='0.8.0'  --msgid-bugs-address="$msgid_bugs_address"  ;;  esac
test ! -f tre.po || {  if test -f ./tre.pot; then  sed -f remove-potcdate.sed < ./tre.pot > tre.1po &&  sed -f remove-potcdate.sed < tre.po > tre.2po &&  if cmp tre.1po tre.2po >/dev/null 2>&1; then  rm -f tre.1po tre.2po tre.po;  else  rm -f tre.1po tre.2po ./tre.pot &&  mv tre.po ./tre.pot;  fi;  else  mv tre.po ./tre.pot;  fi;  }
test ! -f ./tre.pot ||  test -z "fi.gmo sv.gmo" || make fi.gmo sv.gmo
../utils/install-sh -c -d /home/menace2/unrealircd-4.0.17/extras/regexp/share
install: ./fi.gmo: No such file or directory
*** Error code 71

Stop.
make[1]: stopped in /usr/home/menace2/unrealircd-4.0.17/extras/tre-0.8.0-git/po
*** Error code 1

Stop.
make: stopped in /usr/home/menace2/unrealircd-4.0.17/extras/tre-0.8.0-git
Does anyone have any idea what's causing it or how to fix it..?

Also, on another shell Config offers to download and install curl for me, but the download script which fetches the install package from the unrealircd website runs into a certificate error. If i edit the curlinstall script to suppress the certificate check in wget, it runs fine, but the install script in latest release package doesn't work as is...

Thanks,
Jan
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Build errors

Post by Syzop »

If you have the same problem with UnrealIRCd 4.x then feel free to report the issue on https://bugs.unrealircd.org/ and it will be looked at.

For 3.2.x you will receive no support as it is end of life.
warg
Posts: 63
Joined: Mon Jul 12, 2010 8:12 am

Re: If you have the same problem with UnrealIRCd 4.x

Post by warg »

The posted build error is UnrealIRCd 4.x.
"A foolish consistency is the hobgoblin of little minds, adored by little statesmen and philosophers and divines." — Ralph Waldo Emerson
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Build errors

Post by Syzop »

Indeed, you are right. Unfortunately, no bug report was filed.. don't think it will happen now anymore either.
Locked