Summary: | dev-lang/blassic-0.10.3 : filepopen.cpp:979:9: error: throw will always call terminate() [-Werror=terminate] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | treecleaner |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
config.log
dev-lang:blassic-0.10.3:20160930-153032.log emerge-history.txt environment |
Description
Toralf Förster
![]() Created attachment 448582 [details]
config.log
Created attachment 448584 [details]
dev-lang:blassic-0.10.3:20160930-153032.log
Created attachment 448586 [details]
emerge-history.txt
Created attachment 448588 [details]
environment
Version 0.10.3 merges on my amd64 installation and appears to work fine: clevow230ss ~ # uname -a Linux clevow230ss 4.12.12-gentoo #2 SMP Sat Dec 2 04:20:45 GMT 2017 x86_64 Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz GenuineIntel GNU/Linux clevow230ss ~ # eix blassic * dev-lang/blassic Available versions: {M}0.10.3 {X} Homepage: http://blassic.net Description: classic Basic interpreter clevow230ss ~ # cat /etc/portage/package.unmask/blassic =dev-lang/blassic-0.10.3 clevow230ss ~ # emerge blassic Calculating dependencies... done! >>> Verifying ebuild manifests >>> Emerging (1 of 1) dev-lang/blassic-0.10.3::gentoo >>> Installing (1 of 1) dev-lang/blassic-0.10.3::gentoo >>> Recording dev-lang/blassic in "world" favorites file... >>> Jobs: 1 of 1 complete Load avg: 1.71, 0.76, 1.79 >>> Auto-cleaning packages... >>> No outdated packages were found on your system. * GNU info directory index is up-to-date. clevow230ss ~ # blassic Blassic 0.10.3 (C) 2001-2009 Julian Albo Ok 10 REM HELLO WORLD TEST 20 PRINT "SHALL I SAY IT?" 30 INPUT A$ 40 IF A$="Y" THEN PRINT "HELLO WORLD" 50 END RUN SHALL I SAY IT? ? Y HELLO WORLD Ok EXIT clevow230ss ~ # The package fails to compile for toralf because he has '-Werror=terminate' in his CXXFLAGS. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cdf13357c7531c242a55e4b3b5c63a67836ea67 commit 0cdf13357c7531c242a55e4b3b5c63a67836ea67 Author: Mikle Kolyada <zlogene@gentoo.org> AuthorDate: 2018-01-28 13:42:06 +0000 Commit: Mikle Kolyada <zlogene@gentoo.org> CommitDate: 2018-01-28 13:42:06 +0000 dev-lang/blassic: remove last rited package Closes: https://bugs.gentoo.org/595706 dev-lang/blassic/Manifest | 1 - dev-lang/blassic/blassic-0.10.3.ebuild | 32 ----------------------- dev-lang/blassic/files/blassic-0.10.3-tinfo.patch | 12 --------- dev-lang/blassic/metadata.xml | 11 -------- 4 files changed, 56 deletions(-) |