Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on October 03, 2017, 08:37:46 am

Title: The 03 October 2017 build (11182) is out.
Post by: killerbot on October 03, 2017, 08:37:46 am
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc510-TDM-2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/mingwm10_gcc510-TDM.7z

The 03 October 2017 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2017/CB_20171003_rev11182_win32.7z
  - Linux :
   none

The current SDK version is : 1.31.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 03 October 2017 build (11182) is out.
Post by: Jenna on October 03, 2017, 02:54:20 pm
CentOS 7 and Fedora 25, 26, 27 and Rawhide packages are available from my copr (see signature).

Building Debian packages is currently stalled. I don't know if I will start building for Debian again, because it's much work and I do not use Debian since years.

Debian packages are now available again, please test whether the repo works or not (see signature).
I do not use Debian myself since years, so it's hard to keep it uptodate and test it.
Builds only happen for the convenience of our users.
Title: Re: The 03 October 2017 build (11182) is out.
Post by: Xaviou on October 04, 2017, 06:53:59 pm
Hi.

Debian packages are now available again, please test whether the repo works or not (see signature).
It seems the repo has a problem.
tested on a Debian Stretch install : I get an error message after adding the repo url (see "Error Msg" screenshot attached)

Tried to search for "codeblocks" with synaptic : the main package for this nightly can't be found (see "Synaptic CB Search" screenshot attached)

Regards
Xav'
Title: Re: The 03 October 2017 build (11182) is out.
Post by: stahta01 on October 04, 2017, 07:11:06 pm
Debian stretch problem reported by Xaviou duplicated.

Code
https://apt.jenslody.de/stable/ stretch main

Code
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/apt.jenslody.de_stable_dists_stretch_Release
Title: Re: The 03 October 2017 build (11182) is out.
Post by: Jenna on October 07, 2017, 01:28:51 pm
@Xaviou and @stahta01 thanks for reporting.
The issue should be fixed now.
Unfortunately I have to pin my repo on debian testing, otherwise codeblocks from main-repo is installed.
I created "/etc/apt/preferences.d/10codeblocks" with the following content:
Code
Package: *
Pin: origin apt.jenslody.de
Pin-Priority: 999
Title: Re: The 03 October 2017 build (11182) is out.
Post by: stahta01 on October 09, 2017, 06:27:36 am
@Xaviou and @stahta01 thanks for reporting.
The issue should be fixed now.
Unfortunately I have to pin my repo on debian testing, otherwise codeblocks from main-repo is installed.
I created "/etc/apt/preferences.d/10codeblocks" with the following content:
Code
Package: *
Pin: origin apt.jenslody.de
Pin-Priority: 999

Thank you for the info on how to pin codeblocks.

I have gotten CB from your repo installed; note, first I had to remove codeblocks and libcodeblocks from the debian repo.

Tim S.
Title: Re: The 03 October 2017 build (11182) is out.
Post by: Xaviou on October 09, 2017, 08:42:21 pm
Hi.

The issue should be fixed now.
It works fine.
Unfortunately I have to pin my repo on debian testing, otherwise codeblocks from main-repo is installed.
I created "/etc/apt/preferences.d/10codeblocks" with the following content:
Code
Package: *
Pin: origin apt.jenslody.de
Pin-Priority: 999
I also had to do the same thing : thank you for the tip.

Regards
Xav'