Re: Compile failure on Fedora 13 systems.

2016-09-22 Thread Ben Greear
On 08/24/2016 02:13 PM, Daniel Stenberg wrote: On Wed, 24 Aug 2016, Ben Greear wrote: Actually, a checkout of clean code still fails, but if I 'git reset --hard HEAD~198', then do a build, and then pull, and then re-build, it works. Still, I have this patch[1] pending a merge. It is supposed

Re: Compile failure on Fedora 13 systems.

2016-08-24 Thread Daniel Stenberg
On Wed, 24 Aug 2016, Ben Greear wrote: Actually, a checkout of clean code still fails, but if I 'git reset --hard HEAD~198', then do a build, and then pull, and then re-build, it works. Still, I have this patch[1] pending a merge. It is supposed to make things better as it removes the pkg-con

Re: Compile failure on Fedora 13 systems.

2016-08-24 Thread Spork Schivago
Glad to hear you got it working! Thanks for the update. Ken On Wed, Aug 24, 2016 at 2:08 PM, Ben Greear wrote: > Thanks for the suggestions. > > I think the problem was some issue with not fully cleaning after doing a > pull > of the latest code. > > I backed up 500 commits, did a build (whic

Re: Compile failure on Fedora 13 systems.

2016-08-24 Thread Ben Greear
Actually, a checkout of clean code still fails, but if I 'git reset --hard HEAD~198', then do a build, and then pull, and then re-build, it works. Something about the mere steps of doing a 'git bisect' fixes the issue. I am testing with this commit: commit 15592143f3bf9ca05293ea849767ea4704a18

Re: Compile failure on Fedora 13 systems.

2016-08-24 Thread Ben Greear
Thanks for the suggestions. I think the problem was some issue with not fully cleaning after doing a pull of the latest code. I backed up 500 commits, did a build (which worked), did a 'make distclean', and now top-of-tree works again. Thanks, Ben On 08/24/2016 10:07 AM, Spork Schivago wrote:

Re: Compile failure on Fedora 13 systems.

2016-08-24 Thread Spork Schivago
Also, what version of libcurl did you upgrade to? I know with one of my CentOS systems, I used the cityfan repo's to pull a much newer version of libcurl in. That worked like a charm. I see the city-fan repo has libcurl-7.50.1-1.0.cf.fc13.x86_64.rpm for Fedora 13. I believe that's a preco

Re: Compile failure on Fedora 13 systems.

2016-08-24 Thread Spork Schivago
Ben, Sorry for the confusion. I didn't mean upgrade it to the latest version, just update it to the latest version that Fedora 13 provides. I'm guessing you already have it installed and updated though. I think the end of life for Fedora 13 was back in 2011, so it'd make sense that you'd have

Re: Compile failure on Fedora 13 systems.

2016-08-24 Thread Ben Greear
On 08/24/2016 09:10 AM, Spork Schivago wrote: I take it you have pkg-config already installed. If not, you should probably install that. If it's already installed, I'd make sure it's fully updated. Thanks. It can be very inconvenient to patch that type of tool, so I want to make whatever

Re: Compile failure on Fedora 13 systems.

2016-08-24 Thread Spork Schivago
I take it you have pkg-config already installed. If not, you should probably install that. If it's already installed, I'd make sure it's fully updated. Thanks. Ken On Wed, Aug 24, 2016 at 11:35 AM, Ben Greear wrote: > I updated to a more recent libcurl, and now one of my older build machine