Activity
From 06/14/2017 to 07/13/2017
06/26/2017
- 05:26 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Yes, I'll take care of it.
Good job! - 05:19 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- I guess we can merge the changes from @ncurses_patch6.sh@ into @ncurses_patch.sh@. The changes should work for @5.9@ ...
06/23/2017
- 06:03 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- I have got the way Ubuntu build ncurses. The complete config command:...
- 11:54 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Greg Shah wrote:
> When built from @cd && sudo /root/patch_ncurses.sh /root@:
>
> [...]
>
> When built from ro... - 05:12 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- > 2. I think may be there is a reason to keep number 5 in library name alive(the old application keeps linkage to so....
- 05:07 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- When built from @cd && sudo /root/patch_ncurses.sh /root@:...
- 04:37 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- @ls -l /usr | grep "lib"@...
- 09:20 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Looking for question 1 answering I need additional data from problematic system. Can you test to run
@sudo ./patch_n...
06/22/2017
- 04:32 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Greg Shah wrote:
> I found the problem:
>
> [...]
>
> I executed @sudo chmod o+rx /usr/lib/libncurses.so.5.9@ ... - 02:20 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- One more question. What is the result of the command: @ls -l /usr | grep "lib"@. My system shows:...
- 01:27 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Greg Shah wrote:
> I found the problem:
>
> [...]
>
> I executed @sudo chmod o+rx /usr/lib/libncurses.so.5.9@ ... - 11:29 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- I found the problem:...
- 11:13 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- > My assumption somehow the gcc link command ignores -shared flag here.
I thought that using @-shared@ on the @gcc... - 11:04 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Greg Shah wrote:
> Looking in the ncurses build log file we can see these things:
>
> 1. Both shared and static l... - 10:51 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Greg Shah wrote:
> > 1. Installing yet another fresh 16.04 system I have found the ncurses from the box is libncurse... - 09:47 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Looking in the ncurses build log file we can see these things:
1. Both shared and static libs are being built duri... - 09:06 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- I did the following:
1. I ran @sudo ./patch_ncurses6.sh /root@. It seemed to succeed.
2. I cleared the ldd cac... - 08:34 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- > 1. Installing yet another fresh 16.04 system I have found the ncurses from the box is libncurses5 release 6.0. The ...
- 08:32 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- > What about output of the command: @ldconfig -p | grep "curses"@?...
- 11:45 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Looks like finally I have got some more progress here.
1. Installing yet another fresh 16.04 system I have found t...
06/21/2017
- 06:16 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Just for record. I have ncurses @5.9@ version in all locations where @6.0@ exists and building is fine. That's why I'...
- 06:13 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Greg Shah wrote:
> > What if to change the compiler option from -fpic to -fPIC?
>
> If you are asking in regard t... - 04:38 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- > What if you try to remove -static-libgcc option from linking command?
No difference. It fails the same way.
... - 04:34 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- > What if to change the compiler option from -fpic to -fPIC?
If you are asking in regard to the option for @libp2j... - 04:33 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Greg Shah wrote:
> > What is happening if to remove libncurses.a from /usr/lib?
>
> I'm not sure why we would be ... - 04:27 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- > What is happening if to remove libncurses.a from /usr/lib?
I'm not sure why we would be dependent on the static ... - 04:23 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- > What is happening if to remove libncurses.a from /usr/lib?
It fails differently:... - 03:41 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- I have one point that can look a bit strange.
What if we suggest: for some reasons the linker really takes @libncu... - 02:18 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Using @-lcurses@ still fails:...
- 02:17 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- > What is ld -V output on this system?...
- 02:05 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Greg Shah wrote:
> It still fails:
>
> [...]
Please do another test:
1. Change line from
@override LDFLAGS+=... - 08:09 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- It still fails:...
06/20/2017
- 06:49 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Can you test one more scenario:
1. Move the following from @/usr/lib@ to @/usr/local/lib@:... - 06:28 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- The contents:...
- 06:23 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- ...
- 06:22 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Eugenie Lyzenko wrote:
> Greg Shah wrote:
> > Unfortunately, the use of @-L/usr/lib@ did not help.
> >
> > [...]... - 06:20 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- One more question: what is the content of the @/etc/ld.so.conf.d@ directory on problematic machine? This can possibly...
- 06:16 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Greg Shah wrote:
> Unfortunately, the use of @-L/usr/lib@ did not help.
>
> [...]
Can you test @-L/lib/x86_64-... - 06:00 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Unfortunately, the use of @-L/usr/lib@ did not help....
06/17/2017
- 08:35 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Also looks like the @/etc/ld.so.conf@ content(with alphabetical ordering include files) has priority over @/usr/lib@ ...
- 08:07 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- I just realized the scenario I offered is a kind of option 1 in "note 48":https://proj.goldencode.com/issues/3298#not...
06/16/2017
- 06:37 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Greg Shah wrote:
> > May be we will have to patch and install both 5.9 and 6.0 libraries if modern Linux distros wan... - 02:31 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- > What if you reinstall libncurses5 package? Is it too destructive to make this test on working system?
I don't th... - 02:14 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Still thinking and experimenting for ncurses linking. I'm also worry about requirement to manually remove @libncurses...
- 01:20 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Removing the ncurses 5.9 and then also removing the @libncurses5-dev@ also solves the build problem on the Ubuntu Ser...
- 12:10 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Greg Shah wrote:
> > It is strange, I have the same libraries in /usr/lib/ and /lib/x86_64-linux-gnu/ when building ... - 10:31 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- > It is strange, I have the same libraries in /usr/lib/ and /lib/x86_64-linux-gnu/ when building FWD is OK.
2 ques... - 10:29 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Greg Shah wrote:
> OK, some headway:
>
> I removed the following files:
>
> [...]
>
> After this, @libp2j.s... - 10:20 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- OK, some headway:
I removed the following files:... - 10:04 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Those links are there:...
- 10:49 PM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- Some progress here. I can reproduce the error message you noted. It is strange but to see it I had to remove @libncur...
06/14/2017
- 09:14 AM Bug #3298: libp2j build links with ncurses 5.9 when the proper version is 6.0
- https://askubuntu.com/questions/769558/how-to-tell-if-current-version-was-upgraded-or-a-fresh-install
This note su... - 09:10 AM 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 take...
Also available in: Atom