aboutsummaryrefslogtreecommitdiff
path: root/net/norm
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/norm: don't set -mcpu=power7 on powerpc64 anymorePiotr Kubaj2020-04-211-7/+2
| | | | | | | After head r360134, clang can compile this port with default -mcpu=ppc970. Notes: svn path=/head/; revision=532238
* net/norm: fix build on powerpc64 elfv2Piotr Kubaj2020-01-231-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On ELFv2 ABI Clang can't build this port by default and throws assertion (already reported): Assertion failed: ((Op.getOpcode() == ISD::FP_TO_SINT || Subtarget.hasFPCVT()) && "i64 FP_TO_UINT is supported only with FPCVT"), function LowerFP_TO_INTForReuse, file /poudriere/jails/powerpc64-elfv2-pkubaj/usr/src/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCISelLowering.cpp, line 7281. Stack dump: 0. Program arguments: /usr/bin/c++ -cc1 -triple powerpc64-unknown-freebsd13.0 -emit-obj -disable-free -main-file-name protoDispatcher.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -relaxed-aliasing -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu ppc64 -target-feature +secure-plt -mfloat-abi hard -dwarf-column-info -debugger-tuning=gdb -momit-leaf-frame-pointer -coverage-notes-file /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build/protolib/src/common/protoDispatcher.cpp.1.gcno -resource-dir /usr/lib/clang/9.0.1 -I /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build/protolib/include -I /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/protolib/include -I /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build/protolib/include/unix -I /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/protolib/include/unix -D UNIX -D HAVE_DIRFD -D HAVE_IPV6 -D HAVE_ASSERT -D HAVE_GETLOGIN -D HAVE_FLOCK -D NDEBUG -internal-isystem /usr/include/c++/v1 -O3 -fdeprecated-macro -fdebug-compilation-dir /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build -ferror-limit 19 -fmessage-length 0 -stack-protector 2 -fno-signed-char -fobjc-runtime=gnustep -fcxx-exceptions -fexceptions -fdiagnostics-show-option -vectorize-loops -vectorize-slp -faddrsig -o /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build/protolib/src/common/protoDispatcher.cpp.1.o -x c++ ../protolib/src/common/protoDispatcher.cpp 1. <eof> parser at end of file 2. Code generation 3. Running pass 'Function Pass Manager' on module '../protolib/src/common/protoDispatcher.cpp'. 4. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@_ZN15ProtoDispatcher4WaitEv' #0 0x000000001371df18 (/usr/bin/c+++0x1371df18) #1 0x000000001371e594 (/usr/bin/c+++0x1371e594) #2 0x000000001371b858 (/usr/bin/c+++0x1371b858) #3 0x000000001371ed0c (/usr/bin/c+++0x1371ed0c) #4 0x000000081520176c (/lib/libthr.so.3+0x1b76c) c++: error: unable to execute command: Abort trap (core dumped) c++: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 9.0.1 (git@github.com:llvm/llvm-project.git c1a0a213378a458fbea1a5c77b315c7dce08fd05) (based on LLVM 9.0.1) Target: powerpc64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin c++: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script. c++: note: diagnostic msg: The workaround is to optimize for POWER7, which supports necessary features in hardware. This will break run-time for older CPU's, but at least we can get this port running on POWER7 and newer. PR: 243227 Approved by: hd@oc.dk (maintainer timeout) Notes: svn path=/head/; revision=523941
* Allow building with a recent version of pythonAntoine Brodin2020-01-193-5/+22
| | | | Notes: svn path=/head/; revision=523582
* Switch version of python used in USES=waf to default version of pythonAntoine Brodin2020-01-141-1/+1
| | | | | | | | | Reviewed by: bapt With hat: portmgr Differential Revision: https://reviews.freebsd.org/D23143 Notes: svn path=/head/; revision=522998
* Fix a trivial mistake in the code (add missing curly braces) and unbreakAlexey Dokuchaev2018-01-182-7/+8
| | | | | | | | | | this port on presumably all big-endian architectures. While here, amend the port description text to include some useful information. Tested on: powerpc, sparc64 Notes: svn path=/head/; revision=459365
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-301-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439779
* Mark as broken on various tier-2 archs.Mark Linimon2016-09-171-0/+3
| | | | | | | Approved by: tier-2 blanket (portmgr) Notes: svn path=/head/; revision=422325
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* New port: net/normKurt Jaeger2016-02-283-0/+29
This a port of NACK-Oriented Reliable Multicast (N.O.R.M.), as specified in RFC5740. WWW: http://www.nrl.navy.mil/itd/ncs/products/norm PR: 201197 Submitted by: Hans Duedal <hd@oc.dk> Notes: svn path=/head/; revision=409713