Gentoo Archives: gentoo-dev

From: Thomas Landmann <tom.landmann@×××××××××××××××××.org>
To: gentoo-dev@××××××××××.org
Subject: RE: [gentoo-dev] Minicom does not build on my system...
Date: Fri, 10 Aug 2001 14:49:16
Message-Id: EGECJALEMGCKNJACMHGACEDMCOAA.tom.landmann@upsidedownkingdom.org
In Reply to: [gentoo-dev] Minicom does not build on my system... by Thomas Landmann
1 I commented out "PO = po" in the Makefile and it compiled.
2
3 This is likely not the correct fix, however.
4
5 Tom
6
7 > -----Original Message-----
8 > From: gentoo-dev-admin@××××××××××.org
9 > [mailto:gentoo-dev-admin@××××××××××.org]On Behalf Of Thomas Landmann
10 > Sent: Friday, August 10, 2001 3:25 PM
11 > To: gentoo-dev@××××××××××.org
12 > Subject: [gentoo-dev] Minicom does not build on my system...
13 >
14 >
15 > On my system, "emerge net-dialup/minicom/minicom-1.83.1.ebuild" dies with
16 > the following output:
17 >
18 > make -C po
19 > make[1]: Entering directory
20 > `/tmp/portage/minicom-1.83.1/work/minicom-1.83.1/src/po'
21 > xgettext --default-domain=minicom \
22 > --add-comments --keyword=_ --keyword=N_ ../main.c ../minicom.c
23 > ../config.c ../updown.c ../dial.c ../help.c ../rwconf.c ../file.c
24 > ../getsdir.c ../ipc.c ../script.c ../windiv.c
25 > if cmp -s minicom.po minicom.pot; then \
26 > rm -f minicom.po; \
27 > else \
28 > mv minicom.po minicom.pot; \
29 > fi
30 > msgfmt -o pt_BR.mo pt_BR.po
31 > msgfmt -o fi_FI.mo fi_FI.po
32 > msgfmt -o ja.mo ja.po
33 > ja.po: warning: Charset "euc-japanese" is not a portable encoding name.
34 > Message conversion to user's charset might not work.
35 > cc ujis2sjis.c -o ujis2sjis
36 > ./ujis2sjis <ja.po >ja_JP.SJIS.po
37 > msgfmt -o ja_JP.SJIS.mo ja_JP.SJIS.po
38 > ja_JP.SJIS.po: warning: Charset "euc-japanese" is not a portable encoding
39 > name.
40 > Message conversion to user's charset
41 > might not work.
42 > msgfmt -o fr.mo fr.po
43 > msgfmt -o pl.mo pl.po
44 > msgfmt -o ko.mo ko.po
45 > ko.po:131: invalid multibyte sequence
46 > ko.po:917: invalid multibyte sequence
47 > ko.po:1095: invalid multibyte sequence
48 > ko.po:1992: invalid multibyte sequence
49 > ko.po:2039: invalid multibyte sequence
50 > found 5 fatal errors
51 > make[1]: *** [ko.mo] Error 1
52 > make[1]: Leaving directory
53 > `/tmp/portage/minicom-1.83.1/work/minicom-1.83.1/src/po'
54 > make: *** [po] Error 2
55 >
56 > !!! ERROR: the make command did not complete successfully.
57 > !!! ("make")
58 > !!! Since this is a critical task, ebuild will be stopped.
59 >
60 > !!! emerge aborting on
61 > /usr/portage/net-dialup/minicom/minicom-1.83.1.ebuild .
62 >
63 > Any help would be greatly appreciated.
64 >
65 > Thanks,
66 >
67 > Tom
68 >
69 >
70 > _______________________________________________
71 > gentoo-dev mailing list
72 > gentoo-dev@××××××××××.org
73 > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] Minicom does not build on my system... Daniel Robbins <drobbins@g.o>