pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/53755: databases/postgresql11-client jobs safe build?



>Number:         53755
>Category:       pkg
>Synopsis:       databases/postgresql11-client jobs safe build?
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Dec 01 04:40:00 +0000 2018
>Originator:     Frédéric Fauberteau
>Release:        NetBSD 8.0 / pkgsrc-HEAD
>Organization:
	
>Environment:
System: NetBSD mollari.NetBSD.org 7.1_STABLE NetBSD 7.1_STABLE (amd64-DOMU_SERVER) #11: Sat Apr 21 19:42:29 UTC 2018 spz%franklin.NetBSD.org@localhost:/home/netbsd/7/amd64/obj/sys/arch/amd64/compile/amd64-DOMU_SERVER amd64
Architecture: x86_64
Machine: amd64
>Description:
	Build process fails with the following error:
	//////////
	[...]
	cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/include/krb5 initdb.o findtimezone.o localtime.o encnames.o  -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -L/usr/lib -L/usr/lib -L/usr/lib  -Wl,--as-needed -Wl,-R'/usr/pkg/lib'  -lpgcommon -lpgport -lintl -lxml2 -lssl -lcrypto -lgssapi -lkrb5 -lcrypto -lz -ledit -lcurses -lrt -lcrypt -lm  -o initdb
	rm -f libpgfeutils.a
	ar cr libpgfeutils.a mbprint.o print.o psqlscan.o simple_list.o string_utils.o conditional.o
	ld: cannot find -lpgfeutils
	gmake[1]: *** [Makefile:34: initdb] Error 1
	[...]
	\\\\\\\\\\

	The package has been built with pbulk/sandbox. The full report is here:
	http://pkg.triaxx.org/pub/pkgsrc/reports/NetBSD/amd64/www_8.0/20181130.0629/postgresql11-client-11.1/build.log
>How-To-Repeat:
	I built it with 'bmake install' without any error.
>Fix:
	Index: Makefile
	===================================================================
	RCS file: /cvsroot/pkgsrc/databases/postgresql11-client/Makefile,v
	retrieving revision 1.1
	diff -r1.1 Makefile
	40a41,42
	> MAKE_JOBS_SAFE=		no
	> 

	It now build without error in pbulk/sandbox.

	If a skillful eye validates my assumption, I commit. Meanwhile I will try other tests.



Home | Main Index | Thread Index | Old Index