Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 627940 - dev-lang/solidity-0.4.2 : Files matching a file type that is not allowed:
Summary: dev-lang/solidity-0.4.2 : Files matching a file type that is not allowed:
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mathy Vanvoorden
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-15 16:38 UTC by Toralf Förster
Modified: 2017-12-20 19:47 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.53 KB, text/plain)
2017-08-15 16:38 UTC, Toralf Förster
Details
dev-lang:solidity-0.4.2:20170815-072832.log (dev-lang:solidity-0.4.2:20170815-072832.log,102.63 KB, text/plain)
2017-08-15 16:38 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,154.59 KB, text/plain)
2017-08-15 16:38 UTC, Toralf Förster
Details
environment (environment,118.05 KB, text/plain)
2017-08-15 16:38 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.06 KB, application/x-bzip)
2017-08-15 16:38 UTC, Toralf Förster
Details
emerge --info (emerge-info.txt,8.17 KB, text/plain)
2017-10-03 21:32 UTC, Alessandro Surace
Details
build log (build.log.txt,28.68 KB, text/plain)
2017-10-03 21:43 UTC, Alessandro Surace
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-08-15 16:38:38 UTC
 * Final size of installed tree: 24624 KiB

Files matching a file type that is not allowed:
   usr/lib/liblll.so
   usr/lib/libsolidity.so
   usr/lib/libsolevmasm.so

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop-plasma_20170811-095036

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems)
  [2]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 7.2.6.11 [icedtea-7]
*)	IcedTea JDK 7.2.6.11 [icedtea-bin-7]
3)	IcedTea JDK 3.5.1 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-7 
  [2]   icedtea-bin-7  system-vm
  [3]   icedtea-bin-8 

emerge -qpv dev-lang/solidity
[ebuild  N    ] dev-lang/solidity-0.4.2
Comment 1 Toralf Förster gentoo-dev 2017-08-15 16:38:41 UTC
Created attachment 489154 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-08-15 16:38:44 UTC
Created attachment 489156 [details]
dev-lang:solidity-0.4.2:20170815-072832.log
Comment 3 Toralf Förster gentoo-dev 2017-08-15 16:38:47 UTC
Created attachment 489158 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-08-15 16:38:50 UTC
Created attachment 489160 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-08-15 16:38:54 UTC
Created attachment 489162 [details]
etc.portage.tbz2
Comment 6 Alessandro Surace 2017-10-03 21:31:21 UTC
I have the same problem.

Attached relevant info.
Is anybody looking into this?
Comment 7 Alessandro Surace 2017-10-03 21:32:17 UTC
Created attachment 497570 [details]
emerge --info
Comment 8 Alessandro Surace 2017-10-03 21:43:17 UTC
Created attachment 497572 [details]
build log
Comment 9 Mathy Vanvoorden 2017-11-07 22:36:45 UTC
This is "fixed" in version 0.4.18 since upstream prefers to install as a statically built binary, meaning that the package no longer provides these shared libraries.
Comment 10 Larry the Git Cow gentoo-dev 2017-12-20 19:47:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6632bce8e713fab5f91ca75798ba9ae546f58c16

commit 6632bce8e713fab5f91ca75798ba9ae546f58c16
Author:     Mathy Vanvoorden <mathy@vanvoorden.be>
AuthorDate: 2017-11-07 22:35:49 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2017-12-20 19:47:16 +0000

    dev-lang/solidity: version bump to 0.4.18
    
    The previous patch needed to build valid releases is no longer needed
    since upstream now provides valid release tarballs.
    
    A new patch is added to remove the download and static compile of jsoncpp
    during the build. The dependency has been fixed on 1.8.1 since the code
    does not compile with a newer version. Upstream actually fixes to 1.7.7
    but that version isn't in the tree and 1.8.1 works.
    
    Closes: https://bugs.gentoo.org/629998
    Closes: https://bugs.gentoo.org/627940
    Package-Manager: Portage-2.3.8, Repoman-2.3.4

 dev-lang/solidity/Manifest                         |  1 +
 ...solidity-0.4.18-fix-cmake-external-jsoncpp.diff | 15 +++++++++
 dev-lang/solidity/solidity-0.4.18.ebuild           | 37 ++++++++++++++++++++++
 3 files changed, 53 insertions(+)