Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 369237 - dev-lang/perl-5.12.3-r1: failed patching
Summary: dev-lang/perl-5.12.3-r1: failed patching
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
: 369347 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-05-30 02:07 UTC by yegle
Modified: 2011-05-31 12:23 UTC (History)
1 user (show)

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


Attachments
failed patch log (perl-5.12.3-mint.patch.out,15.94 KB, application/octet-stream)
2011-05-30 02:08 UTC, yegle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yegle 2011-05-30 02:07:47 UTC
The new patch added in perl-5.12.3-r1 failed to patch. Please review and check :-)

Reproducible: Always
Comment 1 yegle 2011-05-30 02:08:28 UTC
Created attachment 275059 [details]
failed patch log
Comment 2 Fabian Groffen gentoo-dev 2011-05-30 07:01:34 UTC
fixed, sorry!
Comment 3 Fabian Groffen gentoo-dev 2011-05-30 15:35:45 UTC
*** Bug 369347 has been marked as a duplicate of this bug. ***
Comment 4 Massimo Burcheri 2011-05-31 12:18:01 UTC
Current perl-5.12.3-r1 still fails to emerge:


`sh  cflags "optimize='-O2 -pipe'" perlmini.o`  -DPERL_IS_MINIPERL perlmini.c
          CCCMD =  x86_64-pc-linux-gnu-gcc -DPERL_CORE -c -fno-strict-aliasing -pipe -I/nfs/uh04/mburcher/gentoo/usr/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -std=c89 -O2 -pipe  -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat
x86_64-pc-linux-gnu-gcc -Wl,-O1 -o miniperl \
      gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o   \
    miniperlmain.o opmini.o perlmini.o -lgdbm -ldb -lgdbm_compat
pp.o: In function `Perl_pp_pow':
pp.c:(.text+0x3300): undefined reference to `pow'
pp.o: In function `Perl_pp_modulo':
pp.c:(.text+0x406d): undefined reference to `floor'
pp.c:(.text+0x40a1): undefined reference to `floor'
pp.c:(.text+0x4443): undefined reference to `fmod'
pp.o: In function `Perl_pp_atan2':
pp.c:(.text+0x9082): undefined reference to `atan2'
pp.o: In function `Perl_pp_sin':
pp.c:(.text+0x9222): undefined reference to `sin'
pp.o: In function `Perl_pp_int':
pp.c:(.text+0x96c1): undefined reference to `floor'
pp.c:(.text+0x96e1): undefined reference to `ceil'
pp.o:(.rodata+0x280): undefined reference to `cos'
pp.o:(.rodata+0x288): undefined reference to `sin'
pp.o:(.rodata+0x290): undefined reference to `sin'
pp.o:(.rodata+0x298): undefined reference to `exp'
pp.o:(.rodata+0x2a0): undefined reference to `log'
pp.o:(.rodata+0x2a8): undefined reference to `sqrt'
pp_sys.o: In function `S_gmtime64_r.clone.0':
pp_sys.c:(.text+0x155): undefined reference to `ceil'
pp_sys.c:(.text+0x1ae): undefined reference to `ceil'
pp_sys.c:(.text+0x209): undefined reference to `ceil'
pp_sys.c:(.text+0x2ba): undefined reference to `floor'
pp_sys.c:(.text+0x40f): undefined reference to `ceil'
pp_sys.c:(.text+0x5a9): undefined reference to `floor'
pp_sys.c:(.text+0x5f9): undefined reference to `floor'
pp_sys.c:(.text+0x61f): undefined reference to `floor'
pp_sys.c:(.text+0x6a8): undefined reference to `fmod'
pp_sys.c:(.text+0x6d2): undefined reference to `fmod'
pp_sys.c:(.text+0x6fc): undefined reference to `fmod'
pp_sys.c:(.text+0x728): undefined reference to `fmod'
pp_sys.o: In function `Perl_pp_gmtime':
pp_sys.c:(.text+0xcce6): undefined reference to `floor'
pp_pack.o: In function `S_pack_rec':
pp_pack.c:(.text+0x6a8b): undefined reference to `floor'
pp_pack.c:(.text+0x6ab5): undefined reference to `floor'
pp_pack.c:(.text+0x6adb): undefined reference to `floor'
collect2: ld returned 1 exit status
make: *** [miniperl] Error 1
emake failed
 * ERROR: dev-lang/perl-5.12.3-r1 failed (compile phase):
 *   emake failed
 *
 * Call stack:
 *     ebuild.sh, line  62:  Called call-ebuildshell 'src_compile'
 *   environment, line 595:  Called src_compile
 *   environment, line 2898:  Called die
 * The specific snippet of code:
 *       emake -j1 || die "emake failed"
Comment 5 Fabian Groffen gentoo-dev 2011-05-31 12:23:55 UTC
That feels like a dup of #367163, please report it there, not on this bug.  Thanks