Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Storable CPAN distribution.

Report information
The Basics
Id: 7770
Status: new
Priority: 0/
Queue: Storable

People
Owner: Nobody in particular
Requestors: thardiso [...] bayfed.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.13
Fixed in: (no value)



Subject: Storable fails to link to libc on AIX.
cc -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -q32 -D_LARGE_FILES -qlonglong -O -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -I/usr/opt/perl5/lib/5.6.0/aix/CORE Storable.c mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/Storable Running Mkbootstrap for Storable () chmod 644 Storable.bs LD_RUN_PATH="" ld -o blib/arch/auto/Storable/Storable.so -bhalt:4 -bM:SRE -bI:/usr/opt/perl5/lib/5.6.0/aix/CORE/perl.exp -bE:Storable.exp -b noentry -lC -lc Storable.o ld: 0711-317 ERROR: Undefined symbol: .bytes_from_utf8 ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. The above is generated during installation.