Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3490 - fcron autoconf problems
Summary: fcron autoconf problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Thilo Bangert (RETIRED) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-07 13:07 UTC by Magnus Therning
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Magnus Therning 2002-06-07 13:07:15 UTC
compiling fcron results in complaints on usage of LCOBJS.

The following patch seems to fix it:

--- configure.in.orig   Tue May 28 21:29:49 2002
+++ configure.in        Tue May 28 21:30:23 2002
@@ -56,7 +56,7 @@
 elif test $kstat -eq 1;  then
   AC_MSG_CHECKING(function to use for lavg* options)  
   LIBS="$LIBS -lkstat"
-  LIBOBJS="$LIBOBJS getloadavg.o"
+  AC_LIBOBJ="$AC_LIBOBJ getloadavg.o"
   AC_DEFINE_UNQUOTED(HAVE_KSTAT, 1)
   AC_MSG_RESULT(kstat)
 else
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2002-06-10 05:50:11 UTC
what version of autoconf do you have installed?

best regards
Thilo
Comment 2 Magnus Therning 2002-06-10 15:11:33 UTC
Actually, I have two installed, it seems autoconf-2.13 is the default.
Comment 3 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2002-06-20 15:03:54 UTC
 kniffel root # emerge --pretend clean autoconf  
  
>>> These are the packages that I would unmerge:  
  
 autoconf  
    selected: none  
   protected: 2.53a  
     omitted: none  
  
>>> clean: No packages selected for removal.  
  
kniffel root # emerge --pretend clean automake  
  
>>> These are the packages that I would unmerge:  
  
 automake  
    selected: none  
   protected: 1.6.1-r4  
     omitted: none  
  
>>> clean: No packages selected for removal.  
  
kniffel root #  
 
well - I, am simply not able to reproduce this error - hence i am having a 
hard time fixing it. are you sure you are running the latest autoconf and 
automake ebuilds? 
 
OTOH i have to admit, that i don't know a whole lot about autoconf/automake 
 
best regards 
Thilo 
 
Comment 4 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2002-06-27 18:35:04 UTC
if you still have this problem, pleas reopen this bug