bugGNU TeXmacs - Bugs: bug #61505, since about 13670, and in svn...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #61505: since about 13670, and in svn 13707 for sure, no-qt binary can't be built

Submitter:  yurytch
Submitted:  Fri 19 Nov 2021 06:12:08 AM UTC
   
 
Category:  Compilation Priority:  5 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Open
Release:  None Release: 
Fixed Release:  None Fixed Release: 
Keywords: 

Fri 19 Nov 2021 06:12:08 AM UTC, original submission:  

Since about 13670, and in svn 13707 for sure (in all, for the duration of about a week), the texmacs.bin cannot be produced, the link stage failing with:

error adding symbols: DSO missing from command line

w/r to libpthread.so.0 being linked to.

If LDFLAGS=" -Wl,--copy-dt-needed-entries " is added before the configure stage, the link stage failing with the same diagnostics, but w/r to libdl.so

The only way to produce the binary is to manually change the generated makefile in ./src,
adding "-ldl" to link options, as follows, exactly in that position:

link_options:=-L$(tmsrc)/lib -lm $(LDPATH) $(LDGUI) $(LDICONV) $(CXXFLAGS)\
   $(LDAXEL) $(LDCAIRO) $(LDSQLITE3) -ldl

yurytch

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by yurytch (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code