Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 424982 Details for
Bug 574206
app-text/ttf2pt1-3.4.4-r1 : fprintf(stderr, "error: charstring_buf full (%d bytes)\n",
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-text:ttf2pt1-3.4.4-r1:20160208-181829.log
app-text:ttf2pt1-3.4.4-r1:20160208-181829.log (text/plain), 13.65 KB, created by
Toralf Förster
on 2016-02-08 18:35:28 UTC
(
hide
)
Description:
app-text:ttf2pt1-3.4.4-r1:20160208-181829.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-02-08 18:35:28 UTC
Size:
13.65 KB
patch
obsolete
> * Package: app-text/ttf2pt1-3.4.4-r1 > * Repository: gentoo > * Maintainer: fonts@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox selinux sesandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking ttf2pt1-3.4.4.tgz to /var/tmp/portage/app-text/ttf2pt1-3.4.4-r1/work >>>> Source unpacked in /var/tmp/portage/app-text/ttf2pt1-3.4.4-r1/work >>>> Preparing source in /var/tmp/portage/app-text/ttf2pt1-3.4.4-r1/work/ttf2pt1-3.4.4 ... > * Applying ttf2pt1-3.4.4-Makefile.patch ... > [ ok ] > * Applying ttf2pt1-3.4.4-LDFLAGS.patch ... > [ ok ] > * Applying ttf2pt1-3.4.0-man-pages.diff ... > [ ok ] > * Applying ttf2pt1-3.4.4-freetype.patch ... > [ ok ] > * Applying ttf2pt1-3.4.4-freetype-2.5.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-text/ttf2pt1-3.4.4-r1/work/ttf2pt1-3.4.4 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-text/ttf2pt1-3.4.4-r1/work/ttf2pt1-3.4.4 ... >make -j1 >scripts/unhtml <CHANGES.html >CHANGES >scripts/unhtml <README.html >README >scripts/unhtml <FONTS.html >FONTS >scripts/unhtml <FONTS.hpux.html >FONTS.hpux >scripts/unhtml <encodings/README.html >encodings/README >scripts/unhtml <other/README.html >other/README >scripts/unhtml <app/X11/README.html >app/X11/README >scripts/unhtml <app/netscape/README.html >app/netscape/README >scripts/unhtml <app/TeX/README.html >app/TeX/README > > You have to configure the Makefile before running make! >(or if you are lazy and hope that it will work as is run `make all') > >>>> Source compiled. >>>> Test phase [not enabled]: app-text/ttf2pt1-3.4.4-r1 > >>>> Install ttf2pt1-3.4.4-r1 into /var/tmp/portage/app-text/ttf2pt1-3.4.4-r1/image/ category app-text >make -j1 INSTDIR=/var/tmp/portage/app-text/ttf2pt1-3.4.4-r1/image//usr install >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include -o t1asm -DSTANDALONE t1asm.c -Wl,-O1 -Wl,--as-needed -lm -L/usr/lib64 -lfreetype >t1asm.c: In function âcharstring_byteâ: >t1asm.c:374:21: warning: format â%dâ expects argument of type âintâ, but argument 3 has type âlong unsigned intâ [-Wformat=] > fprintf(stderr, "error: charstring_buf full (%d bytes)\n", > ^ >t1asm.c: In function âcharstring_endâ: >t1asm.c:388:17: warning: format â%dâ expects argument of type âintâ, but argument 3 has type âlong intâ [-Wformat=] > sprintf(line, "%d ", charstring_bp - charstring_buf); > ^ >t1asm.c: In function âmainâ: >t1asm.c:501:15: warning: implicit declaration of function âgetoptâ [-Wimplicit-function-declaration] > while ((c = getopt(argc, argv, "bl:")) != -1) > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include -c ttf2pt1.c >ttf2pt1.c: In function âunicode_init_userâ: >ttf2pt1.c:647:21: warning: format â%dâ expects argument of type âint *â, but argument 3 has type âintâ [-Wformat=] > if(sscanf(buffer, "id %d %d", pid, eid)==2) { > ^ >ttf2pt1.c:647:21: warning: format â%dâ expects argument of type âint *â, but argument 4 has type âintâ [-Wformat=] >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include -c pt1.c >pt1.c: In function âassertpathâ: >pt1.c:306:20: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "unidirectional chain 0x%x -next-> 0x%x -prev-> 0x%x \n", > ^ >pt1.c:306:20: warning: format â%xâ expects argument of type âunsigned intâ, but argument 4 has type âGENTRY * {aka struct gentry *}â [-Wformat=] >pt1.c:306:20: warning: format â%xâ expects argument of type âunsigned intâ, but argument 5 has type âstruct gentry *â [-Wformat=] >pt1.c:317:21: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "empty path at 0x%x \n", ge); > ^ >pt1.c:325:21: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "unidirectional chain 0x%x -frwd-> 0x%x -bkwd-> 0x%x \n", > ^ >pt1.c:325:21: warning: format â%xâ expects argument of type âunsigned intâ, but argument 4 has type âstruct gentry *â [-Wformat=] >pt1.c:325:21: warning: format â%xâ expects argument of type âunsigned intâ, but argument 5 has type âstruct gentry *â [-Wformat=] >pt1.c:333:22: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "broken first backlink 0x%x -bkwd-> 0x%x -next-> 0x%x \n", > ^ >pt1.c:333:22: warning: format â%xâ expects argument of type âunsigned intâ, but argument 4 has type âstruct gentry *â [-Wformat=] >pt1.c:333:22: warning: format â%xâ expects argument of type âunsigned intâ, but argument 5 has type âstruct gentry *â [-Wformat=] >pt1.c:341:22: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "broken loop 0x%x -...-> 0x%x -frwd-> 0x%x \n", > ^ >pt1.c:341:22: warning: format â%xâ expects argument of type âunsigned intâ, but argument 4 has type âGENTRY * {aka struct gentry *}â [-Wformat=] >pt1.c:341:22: warning: format â%xâ expects argument of type âunsigned intâ, but argument 5 has type âstruct gentry *â [-Wformat=] >pt1.c: In function âfixcvendsâ: >pt1.c:763:19: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "**! fixcvends(0x%x) on floating entry, ABORT\n", ge); > ^ >pt1.c: In function âfixcvdirâ: >pt1.c:913:19: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "**! fixcvdir(0x%x) on floating entry, ABORT\n", ge); > ^ >pt1.c: In function âfgetcvdirâ: >pt1.c:1043:19: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "**! fgetcvdir(0x%x) on int entry, ABORT\n", ge); > ^ >pt1.c: In function âigetcvdirâ: >pt1.c:1105:19: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "**! igetcvdir(0x%x) on floating entry, ABORT\n", ge); > ^ >pt1.c: In function âdumppathsâ: >pt1.c:1203:19: warning: format â%xâ expects argument of type âunsigned intâ, but argument 4 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, " %c %8x", mark, ge); > ^ >pt1.c: In function âfcheckcvâ: >pt1.c:1336:19: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "**! fcheckcv(0x%x) on int entry, ABORT\n", ge); > ^ >pt1.c: In function âicheckcvâ: >pt1.c:1364:19: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "**! icheckcv(0x%x) on floating entry, ABORT\n", ge); > ^ >pt1.c: In function âfindstematâ: >pt1.c:2920:6: warning: format â%xâ expects argument of type âunsigned intâ, but argument 5 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > "dbg: possible self-intersection at v=%d o=%d exp_ge=0x%x ge=0x%x\n", > ^ >pt1.c:2920:6: warning: format â%xâ expects argument of type âunsigned intâ, but argument 6 has type âGENTRY * {aka struct gentry *}â [-Wformat=] >pt1.c: In function âfstraightenâ: >pt1.c:3912:43: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > if(ISDBG(STRAIGHTEN)) fprintf(stderr,"** straighten join with previous 0x% > ^ >pt1.c:3912:43: warning: format â%xâ expects argument of type âunsigned intâ, but argument 4 has type âGENTRY * {aka struct gentry *}â [-Wformat=] >pt1.c:3927:43: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > if(ISDBG(STRAIGHTEN)) fprintf(stderr,"** straighten join with next 0x%x 0x > ^ >pt1.c:3927:43: warning: format â%xâ expects argument of type âunsigned intâ, but argument 4 has type âGENTRY * {aka struct gentry *}â [-Wformat=] >pt1.c: In function âffixquadrantsâ: >pt1.c:4058:20: warning: format â%xâ expects argument of type âunsigned intâ, but argument 4 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "%s: trying 0x%x (%g %g) (%g %g) (%g %g) (%g %g)\n ", g->na > ^ >pt1.c:4079:21: warning: format â%xâ expects argument of type âunsigned intâ, but argument 4 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "%s: 0x%x: %d pts(%c): ", > ^ >pt1.c:4130:20: warning: format â%xâ expects argument of type âunsigned intâ, but argument 4 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "%s: splitting 0x%x (%g %g) (%g %g) (%g %g) (%g %g) at %d po > ^ >pt1.c:4152:36: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > if(ISDBG(QUAD)) fprintf(stderr, " 0x%x %g/%g\n", ge, k1, k2); > ^ >pt1.c: In function âfdelsmallâ: >pt1.c:4692:20: warning: format â%xâ expects argument of type âunsigned intâ, but argument 4 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "glyph %s has very small fragments(%x..%x..%x)\n", > ^ >pt1.c:4692:20: warning: format â%xâ expects argument of type âunsigned intâ, but argument 5 has type âGENTRY * {aka struct gentry *}â [-Wformat=] >pt1.c:4692:20: warning: format â%xâ expects argument of type âunsigned intâ, but argument 6 has type âGENTRY * {aka struct gentry *}â [-Wformat=] >pt1.c: In function âfconcisecontourâ: >pt1.c:5943:20: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, ": 0x%x\nnext -> 0x%p ", pge, nge); > ^ >pt1.c:5977:20: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, ": 0x%x\n", nge); > ^ >pt1.c:6180:21: warning: format â%xâ expects argument of type âunsigned intâ, but argument 5 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "(p=%p/%x n=0x%x/%x) ", pge, pgex->flags & GEXF_JLINE, > ^ >pt1.c: In function âreversepathsfromtoâ: >pt1.c:7069:21: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âGENTRY * {aka struct gentry *}â [-Wformat=] > fprintf(stderr, "reverse path 0x%x <- 0x%x, 0x%x\n", ge, ge->prev, ge->bkwd > ^ >pt1.c:7069:21: warning: format â%xâ expects argument of type âunsigned intâ, but argument 4 has type âstruct gentry *â [-Wformat=] >pt1.c:7069:21: warning: format â%xâ expects argument of type âunsigned intâ, but argument 5 has type âstruct gentry *â [-Wformat=] >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include -c runt1asm.c >In file included from runt1asm.c:60:0: >t1asm.c: In function âcharstring_byteâ: >t1asm.c:374:21: warning: format â%dâ expects argument of type âintâ, but argument 3 has type âlong unsigned intâ [-Wformat=] > fprintf(stderr, "error: charstring_buf full (%d bytes)\n", > ^ >t1asm.c: In function âcharstring_endâ: >t1asm.c:388:17: warning: format â%dâ expects argument of type âintâ, but argument 3 has type âlong intâ [-Wformat=] > sprintf(line, "%d ", charstring_bp - charstring_buf); > ^ >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include -c ttf.c >x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DUSE_FREETYPE -I/usr/include/freetype2 -I/usr/include -c ft.c >ft.c:16:32: fatal error: freetype2/freetype.h: No such file or directory >compilation terminated. >Makefile:194: recipe for target 'ft.o' failed >make: *** [ft.o] Error 1 > * ERROR: app-text/ttf2pt1-3.4.4-r1::gentoo failed (install phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-text/ttf2pt1-3.4.4-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-text/ttf2pt1-3.4.4-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/app-text:ttf2pt1-3.4.4-r1:20160208-181829.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-text/ttf2pt1-3.4.4-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-text/ttf2pt1-3.4.4-r1/temp/environment'. > * Working directory: '/var/tmp/portage/app-text/ttf2pt1-3.4.4-r1/work/ttf2pt1-3.4.4' > * S: '/var/tmp/portage/app-text/ttf2pt1-3.4.4-r1/work/ttf2pt1-3.4.4'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 574206
: 424982 |
424984
|
424986