[Bug 551838] Review Request: opendchub - A hub software for Direct Connect

bugzilla at redhat.com bugzilla at redhat.com
Sat Jan 9 16:48:51 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=551838

--- Comment #13 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 2010-01-09 11:48:50 EST ---
(In reply to comment #12)
> (In reply to comment #11)

> > > I added autoheader to %build before configure, even then autoheader is being
> > > called again.    
> > 
> > - Would you try aclocal -> autoheader -> autoconf -> automake ?    
> 
> still the same. 

- Then forcely modify the timestamps of autotools related files
  to prevent autotools from being called after configure like:
----------------------------------------------------
%prep
%setup -q
%patch0 -p0 -b .configure

aclocal
autoconf
automake
autoheader

touch -r configure \
 config.h.in \
 Makefile.in \
 aclocal.m4
----------------------------------------------------

> BTW how do you save the build.log. I use rpmbuild -ba to create
> rpm.    

- You can use "tee" command like
  $ rpmbuild -ba foo.spec 2>&1 | tee build.log

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list