Opened 2 years ago

Closed 2 years ago

#5103 closed defect (fixed)

Bessies are failing

Reported by: robe Owned by: robe
Priority: blocker Milestone: PostGIS 3.3.0
Component: QA/buildbots Version: master
Keywords: Cc:

Description

Seems to be recent shuffling of build tooling. I tried to fix by first taking out the make clean and then putting in make distclean. Then I took that out cause that was erroring too.

I'm not sure what triggers them to start doing out of tree builds.

Here is the error which both bessie and bessie32 are showing

22:59:47 configure: WARNING: 
22:59:47 configure: WARNING:  | You are building using --with-projdir. This option isn't standard and    |
22:59:47 configure: WARNING:  | might be incompatible with future releases of PROJ.                      |
22:59:47 configure: WARNING:  | You can instead adjust the PKG_CONFIG_PATH environment variable if you   |
22:59:47 configure: WARNING:  | installed software in a non-standard prefix.                             |
22:59:47 configure: WARNING:  | Alternatively, you may set the environment variables PROJ_CFLAGS and     |
22:59:47 configure: WARNING:  | PROJ_LIBS to avoid the need to call pkg-config.                          |
22:59:47 + make
22:59:47 mkdir -p build
22:59:47 cd build && ../configure
22:59:47 configure: error: source directory already configured; run "make distclean" there first
22:59:47 *** Error code 1
22:59:47 
22:59:47 Stop.
22:59:47 make: stopped in /usr/home/jenkins/workspace/PostGIS_Worker_Run/label/bessie/e3d6a2357286acb4cc5e52c77b1e7e82e00bc00c
22:59:47 Build step 'Execute shell' marked build as failure
22:59:47 Finished: FAILURE

Change History (2)

comment:1 by Sandro Santilli <strk@…>, 2 years ago

In b6fadaf/git:

Stop automatically configuring on top-level make

References #5103

comment:2 by robe, 2 years ago

Resolution: fixed
Status: newclosed

This seems to have fixed the issue.

Note: See TracTickets for help on using tickets.