Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2015 18:52:39 +0300
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        demon@FreeBSD.org
Cc:        pkg-fallout@FreeBSD.org
Subject:   Re: [package - 93amd64-default][textproc/kenlm] Failed for kenlm-20140830 in build
Message-ID:  <20150728155239.GB17797@hades.panopticon>
In-Reply-To: <201507240853.t6O8rAlU048698@beefy2.nyi.freebsd.org>
References:  <201507240853.t6O8rAlU048698@beefy2.nyi.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* pkg-fallout@FreeBSD.org (pkg-fallout@FreeBSD.org) wrote:

> ====>> Building textproc/kenlm
> build started at Fri Jul 24 08:49:12 UTC 2015
> port directory: /usr/ports/textproc/kenlm
> building for: FreeBSD 93amd64-default-job-23 9.3-RELEASE-p20 FreeBSD 9.3-RELEASE-p20 amd64
> maintained by: demon@FreeBSD.org
> Makefile ident:      $FreeBSD: head/textproc/kenlm/Makefile 390434 2015-06-23 17:27:12Z amdmi3 $
> Poudriere version: 3.1.7
> Host OSVERSION: 1100076
> Jail OSVERSION: 903000

> gcc.link util/bin/gcc-4.2.1/release/link-static/threading-multi/tokenize_piece_test
> testing.unit-test util/bin/gcc-4.2.1/release/link-static/threading-multi/tokenize_piece_test.passed
> /usr/lib32/libm.so.5: unsupported file layout
> 
>     LD_LIBRARY_PATH="/usr/bin:/usr/lib:/usr/lib32:/usr/lib64:/usr/local/lib:/usr/local/lib64:$LD_LIBRARY_PATH"
> export LD_LIBRARY_PATH
> 
>      "util/bin/gcc-4.2.1/release/link-static/threading-multi/tokenize_piece_test"  && touch  "util/bin/gcc-4.2.1/release/link-static/threading-multi/tokenize_piece_test.passed"

I could not reproduce this locally, however judging from this message,
maybe this will help?

--- kenlm.patch begins here ---
Index: files/patch-jam-files_boost-build_tools_gcc.jam
===================================================================
--- files/patch-jam-files_boost-build_tools_gcc.jam	(revision 0)
+++ files/patch-jam-files_boost-build_tools_gcc.jam	(working copy)
@@ -0,0 +1,11 @@
+--- jam-files/boost-build/tools/gcc.jam.orig	2014-07-01 22:01:19 UTC
++++ jam-files/boost-build/tools/gcc.jam
+@@ -216,7 +216,7 @@ rule init ( version ? : command * : opti
+         # right onces. Note that we do not provide a clean way to build a 32-bit
+         # binary using a 64-bit compiler, but user can always pass -m32
+         # manually.
+-        local lib_path = $(root)/bin $(root)/lib $(root)/lib32 $(root)/lib64 ;
++        local lib_path = $(root)/bin $(root)/lib ;
+         if $(.debug-configuration)
+         {
+             ECHO notice: using gcc libraries :: $(condition) :: $(lib_path) ;
--- kenlm.patch ends here ---

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru      http://amdmi3.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150728155239.GB17797>