[Bug 226632] x11/sterm: update to 0.8

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 17 15:08:20 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226632

Piotr Kubaj <pkubaj at anongoth.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #191577|                            |maintainer-approval+
              Flags|                            |

--- Comment #3 from Piotr Kubaj <pkubaj at anongoth.pl> ---
Created attachment 191577
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=191577&action=edit
UPDATING patch

The patch looks good, here's the UPDATING patch.

There's one problem though, Poudriere 3.2.5 on 10.4-RELEASE with jailed
10.4-RELEASE fails to build port with this patch:
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final
208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final
208032) 20140512 Target: x86_64-unknown-freebsd10.4 Thread model: posix
"/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1"
"--hash-style=bot
h" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o"
"/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc"
"--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s"
"--no-as-needed" "
/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14'
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 3.4.1
(tags/RELEASE_34/dot1-final 208032) 20140512 Target: x86_64-unknown-freebsd10.4
Thread model: posix
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=10.4-RELEASE-p5
OSREL=10.4
OSVERSION=1004000
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
_SMP_CPUS=8
CONFIGURE_MAX_CMD_LEN=262144
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  33554432
stack size              (kbytes, -s)  524288
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  34318
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
sbsize                   (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
--End resource limits--
=>> Status   x11/sterm | sterm-0.8: check-sanity
=======================<phase: check-sanity   >============================
make: don't know how to make check-sanity. Stop

make: stopped in /usr/ports/x11/sterm
build of x11/sterm | sterm-0.8 ended at Sat Mar 17 17:03:02 CET 2018
build time: 00:00:00
!!! build failure encountered !!!
[00:00:17] Error: Build failed in phase: check-sanity


Build with st 0.7 passes fine. I'm not sure what this error means, st is
written  in C, not C++, and there's no mention of -std=c++14 in st's source.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list