Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ciel: update to 3.8.2 #9094

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app-devel/ciel/autobuild/beyond
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
mv -v "$PKGDIR/usr/bin/ciel-rs" "$PKGDIR/usr/bin/ciel"
PREFIX="$PKGDIR/usr/" ./install-assets.sh
12 changes: 1 addition & 11 deletions app-devel/ciel/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ BUILDDEP="rustc llvm"
PKGDES="An integrated packaging environment for AOSC OS"

USECLANG=1
# FIXME: clang: error: clang frontend command failed with exit code 139
USECLANG__MIPS64R6EL=0

# FIXME
# error: linking with `clang` failed: exit status: 1
# |
# = note: (command-line)
# = note: ld.lld: error: relocation R_MIPS_64 cannot be used against symbol 'DW.ref.rust_eh_personality'; recompile with -fPIC
# >>> defined in /usr/lib64/rustlib/mipsisa64r6el-unknown-linux-gnuabi64/lib/libstd-bccd059e17955a73.rlib(std-bccd059e17955a73.std.b38466d5fa66b5e1-cgu.0.rcgu.o)
# >>> referenced by std.b38466d5fa66b5e1-cgu.0
# >>> std-bccd059e17955a73.std.b38466d5fa66b5e1-cgu.0.rcgu.o:(.eh_frame+0x378F) in archive /usr/lib64/rustlib/mipsisa64r6el-unknown-linux-gnuabi64/lib/libstd-bccd059e17955a73.rlib
# FIXME: ld.lld: relocation R_MIPS_64 cannot be used against local symbol
NOLTO__LOONGSON3=1
NOLTO__MIPS64R6EL=1
2 changes: 1 addition & 1 deletion app-devel/ciel/spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VER=3.5.2
VER=3.8.2
SRCS="git::commit=tags/v${VER/\~/-}::https://github.com/AOSC-Dev/ciel-rs"
CHKSUMS="SKIP"
CHKUPDATE="anitya::id=227000"