Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 171818 Details for
Bug 246869
app-crypt/ophcrack: fails with forced --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
app-crypt:ophcrack-3.0.1-r1:20081114-220005.log (text/plain), 4.29 KB, created by
Diego Elio Pettenò (RETIRED)
on 2008-11-15 13:57:13 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2008-11-15 13:57:13 UTC
Size:
4.29 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking ophcrack-3.0.1.tar.bz2 to /var/tmp/portage/app-crypt/ophcrack-3.0.1-r1/work >>>> Unpacking samdump2-2.0.tar.bz2 to /var/tmp/portage/app-crypt/ophcrack-3.0.1-r1/work > [32;01m*[0m Running eautoreconf in '/var/tmp/portage/app-crypt/ophcrack-3.0.1-r1/work/ophcrack-3.0.1' ... > [32;01m*[0m Running aclocal ... >[A[72C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running autoconf ... >[A[72C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Running autoheader ... >[A[72C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying ophcrack-3.0.1-makefile.patch ... >[A[72C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying samdump2-2.0.patch ... >[A[72C [34;01m[ [32;01mok[34;01m ][0m >>>> Source unpacked. >>>> Compiling source in /var/tmp/portage/app-crypt/ophcrack-3.0.1-r1/work/ophcrack-3.0.1 ... > [32;01m*[0m Compiling samdump2 >make -j1 >/usr/bin/gcc -Wall -c -o hive.o hive.c >hive.c: In function 'read_valuelist': >hive.c:89: warning: unused variable 'i' >hive.c: In function '_RegGetRootKey': >hive.c:207: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness >hive.c: In function '_RegQueryValue': >hive.c:261: warning: unused variable 'j' >/usr/bin/gcc -Wall -c -o list.o list.c >/usr/bin/gcc -Wall -c -o bkhive.o bkhive.c >/usr/bin/gcc -Wall -c -o samdump2.o samdump2.c >/usr/bin/gcc -Wall -c -o main.o main.c >Building binary... >/usr/bin/gcc -o samdump2 hive.o list.o bkhive.o samdump2.o main.o -Wall -lssl >samdump2.o: In function `str_to_key': >samdump2.c:(.text+0x148): undefined reference to `DES_set_odd_parity' >samdump2.o: In function `samdump2': >samdump2.c:(.text+0x4b1): undefined reference to `MD5_Init' >samdump2.c:(.text+0x4d4): undefined reference to `MD5_Update' >samdump2.c:(.text+0x4f1): undefined reference to `MD5_Update' >samdump2.c:(.text+0x50e): undefined reference to `MD5_Update' >samdump2.c:(.text+0x52e): undefined reference to `MD5_Update' >samdump2.c:(.text+0x546): undefined reference to `MD5_Final' >samdump2.c:(.text+0x566): undefined reference to `RC4_set_key' >samdump2.c:(.text+0x596): undefined reference to `RC4' >samdump2.c:(.text+0x9d3): undefined reference to `MD5_Init' >samdump2.c:(.text+0x9f3): undefined reference to `MD5_Update' >samdump2.c:(.text+0xa13): undefined reference to `MD5_Update' >samdump2.c:(.text+0xa33): undefined reference to `MD5_Update' >samdump2.c:(.text+0xa4b): undefined reference to `MD5_Final' >samdump2.c:(.text+0xa6b): undefined reference to `RC4_set_key' >samdump2.c:(.text+0xa9e): undefined reference to `RC4' >samdump2.c:(.text+0xb1e): undefined reference to `DES_set_key_checked' >samdump2.c:(.text+0xb50): undefined reference to `DES_set_key_unchecked' >samdump2.c:(.text+0xb7a): undefined reference to `DES_ecb_encrypt' >samdump2.c:(.text+0xbae): undefined reference to `DES_ecb_encrypt' >samdump2.c:(.text+0xc85): undefined reference to `MD5_Init' >samdump2.c:(.text+0xca5): undefined reference to `MD5_Update' >samdump2.c:(.text+0xcc5): undefined reference to `MD5_Update' >samdump2.c:(.text+0xce5): undefined reference to `MD5_Update' >samdump2.c:(.text+0xcfd): undefined reference to `MD5_Final' >samdump2.c:(.text+0xd1d): undefined reference to `RC4_set_key' >samdump2.c:(.text+0xd50): undefined reference to `RC4' >samdump2.c:(.text+0xd88): undefined reference to `DES_set_key' >samdump2.c:(.text+0xdba): undefined reference to `DES_set_key' >samdump2.c:(.text+0xde4): undefined reference to `DES_ecb_encrypt' >samdump2.c:(.text+0xe18): undefined reference to `DES_ecb_encrypt' >collect2: ld returned 1 exit status >make: *** [samdump2] Error 1 > [31;01m*[0m > [31;01m*[0m ERROR: app-crypt/ophcrack-3.0.1-r1 failed. > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 49: Called src_compile > [31;01m*[0m environment, line 2536: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m MAKEOPTS="-j1" emake || die "Failed to make samdump"; > [31;01m*[0m The die message: > [31;01m*[0m Failed to make samdump > [31;01m*[0m > [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. > [31;01m*[0m A complete build log is located at '/var/log/portage/app-crypt:ophcrack-3.0.1-r1:20081114-220005.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/app-crypt/ophcrack-3.0.1-r1/temp/environment'. > [31;01m*[0m
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 246869
: 171818