FS#63466 - [libots] Doesn't build

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Thursday, 15 August 2019, 10:54 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 23 February 2020, 22:29 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

...

ots.c:46:7: warning: unused variable â [-Wunused-variable]
46 | int c,n_args=0;
| ^
mv -f .deps/ots.Tpo .deps/ots.Po
make[2]: *** No rule to make target '../src/libots-1.la', needed by 'ots'. Stop.
make[2]: Leaving directory '/build/libots/src/ots-0.5.0/src'
ots.c:46:7: warning: unused variable â [-Wunused-variable]
46 | int c,n_args=0;
| ^
mv -f .deps/ots.Tpo .deps/ots.Po
make[2]: *** No rule to make target '../src/libots-1.la', needed by 'ots'. Stop.
make[2]: Leaving directory '/build/libots/src/ots-0.5.0/src'

Additional info:
* package version(s): 0.5.0-5

Steps to reproduce:
asp export libots
cd libots
staging-x86_64-build
   log.txt (13.6 KiB)
This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 23 February 2020, 22:29 GMT
Reason for closing:  Fixed
Comment by Andreas Baumann (andreas_baumann) - Thursday, 15 August 2019, 11:03 GMT
Maybe as workaround:

cd src && make libots-1.la
make

The auto-makefile has more than one issue. :-)
Comment by loqs (loqs) - Thursday, 15 August 2019, 12:42 GMT

Loading...