Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 300391 Details for
Bug 440387
Xcircuit will not start if both tk.i386 and tk.x86_64 are installed
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Patch that solves a tcl multilib issue.
xcircuit_tcl_multilib.patch (text/x-patch), 1.74 KB, created by
Trond Danielsen
on 2008-04-04 06:20:12 UTC
(
hide
)
Description:
Patch that solves a tcl multilib issue.
Filename:
MIME Type:
Creator:
Trond Danielsen
Created:
2008-04-04 06:20:12 UTC
Size:
1.74 KB
patch
obsolete
>? .build-3.4.27-1.fc8.log >? .build-3.4.27-2.fc8.log >? xcircuit-3.4.27-1.fc8.src.rpm >? xcircuit_tcl_multilib.patch >Index: xcircuit.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/xcircuit/F-8/xcircuit.spec,v >retrieving revision 1.10 >diff -u -r1.10 xcircuit.spec >--- xcircuit.spec 21 Oct 2007 21:36:22 -0000 1.10 >+++ xcircuit.spec 4 Apr 2008 06:13:38 -0000 >@@ -1,6 +1,6 @@ > Name: xcircuit > Version: 3.4.27 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: Electronic circuit schematic drawing program > > License: GPLv2 >@@ -35,22 +35,15 @@ > %{__autoconf} > > >-if [ -d %{_prefix}/lib64 ] ; then >- SUF=64 >-else >- SUF= >-fi >- >- > WISH=/usr/bin/wish > export WISH > > > %configure \ >- --with-tcl=%{_prefix}/lib$SUF \ >- --with-tk=%{_prefix}/lib$SUF \ >- --with-tcllibs=%{_prefix}/lib$SUF \ >- --with-tklibs=%{_prefix}/lib$SUF >+ --with-tcl=%{_libdir} \ >+ --with-tk=%{_libdir} \ >+ --with-tcllibs=%{_libdir} \ >+ --with-tklibs=%{_libdir} > > > %{__make} %{?_smp_mflags} >@@ -76,6 +69,7 @@ > %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png > > sed -i "s|# xcircuit::library| xcircuit::library|" %{buildroot}%{_prefix}/lib*/%{name}-3.4/xcstartup.tcl >+sed -i '7 a\export TCLLIBPATH=%{_libdir}' %{buildroot}%{_bindir}/xcircuit > > desktop-file-install --vendor fedora \ > --add-category Engineering \ >@@ -114,6 +108,9 @@ > > > %Changelog >+* Fri Apr 04 2008 Trond Danielsen <trondd@fedoraproject.org> - 3.4.27-2 >+- Added fix for bug #440387. >+ > * Sun Oct 21 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 3.4.27-1 > - new upstream release > - added coreutils and gtk as requires: #339771
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 440387
: 300391