Bug 152842 - Patch: Fix build of lang/tcl8[45] x11-toolkits/tk8[45] with clang
Summary: Patch: Fix build of lang/tcl8[45] x11-toolkits/tk8[45] with clang
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-04 22:30 UTC by Koop Mast
Modified: 2010-12-09 08:58 UTC (History)
0 users

See Also:


Attachments
tk-tcl-clang.diff (5.43 KB, patch)
2010-12-04 22:30 UTC, Koop Mast
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Koop Mast freebsd_committer freebsd_triage 2010-12-04 22:30:17 UTC
	When building tcl8[45] or tk8[45] with clang the build fails with:

	clang -shared -o libtcl85.so.1 <load of .o files> -lm -soname libtcl85.so.1  -rpath /usr/local/lib
	clang: error: no such file or directory: 'libtcl85.so.1'
	*** Error code 1

	Use -Wl syntax with -soname will fix it.
Comment 1 Koop Mast freebsd_committer freebsd_triage 2010-12-04 22:57:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Assign to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-09 08:48:53 UTC
mm          2010-12-09 08:48:49 UTC

  FreeBSD ports repository

  Modified files:
    lang/tcl84/files     patch-configure 
    lang/tcl85/files     patch-unix-configure 
    x11-toolkits/tk84/files patch-aa 
    x11-toolkits/tk85/files patch-unix::configure 
  Log:
  - Unbreak build with clang
  
  PR:             ports/152842
  Submitted by:   Koop Mast <kwm@FreeBSD.org>
  
  Revision  Changes    Path
  1.12      +5 -5      ports/lang/tcl84/files/patch-configure
  1.5       +15 -6     ports/lang/tcl85/files/patch-unix-configure
  1.24      +5 -5      ports/x11-toolkits/tk84/files/patch-aa
  1.6       +14 -5     ports/x11-toolkits/tk85/files/patch-unix::configure
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2010-12-09 08:58:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!