Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13859 - gmanedit 0.3.3-r2 fails to compile
Summary: gmanedit 0.3.3-r2 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-13 12:23 UTC by Ben Thomas
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Thomas 2003-01-13 12:23:23 UTC
################### ERROR MESSAGE ################################

PATH=../src:$PATH /usr/bin/xgettext --default-domain=gmanedit --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in \
&& test ! -f gmanedit.po \
   || ( rm -f ./gmanedit.pot \
	&& mv gmanedit.po ./gmanedit.pot )
rm -f cat-id-tbl.tmp
sed -f ../intl/po2tbl.sed ./gmanedit.pot \
| sed -e "s/@PACKAGE NAME@/gmanedit/" > 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 es | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file es.po
file=./`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ca.po
ca.po:634: `msgid' and `msgstr' entries do not both end with '\n'
ca.po:916: end-of-line within string
/usr/bin/msgfmt: found 2 fatal errors
make[2]: *** [ca.gmo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gmanedit-0.3.3-r2/work/gmanedit-0.3.3.orig/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gmanedit-0.3.3-r2/work/gmanedit-0.3.3.orig'
make: *** [all-recursive-am] Error 2

!!! ERROR: app-text/gmanedit-0.3.3-r2 failed.
!!! Function src_compile, Line 21, Exitcode 2
!!! (no error message)

Details of work/gmanedit-0.3.3.orig/po/ca.po
Begin Line 633:
#: src/interface.c:2120
msgid ""
"Thank you for using me!\n"
"You can now edit the man page with\n"
"gmanedit to change and complete the\n"
"text."
msgstr ""
"Gracies per gastar-me!\n"
"Ara pots completar la p
Comment 1 Ben Thomas 2003-01-13 12:23:23 UTC
################### ERROR MESSAGE ################################

PATH=../src:$PATH /usr/bin/xgettext --default-domain=gmanedit --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in \
&& test ! -f gmanedit.po \
   || ( rm -f ./gmanedit.pot \
	&& mv gmanedit.po ./gmanedit.pot )
rm -f cat-id-tbl.tmp
sed -f ../intl/po2tbl.sed ./gmanedit.pot \
| sed -e "s/@PACKAGE NAME@/gmanedit/" > 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 es | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file es.po
file=./`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file ca.po
ca.po:634: `msgid' and `msgstr' entries do not both end with '\n'
ca.po:916: end-of-line within string
/usr/bin/msgfmt: found 2 fatal errors
make[2]: *** [ca.gmo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gmanedit-0.3.3-r2/work/gmanedit-0.3.3.orig/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gmanedit-0.3.3-r2/work/gmanedit-0.3.3.orig'
make: *** [all-recursive-am] Error 2

!!! ERROR: app-text/gmanedit-0.3.3-r2 failed.
!!! Function src_compile, Line 21, Exitcode 2
!!! (no error message)

Details of work/gmanedit-0.3.3.orig/po/ca.po
Begin Line 633:
#: src/interface.c:2120
msgid ""
"Thank you for using me!\n"
"You can now edit the man page with\n"
"gmanedit to change and complete the\n"
"text."
msgstr ""
"Gracies per gastar-me!\n"
"Ara pots completar la pàgina de manual amb\n"
"gmanedit per canviar i completar el text.\n"

Begin Line 910:
#: src/callbacks.c:1271
msgid ""
" \\-program for...\n"
"\n"
msgstr ""
" \\-programa per a...\n
"\n"
Comment 2 foser (RETIRED) gentoo-dev 2003-01-14 11:20:10 UTC
Disable NLS, i will do so in the ebuild. Think one of our newer
internationalisation libs doesnt work well with this old ebuild.

thanks for your report