Opened 4 years ago

Closed 4 years ago

#60621 closed defect (fixed)

grass7: ld: library not found for -lgrass_imagery.7.8-lgrass_manage.7.8 -lgrass_vector.7.8

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: nila <n_larsson@…>
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc: Veence (Vincent)
Port: grass7

Description

grass7 build fails:

ld: library not found for -lgrass_imagery.7.8
ld: library not found for -lgrass_manage.7.8
ld: library not found for -lgrass_vector.7.8

This is probably a parallel build issue; retrying a few times gets past this and onto the next error.

Attachments (1)

main.log.bz2 (71.0 KB) - added by ryandesign (Ryan Carsten Schmidt) 4 years ago.

Download all attachments as: .zip

Change History (3)

Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log.bz2 added

comment:1 Changed 4 years ago by nilason (Nicklas Larsson)

This is probably a parallel build issue; retrying a few times gets past this and onto the next error.

Yes, and I would say it is a subset of #60620, logfile is littered with :info:build env: python3: No such file or directory here too. Python is used during building and therfore fails building some of the libraries.

https://github.com/macports/macports-ports/pull/7382 attempts to fix this.

comment:2 Changed 4 years ago by nila <n_larsson@…>

Owner: set to nila <n_larsson@…>
Resolution: fixed
Status: newclosed

In 0116a776fb7b0f3a3b310d11ee0f88b2cebf9b53/macports-ports (master):

grass7: re-enable python patch

Fixes: #60620
Fixes: #60621

Note: See TracTickets for help on using tickets.