FS#55640 - [plan9port] Problem with 9l (linking)

Attached to Project: Community Packages
Opened by aksr (aksr) - Friday, 15 September 2017, 18:33 GMT
Last edited by Alexander F. Rødseth (xyproto) - Thursday, 26 October 2017, 22:12 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Alexander F. Rødseth (xyproto)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

9l when executed reports errors:
$ 9l
(.text.startup+0x5): undefined reference to `p9main'
collect2: error: ld returned 1 exit status
$

Additional info:
* 20170426.9e-2

Steps to reproduce:
Execute `9l'
This task depends upon

Closed by  Alexander F. Rødseth (xyproto)
Thursday, 26 October 2017, 22:12 GMT
Reason for closing:  No response
Comment by Alexander F. Rødseth (xyproto) - Monday, 02 October 2017, 10:37 GMT
Hi, thanks for reporting.

Is it the same problem as this? http://comp.os.plan9.narkive.com/s6syNqwy/9fans-russ-s-plan9-tar-gz-question

What is the full command you want to execute? Does it work if you use the `-l9` flag when linking?
Comment by Alexander F. Rødseth (xyproto) - Thursday, 12 October 2017, 10:33 GMT
I'm patching the 9l script to just exit if given no arguments.

Loading...