[arch-dev-public] boost 1.46 rebuild
Hi, the new version has a change that concern us. It uses filesystem v3 as default and if your packages doesn't build anymore you have to force to build using v2. export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2" -- Ionuț
Il 02/03/2011 18:22, Ionuț Bîru ha scritto:
Hi,
the new version has a change that concern us. It uses filesystem v3 as default and if your packages doesn't build anymore you have to force to build using v2.
export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
source-highlight doesn't build anymore, with or without the above line. -- Arch Linux Developer http://www.archlinux.org http://www.archlinux.it
On 03/02/2011 11:42 PM, Giovanni Scafora wrote:
Il 02/03/2011 18:22, Ionuț Bîru ha scritto:
Hi,
the new version has a change that concern us. It uses filesystem v3 as default and if your packages doesn't build anymore you have to force to build using v2.
export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
source-highlight doesn't build anymore, with or without the above line.
it would be cool next time to paste the error too. For me now works to build this package using 1.46-2. Previous package has a missing dependency and linking was failing. (namcap failure from my part) -- Ionuț
Il 02/03/2011 23:15, Ionuț Bîru ha scritto:
it would be cool next time to paste the error too. For me now works to build this package using 1.46-2.
Well, the next time I will paste the error too.
Previous package has a missing dependency and linking was failing. (namcap failure from my part)
Thanks for building source-highlight package. -- Arch Linux Developer http://www.archlinux.org http://www.archlinux.it
Il 02/03/2011 18:22, Ionuț Bîru ha scritto:
Hi,
the new version has a change that concern us. It uses filesystem v3 as default and if your packages doesn't build anymore you have to force to build using v2.
export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
I am having trouble building mkvtoolnix too. -- Arch Linux Developer http://www.archlinux.org http://www.archlinux.it
On 03/03/2011 12:03 AM, Giovanni Scafora wrote:
Il 02/03/2011 18:22, Ionuț Bîru ha scritto:
Hi,
the new version has a change that concern us. It uses filesystem v3 as default and if your packages doesn't build anymore you have to force to build using v2.
export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
I am having trouble building mkvtoolnix too.
fixed that too using export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=2" export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2" i'm going to push it after i686 is done -- Ionuț
On Wed, Mar 2, 2011 at 12:22 PM, Ionuț Bîru <ibiru@archlinux.org> wrote:
Hi,
the new version has a change that concern us. It uses filesystem v3 as default and if your packages doesn't build anymore you have to force to build using v2.
export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
-- Ionuț
I can't rebuild liborigin2. The libboost_thread-mt.so library is missing in boost-libs 1.46.0-2. Is it an intended change or a bug in the new package?
On 03/03/2011 08:57 AM, Eric Bélanger wrote:
On Wed, Mar 2, 2011 at 12:22 PM, Ionuț Bîru<ibiru@archlinux.org> wrote:
Hi,
the new version has a change that concern us. It uses filesystem v3 as default and if your packages doesn't build anymore you have to force to build using v2.
export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
-- Ionuț
I can't rebuild liborigin2. The libboost_thread-mt.so library is missing in boost-libs 1.46.0-2. Is it an intended change or a bug in the new package?
intended change. https://bugs.archlinux.org/task/22471#comment70876 -- Ionuț
On Thu, Mar 3, 2011 at 4:18 AM, Ionuț Bîru <ibiru@archlinux.org> wrote:
On 03/03/2011 08:57 AM, Eric Bélanger wrote:
On Wed, Mar 2, 2011 at 12:22 PM, Ionuț Bîru<ibiru@archlinux.org> wrote:
Hi,
the new version has a change that concern us. It uses filesystem v3 as default and if your packages doesn't build anymore you have to force to build using v2.
export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
-- Ionuț
I can't rebuild liborigin2. The libboost_thread-mt.so library is missing in boost-libs 1.46.0-2. Is it an intended change or a bug in the new package?
intended change. https://bugs.archlinux.org/task/22471#comment70876
Thanks. FYI, the rebuild is completed so you can move it in testing/extra whenever you want.
-- Ionuț
On 03/04/2011 07:34 AM, Eric Bélanger wrote:
On Thu, Mar 3, 2011 at 4:18 AM, Ionuț Bîru<ibiru@archlinux.org> wrote:
On 03/03/2011 08:57 AM, Eric Bélanger wrote:
On Wed, Mar 2, 2011 at 12:22 PM, Ionuț Bîru<ibiru@archlinux.org> wrote:
Hi,
the new version has a change that concern us. It uses filesystem v3 as default and if your packages doesn't build anymore you have to force to build using v2.
export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
-- Ionuț
I can't rebuild liborigin2. The libboost_thread-mt.so library is missing in boost-libs 1.46.0-2. Is it an intended change or a bug in the new package?
intended change. https://bugs.archlinux.org/task/22471#comment70876
Thanks. FYI, the rebuild is completed so you can move it in testing/extra whenever you want.
moved in testing -- Ionuț
participants (3)
-
Eric Bélanger
-
Giovanni Scafora
-
Ionuț Bîru