Bug 43613

Summary: gnome-core-1.4.0.2-3,4,5.src.rpm fails to build
Product: [Retired] Red Hat Raw Hide Reporter: Need Real Name <svante.signell>
Component: gnome-coreAssignee: Havoc Pennington <hp>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-07 11:06:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2001-06-05 20:27:55 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.3-5 i686)

Description of problem:
make[2]: Entering directory `/usr/src/redhat/BUILD/gnome-core-1.4.0.2/po'
XML_I18N_EXTRACT=../xml-i18n-extract ../xml-i18n-update --pot
rm -f cat-id-tbl.tmp
sed -f ../intl/po2tbl.sed ./gnome-core.pot \
| sed -e "s/@PACKAGE NAME@/gnome-core/" > cat-id-tbl.tmp
if cmp -s cat-id-tbl.tmp ./cat-id-tbl.c; then \
  rm cat-id-tbl.tmp; \
else \
  echo cat-id-tbl.c changed; \
  rm -f ./cat-id-tbl.c; \
  mv cat-id-tbl.tmp ./cat-id-tbl.c; \
fi
cat-id-tbl.c changed
cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
file=./`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file de.po
file=./`echo ko | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ko.po
ko.po:1116: invalid multibyte sequence
ko.po:1120: invalid multibyte sequence
ko.po:1129: invalid multibyte sequence
ko.po:1138: invalid multibyte sequence
ko.po:1143: invalid multibyte sequence
ko.po:1152: invalid multibyte sequence
found 6 fatal errors
make[2]: *** [ko.gmo] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/gnome-core-1.4.0.2/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/gnome-core-1.4.0.2'
make: *** [all-recursive-am] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.83868 (%build)


How reproducible:
Always

Steps to Reproduce:
1. rebuild from source
2.
3.
	

Additional info:

xml-i18n-tools-0.8.1-1
autoconf-2.13-10
automake-1.4p2-1
gettext-0.10.38-1
libtool-1.4-3
gnome-libs-1.2.13-1

Comment 1 Havoc Pennington 2001-06-05 21:38:54 UTC
New gettext doesn't like some old po files. Next gnome-core release may fix them.

Comment 2 Need Real Name 2001-06-07 11:06:21 UTC
Confirmed, gnome-core-1.4.0.2-5 builds OK with gettext-0.10.35-31 (and
libtool-1.4-3).

Comment 3 Havoc Pennington 2001-07-12 20:07:26 UTC
Fixed now