Bug 100583
Summary: | ical (1) doesn't work on Redhat 9. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | phil | ||||||
Component: | ical | Assignee: | Than Ngo <than> | ||||||
Status: | CLOSED WONTFIX | QA Contact: | Jay Turner <jturner> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 9 | CC: | rdtennent, srevivo | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | i386 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2003-08-03 08:16:13 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
phil
2003-07-23 15:48:38 UTC
*** Bug 101164 has been marked as a duplicate of this bug. *** ical is removed in RHL 9. if you want it working in RHL 9, you have to rebuild it against new tcltk. Created attachment 93552 [details]
update to spec file for RHL9
Created attachment 93553 [details]
patch to configure.in to point it at right tcl/tk script dirs
Thanks for the patches. I'm now getting this error: configure: running /bin/sh './configure' --prefix=/usr '--host=i686-pc-linux-gnu' '--build=i686-pc-linux-gnu' '--target=i386-redhat-linux' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-tclconfig=/usr/lib' 'CFLAGS=-O2 -g -march=i386 -mcpu=i686' 'CXXFLAGS=-O2 -g -march=i386 -mcpu=i686' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=i386-redhat-linux' --cache-file=/dev/null --srcdir=. configure: warning: CFLAGS=-O2 -g -march=i386 -mcpu=i686: invalid host type configure: warning: CXXFLAGS=-O2 -g -march=i386 -mcpu=i686: invalid host type configure: error: can only configure for one host and one target at a time But if I cd to the BUILD directory and do ./configure '--with-tclconfig=/usr/lib' and then make, it builds okay. Presumably the old/new architecture options are inconsistent. |