Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2019 09:20:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 239986] devel/nspr 4.22 build fails attach.c:170: error: unterminated conditional directive
Message-ID:  <bug-239986-21738-N0Y0hCqPQk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239986-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239986-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gecko mailing =
list
<gecko@FreeBSD.org> for maintainer-feedback:
Bug 239986: devel/nspr 4.22 build fails attach.c:170: error: unterminated
conditional directive
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239986



--- Description ---
I'm experiencing build errors in devel/nspr since the update to version 4.22
and have attached the poudriere build log.

cc -o attach.o -c -fvisibility=3Dhidden	 -O2 -pipe  -fstack-protector-strong
-fno-strict-aliasing   -ansi -Wall -fPIC  -UDEBUG -DPACKAGE_NAME=3D\"\"
-DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION=3D\"\" -DPACKAGE_STRING=3D\"\"
-DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE_URL=3D\"\" -DNDEBUG=3D1
-DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=3D1 -DHAVE_VISIBILITY_PRAGMA=3D1 -DXP_UN=
IX=3D1
-DFREEBSD=3D1 -DHAVE_BSD_FLOCK=3D1 -DHAVE_SOCKLEN_T=3D1 -DHAVE_POINTER_LOCA=
LTIME_R=3D1
-DHAVE_DLADDR=3D1 -DHAVE_LCHOWN=3D1 -DHAVE_SETPRIORITY=3D1 -DHAVE_STRERROR=
=3D1
-DHAVE_SYSCALL=3D1 -D_REENTRANT=3D1 -D_THREAD_SAFE=3D1 -DFORCE_PR_LOG -D_PR=
_PTHREADS
-UHAVE_CVAR_BUILT_ON_SEM -I../../dist/include/nspr -I../../pr/include
-I../../pr/include/private  attach.c
attach.c:170:2: error: unterminated conditional directive
#ifdef _PR_PTHREADS
 ^
attach.c:275:2: error: expected '}'
}
 ^
attach.c:109:1: note: to match this '{'
{
^
attach.c:176:8: error: use of undeclared label 'exit_now'
		goto exit_now;
		     ^
3 errors generated.
gmake[1]: *** [../../config/rules.mk:450: attach.o] Error 1
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/devel/nspr/work/nspr-4.22/nspr/pr/tests'
*** Error code 2

Stop.
make: stopped in /usr/ports/devel/nspr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239986-21738-N0Y0hCqPQk>