pentoo / pentoo-historical

read-only historical backup of pentoo from googlecode
https://code.google.com/p/pentoo/
2 stars 1 forks source link

hashkill fails to merge - cannot find json lib - despite re-emerging json-c #196

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. emerge --keep-going  @preserved-rebuild
2.
3.

What is the expected output? What do you see instead?
Expected: Successful emerge.
Instead:
/bin/sh ../libtool --silent   --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc 
-fPIC -O3  -fomit-frame-pointer -momit-leaf-frame-pointer -Wall -Wno-format 
-ftree-vectorize -DBINDIR=\"/usr/bin\" -DDATADIR=\"/usr/share\" -pthread 
-Wno-unused-value -Wno-unused-result -Wno-switch -D_7ZIP_ST  -Wno-psabi  
-march=native -O2 -pipe -static-libtool-libs -ldl -static -Bstatic -lcrypto  
-L/lib  -lrt -lz -lm -ljson -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o 
hashkill hashkill-ocl-base.o hashkill-base64.o hashkill-plugins.o 
hashkill-main.o hashkill-loadfiles.o hashkill-threads.o 
hashkill-hashinterface.o hashkill-sessions.o hashkill-md5_sse2.o 
hashkill-sha1_sse2.o hashkill-md4_sse2.o hashkill-des_sse2.o 
hashkill-ocl-threads.o hashkill-des_nonstd_sse2.o hashkill-7zFile.o 
hashkill-7zStream.o hashkill-LzmaDec.o hashkill-LzmaEnc.o hashkill-Alloc.o 
hashkill-LzFind.o hashkill-lzma.o hashkill-cpu-feat.o hashkill-hashgen.o 
hashkill-hashgen-mangle.o hashkill-ocl-adl.o hashkill-ocl_md5.o 
hashkill-ocl_sha1.o hashkill-ocl_md4.o hashkill-ocl_ntlm.o 
hashkill-ocl_md5md5.o hashkill-ocl_mysql5.o hashkill-ocl_sha256.o 
hashkill-ocl_sha512.o hashkill-ocl_lm.o hashkill-ocl_nsldap.o 
hashkill-ocl_joomla.o hashkill-ocl_oscommerce.o hashkill-ocl_ipb2.o 
hashkill-ocl_vbulletin.o hashkill-ocl_smf.o hashkill-ocl_oracle11g.o 
hashkill-ocl_mssql-2000.o hashkill-ocl_mssql-2005.o hashkill-ocl_nsldaps.o 
hashkill-ocl_osx-old.o hashkill-ocl_osxlion.o hashkill-ocl_desunix.o 
hashkill-ocl_oracle-old.o hashkill-ocl_mscash.o hashkill-ocl_pixmd5.o 
hashkill-ocl_phpbb3.o hashkill-ocl_wordpress.o hashkill-ocl_md5unix.o 
hashkill-ocl_sha512unix.o hashkill-ocl_mscash2.o hashkill-ocl_apr1.o 
hashkill-ocl_wpa.o hashkill-ocl_dmg.o hashkill-unrargpu.o hashkill-ocl_rar.o 
hashkill-ocl_bfunix.o hashkill-ocl_drupal7.o hashkill-ocl_zip.o 
hashkill-ocl_django256.o hashkill-ocl_sha256unix.o hashkill-ocl_o5logon.o 
hashkill-ocl_mssql-2012.o hashkill-ocl_msoffice.o hashkill-ocl_luks.o 
hashkill-ocl_ripemd160.o hashkill-ocl_whirlpool.o hashkill-cpu-serpent.o 
hashkill-cpu-twofish.o hashkill-ocl_truecrypt.o hashkill-ocl_lastpass.o 
hashkill-ocl_keepass.o hashkill-ocl_mozilla.o hashkill-ocl_pwsafe.o 
hashkill-ocl_keyring.o hashkill-ocl_kwallet.o hashkill-bad_blowfish.o 
hashkill-ocl_msoffice-old.o hashkill-ocl_pdf.o hashkill-ocl_sha384.o 
hashkill-ocl_odf.o hashkill-ocl_grub2.o hashkill-ocl_androidfde.o 
hashkill-ocl_androidpin.o hashkill-ocl_osx-ml.o libtargets.la  
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: 
cannot find -ljson
collect2: ld returned 1 exit status

What version of the product are you using? On what operating system?

Please provide any additional information below.
Build log, emerge --info, and environment attached.

Original issue reported on code.google.com by willard....@gmail.com on 29 Nov 2013 at 10:01

Attachments:

GoogleCodeExporter commented 9 years ago
hashkill seems not compatable with the latest dev-libs/json-c-0.11.
We might need to stay on dev-libs/json-c-0.9* for a while

Original comment by blshkv on 30 Nov 2013 at 2:41

GoogleCodeExporter commented 9 years ago
https://github.com/gat3way/hashkill/issues/52

Original comment by blshkv on 30 Nov 2013 at 2:47

GoogleCodeExporter commented 9 years ago
btw, I've submitted a workaround (disable json) in r5261. The manual says that 
the restore session functionally won't be available without json.
You can always enable "json" use flag if you need it, but it will force you to 
downgrade the json-c package.

Let's wait for the upstream to fix this.

Original comment by blshkv on 30 Nov 2013 at 5:30

GoogleCodeExporter commented 9 years ago
ok, still no proper solution from the upsteam. We will leave with that 
workaround for now.

Original comment by blshkv on 3 Dec 2013 at 1:44

GoogleCodeExporter commented 9 years ago
I meant to say "live" and close the bug :]

Original comment by blshkv on 6 Dec 2013 at 5:45