Project

General

Profile

Activity

From 05/15/2017 to 06/13/2017

06/13/2017

07:24 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Also may be you have another version of the @libncurses.a@ somewhere else(@/usr/local/lib@) or somewhere it can be ta... Eugenie Lyzenko
06:53 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Greg Shah wrote:
> Or one in @/lib/x86_64-linux-gnu/libncurses.so.5.9@?
Yes, I have it in all systems.
And @FW...
Eugenie Lyzenko
06:35 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Or one in @/lib/x86_64-linux-gnu/libncurses.so.5.9@? Greg Shah
06:34 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Greg Shah wrote:
> Does your system have a @/usr/lib/libncurses.so.5.9@?
Some of systems have(which was upgraded ...
Eugenie Lyzenko
06:30 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Does your system have a @/usr/lib/libncurses.so.5.9@? Greg Shah
06:07 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Greg,
Can you publish here your @libncurses.a@. I want to test one theory on my side.
Eugenie Lyzenko
05:14 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Well, I have @Ubuntu 16.04.2 Server@ setup text mode with @4.4.0-79 generic@ kernel(no extra packages, only system ba... Eugenie Lyzenko
08:30 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
On the other hand, there are many of the @R_X86_64_RELATIVE@ relocations, which would be seen with @-fpic@. So perha... Greg Shah
08:28 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Eugenie Lyzenko wrote:
> One more idea is the patched @NCURSES@ did not compiled with @-fPIC@ for some reasons.
h...
Greg Shah
07:57 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
@gcc -v@ output:... Greg Shah
11:44 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
One more idea is the patched @NCURSES@ did not compiled with @-fPIC@ for some reasons. Eugenie Lyzenko
11:18 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Greg Shah wrote:
> Do you care if I patch those sources or not?
For my previous assumption it was not important b...
Eugenie Lyzenko

06/12/2017

06:24 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
I installed @pkg-config@ but there is no difference.... Greg Shah
05:47 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
The only difference with mine output is missing @pkg-config@ package on your system. This might be important I guess.... Eugenie Lyzenko
05:31 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Greg Shah wrote:
> Do you care if I patch those sources or not?
I understand the patching with scripts clean up t...
Eugenie Lyzenko
04:57 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
I'm assuming that I don't need to patch since I'm not building. Here is the configure output:... Greg Shah
04:52 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Do you care if I patch those sources or not? Greg Shah
04:44 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Can you please get the ncurses sources, execute @./configure --with shared@ and publish the @config.log@ file. Eugenie Lyzenko
02:42 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
> What version: 16.04, 16.04.1 or 16.04.2? There are some diffs there may be.
@Welcome to Ubuntu 16.04.2 LTS (GNU/...
Greg Shah
02:33 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Greg Shah wrote:
> The full output:
>
> [...]
>
> > Does the compiler use -fpic option?
>
> Yes.
>
> > I...
Eugenie Lyzenko
02:12 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
The full output:... Greg Shah
02:05 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Greg Shah wrote:
> I've tested your approach:
>
> 1. Remove @libncurses5-dev@.
> 2. Patch NCURSES. I used our s...
Eugenie Lyzenko
12:29 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
I've tested your approach:
1. Remove @libncurse5-dev@.
2. Patch NCURSES. I used our script to do this.
3. Tried...
Greg Shah

06/08/2017

11:55 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
So far I think this is just document confusing issue. In "Development Environment Setup":https://proj.goldencode.com/... Eugenie Lyzenko
08:01 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Greg Shah wrote:
> > @ls -l /lib/x86_64-linux-gnu/libncurses*@
>
> [...]
>
> > @ldd libp2j.so@
>
> [...]
...
Eugenie Lyzenko
04:06 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
@dpkg-dev@ is already installed on my system (as is libncurses5-dev):... Greg Shah
08:54 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Well I have found one potential cause of the issue on fresh install @Lubuntu 17.04@. It is related to developers pack... Eugenie Lyzenko

06/07/2017

04:09 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Greg Shah wrote:
>
> I guess the problem is with the patching scripts. Can you please look at them (make sure to ...
Eugenie Lyzenko
10:57 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
> I do not have any issue with this scenario. Is this approach acceptable to use?
Yes, this is fine.
I guess th...
Greg Shah

06/06/2017

02:52 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
I just ran two hotel @ChUI@ clients - terminal and swing. Both are working fine(meaning patched @libncurses.so.6.0@ i... Eugenie Lyzenko
02:24 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
Another test round just passed:
1. Installing new @Ubuntu 16.04@ in @KVM@. This got me @libncurses.so.5(==>libncur...
Eugenie Lyzenko
10:50 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
The one more related task is #3271
Let me clarify what the problem we are solving here.
1. On my fresh installe...
Eugenie Lyzenko

06/05/2017

02:04 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
I checked the test system used for testing in April. Indeed, the @libncurses5-dev@ package is installed. My personal ... Ovidiu Maxiniuc
01:35 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
The build just links using @-lncurses@. This means the default ncurses headers and library are resolving to 5.9. On... Greg Shah
01:31 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
From Ovidiu:
> Yes, I found some issues at compile time but somehow I got past it (don't remember the exact cause ...
Greg Shah
01:31 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
We recently determined that newly installed systems that have ncurses 6.0 should not use libncurses5-dev because it c... Greg Shah
01:30 PM Bug #3298 (Closed): libp2j build links with ncurses 5.9 when the proper version is 6.0
Greg Shah
 

Also available in: Atom