User forums > Nightly builds
The 01 August 2015 build (10376) is out.
Jenna:
I know the cause, I look into it and see if it can be fixed easily.
stahta01:
Jens: Your links in your sign are NOT working for me.
Example: https://apt.jenslody.de/
Edit2: The links just started working for me.
Tim S.
Jenna:
@cacb:
Can you test it with the actual source (https://apt.jenslody.de/stable/pool/main/codeblocks_13.12svn10379.orig.tar.gz) ?
Jenna:
--- Quote from: stahta01 on August 03, 2015, 05:27:02 pm ---Jens: Your links in your sign are NOT working for me.
Example: https://apt.jenslody.de/
Edit2: The links just started working for me.
Tim S.
--- End quote ---
Hi Tim,
I know, it was a short unplanned downtime.
cacb:
--- Quote from: jens on August 04, 2015, 06:26:53 pm ---@cacb:
Can you test it with the actual source (https://apt.jenslody.de/stable/pool/main/codeblocks_13.12svn10379.orig.tar.gz) ?
--- End quote ---
Thanks for the follow up! Now I got a bit further, looks like all .debs build properly. However, "sudo dpkg-buildpackage" ended like this:
# only call dh_scour for packages in main
if grep -q '^Component:[[:space:]]*main' /CurrentlyBuilding 2>/dev/null; then dh_scour -pwxsmith-dev ; fi
dh_md5sums -pwxsmith-dev
dh_builddeb -pwxsmith-dev
dpkg-deb: building package `wxsmith-dev' in `../wxsmith-dev_13.12svn10379_amd64.deb'.
dpkg-genchanges >../codeblocks_13.12svn10379_amd64.changes
dpkg-genchanges: including full source code in upload
dpkg-source --after-build codeblocks-13.12svn
dpkg-buildpackage: full upload; Debian-native package (full source is included)
signfile codeblocks_13.12svn10379.dsc
gpg: WARNING: unsafe ownership on configuration file `/home/ca/.gnupg/gpg.conf'
gpg: skipped "Jens Lody <jens@codeblocks.org>": No secret key
gpg: [stdin]: clearsign failed: No secret key
dpkg-buildpackage: error: failed to sign .dsc and .changes file
Apparently the above is a just minor issue. I had an install script that had issues resolving all dependencies, I therefore ended up stripping it down to include what I believe would be a "user-only, not cb-developer subset". My install script looks like this:
#!/bin/bash
#
# Script to install Code::Blocks build * from local packages
# run as follows: $ sudo ./install_cb.sh
#
VER='13.12'
SVNNR='svn10379'
CPUCFG='amd64'
echo "------------------------------------------------------------------------------"
echo "--------- Code::Blocks install script BEGIN: " codeblocks-${SVNNR}_${CPUCFG} "-------"
echo "------------------------------------------------------------------------------"
dpkg -i \
libcodeblocks0_${VER}${SVNNR}_${CPUCFG}.deb \
libwxsmithlib0_${VER}${SVNNR}_${CPUCFG}.deb \
codeblocks_${VER}${SVNNR}_${CPUCFG}.deb \
codeblocks-common_${VER}${SVNNR}_all.deb \
codeblocks-libwxcontrib0_${VER}${SVNNR}_${CPUCFG}.deb \
codeblocks-contrib-common_${VER}${SVNNR}_all.deb \
codeblocks-contrib_${VER}${SVNNR}_${CPUCFG}.deb
apt-get -f install
dpkg-reconfigure codeblocks
dpkg-reconfigure codeblocks-contrib
echo "------------------------------------------------------------------------------"
echo "--------- Code::Blocks install script END: Please check for possible errors --"
echo "------------------------------------------------------------------------------"
This seems to work fine, I have svn10379 running just fine, and it looks to be more responsive than before. Great job!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version