pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/48909
The following reply was made to PR pkg/48909; it has been noted by GNATS.
From: Philip Miller <sighoya%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/48909
Date: Sun, 15 Jun 2014 15:48:06 +0200
On 06/15/2014 03:00 PM, OBATA Akio wrote:
> The following reply was made to PR pkg/48909; it has been noted by GNATS.
>
> From: "OBATA Akio" <obata%lins.jp@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc:
> Subject: Re: pkg/48909
> Date: Sun, 15 Jun 2014 21:58:35 +0900
>
> On Sun, 15 Jun 2014 16:50:00 +0900, Philip Miller
> <sighoya%gmail.com@localhost> wrote:
>
> > > not from pkgsrc.
> > I think, this is not the truth. If I call configure in the db4 workdir
> > and execute gmake after it, then all objects building fine. If I use
> > bmake configure and then gmake in the db4 workdir (build_unix), the
> > described build error appear. So there is something wrong in pkgsrc, I
> > think, especially in the mk files.
>
> * Are you using Arch Linux?
yes
> * If Arch Linux, fresh install, or updated?
I installed it fresh with gcc-4.9.0.
And updated? Yes , it's a roling release, so I update it more than once
at week.
May this a problem?
> * If updated, fresh pkgsrc install, or bootstrap pkgsrc before
> updated?
The latter.
Oh I know what you mean...
Yes it was my mistake, I'm sorry.
The solution is to update libtool-base, which change the lines:
/home/sighoya/pkg/bin/libtool:sys_lib_search_path_spec="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2
/usr/lib /lib "
/home/sighoya/pkg/bin/libtool:compiler_lib_search_dirs="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib /lib/../lib
/usr/lib/../lib /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../.."
/home/sighoya/pkg/bin/libtool:predep_objects="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/crti.o
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/crtbeginS.o"
/home/sighoya/pkg/bin/libtool:postdep_objects="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/crtendS.o
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/crtn.o"
/home/sighoya/pkg/bin/libtool:compiler_lib_search_path="-L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2
-L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib
-L/lib/../lib -L/usr/lib/../lib
-L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../.."
in libtool to:
/home/sighoya/pkg/bin/libtool:sys_lib_search_path_spec="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0
/usr/lib /lib "
/home/sighoya/pkg/bin/libtool:compiler_lib_search_dirs="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib /lib/../lib
/usr/lib/../lib /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../.."
/home/sighoya/pkg/bin/libtool:predep_objects="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib/crti.o
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/crtbeginS.o"
/home/sighoya/pkg/bin/libtool:postdep_objects="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/crtendS.o
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib/crtn.o"
/home/sighoya/pkg/bin/libtool:compiler_lib_search_path="-L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0
-L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib
-L/lib/../lib -L/usr/lib/../lib
-L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../.."
and now db4 links successfully.
Thanks a lot! OBATA Akio, the problem is solved.
>
> --
> OBATA Akio / obata%lins.jp@localhost
>
Home |
Main Index |
Thread Index |
Old Index