Bug#679468: new epoch breaks all symlinks
Sam Hocevar
sam at hocevar.net
Thu Jun 28 22:43:42 UTC 2012
Package: llvm
Version: 1:3.0-12
Severity: grave
Tags: patch
Since the epoch was added to CV_LLVM, the computation of V_LLVM was
not updated and all symbolic links are therefore broken, rendering the
package unusable.
I suggest changing:
V_LLVM := $(shell echo $(CV_LLVM) | sed 's/-[^-]*$$//')
into:
V_LLVM := $(shell echo $(CV_LLVM) | sed 's/^[0-9]*://' | sed 's/-[^-]*$$//')
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.3.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages llvm depends on:
ii llvm-3.0 3.0-9
ii llvm-runtime 1:3.0-12
llvm recommends no packages.
llvm suggests no packages.
-- no debconf information
More information about the Pkg-llvm-team
mailing list