Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 338459

Summary: app-office/texmacs does not respect LDFLAGS
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Andrey Grozin <grozin>
Status: RESOLVED FIXED    
Severity: QA CC: sci
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933    
Attachments: Build log

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-23 17:49:42 UTC
See attached build log.

(Please do not complain about the need for looking at the build log until you can provide an easy way to open bugs with the correct data picked out of a tinderbox log. Thanks.)
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-23 17:50:20 UTC
Created attachment 248445 [details]
Build log
Comment 2 Andrey Grozin gentoo-dev 2010-10-31 08:39:05 UTC
Thanks, fixed. The defect was not in the main TeXmacs build system (which seems well thought-out), but in tiny binaries used in some plugins (I'd say that most of them are unneeded at all - they are used in plugins for very outdated versions of maxima, mathematica, maple). These tiny binaries are produced from tiny C (or C++) files by tiny Makefiles. And they did not respect LDFLAGS (though they respected CFLAGS and CXXFLAGS).