Bug 40695 - UCS 3.3 glibc update
UCS 3.3 glibc update
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: General
UCS 3.3
Other Linux
: P5 enhancement (vote)
: UCS 3.3
Assigned To: Stefan Gohmann
Philipp Hahn
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-02-16 21:04 CET by Stefan Gohmann
Modified: 2016-06-07 21:35 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Gohmann univentionstaff 2016-02-16 21:04:37 CET
glibc should be updated to 2.13 (Debian Wheezy) in UCS 3.3.
Comment 1 Stefan Gohmann univentionstaff 2016-02-18 06:37:41 CET
I've copied the following packages:

repo_admin.py --cherrypick -r 4.0 --releasedest 3.3  -p po4a
repo_admin.py --cherrypick -r 4.0 -s errata4.0-3 --releasedest 3.3  -p dpkg
repo_admin.py --cherrypick -r 4.0 -s errata4.0-1 --releasedest 3.3  -p binutils
repo_admin.py --cherrypick -r 4.1 -s errata4.1-1 --releasedest 3.3  -p eglibc
Comment 2 Stefan Gohmann univentionstaff 2016-02-19 13:47:10 CET
Some more toolchain packages have been imported:

 repo_admin.py --cherrypick -r 4.0 --releasedest 3.3  -p debhelper
 repo_admin.py --cherrypick -r 4.0 --releasedest 3.3  -p gcc-4.4
 repo_admin.py --cherrypick -r 4.0 --releasedest 3.3  -p pkg-config
 repo_admin.py --cherrypick -r 4.0 --releasedest 3.3  -p mpfr4
 repo_admin.py --cherrypick -r 4.0 --releasedest 3.3  -p mpclib
 repo_admin.py --cherrypick -r 4.0 --releasedest 3.3  -p make-dfsg
 repo_admin.py --cherrypick -r 4.0 --releasedest 3.3  -p gmp
 repo_admin.py --cherrypick -r 4.0 --releasedest 3.3  -p gcc-4.7
 repo_admin.py --cherrypick -r 4.0 --releasedest 3.3  -p doxygen
Comment 3 Stefan Gohmann univentionstaff 2016-02-23 06:55:18 CET
Changelog: r67620

My tests were successful.
Comment 4 Stefan Gohmann univentionstaff 2016-03-07 09:14:06 CET
From: Bug #40685:

> 
> lsb-core can't be installed during dvd build:
> 
> libc6 breaks: locales (<< 2.13), locales-all (<< 2.13), lsb-core (<=
> 3.2-27), nscd (<< 2.13)
>   lsb-core 3.2-23.2.44.201207031532

The package lsb has been updated to 3.2-28.1.

I've also updated rpm:
 repo_admin.py --cherrypick -r 4.0 --releasedest 3.3 -p rpm
Comment 5 Philipp Hahn univentionstaff 2016-04-04 10:19:30 CEST
OK: amd64
OK: i386
OK: ChangeLog eglibc=2.13,lsb=3.2-18.1,rpm=4.10 (r68356)

ucr set update/secure_apt=no repository/online/unmaintained=yes
apt-get -qq update
SRC=(po4a dpkg binutils eglibc debhelper gcc-4.4 pkg-config mpfr4 mpclib make-dfsg gmp gcc-4.7 doxygen lsb rpm)
for s in "${SRC[@]}"
do
  echo "$(tput setaf 3)$s$(tput op)"
  bin=($(aptitude --disable-columns -F '%p=%V' search "?and(?any-version(?not(?origin(Univention))),?source-package($s))"))
  for b in "${bin[@]}"
  do
    echo "$(tput setaf 2)$b$(tput op)"
    apt-get -qq install "$b"
    echo "$(tput setaf 1)$?$(tput op)"
  done
done
Comment 6 Stefan Gohmann univentionstaff 2016-06-07 21:35:40 CEST
UCS 3.3 has been released:
 https://docs.software-univention.de/release-notes-3.3-0-en.html
 https://docs.software-univention.de/release-notes-3.3-0-de.html

If this error occurs again, please use "Clone This Bug".