Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
>>> Install bonnie++-1.02c into /var/tmp/portage/bonnie++-1.02c/image/ category app-misc >>> dobin: making zcav executable... install: cannot stat `zcav': No such file or directory >>> dobin: making bon_csv2html executable... >>> dobin: making bon_csv2txt executable... strip: /var/tmp/portage/bonnie++-1.02c/image/usr/bin/bonnie++ >>> Completed installing into /var/tmp/portage/bonnie++-1.02c/image/ patch for the ebuild attached. Maurizio
Created an attachment (id=4666) [edit] bonnie++ diff
while your patch cleans up the ebuild i dont see how it would clear up your problem (whatever it may be) ... is it the -Wno-deprecated which fixes your problem ?
install: cannot stat `zcav': No such file or directory this ^^^ is the problem. "make zcav" fixes it. Maurizio
stupid lynx ... i didnt see that line ;) when i compiled bonnie, the 'make' created zcav for me ... does yours display an error ?
I know.. but if you lauch "make" AFTER the ./configure it won't build "zcav".
it does on mine ;) i guess ill put in an extra 'make zcav' in case it didnt get built for some reason ... its not like it'll hurt anything ...
ok :) I didn't know we could also chat with bugzilla :)
Created an attachment (id=4711) [edit] my build
checking for vector.h... no STL not installed so no ZCAV! thats the source of the error ... i forced the ebuild to compile anyways for now ... but ill look into that
heh, the *one* time i test something out on gcc2.95.3 ... its a gcc3.x thing that is non-serious ... ill talk to the upstream author about it
Ok. What about including the sed "/^CFLAGS/s/-O2/${CFLAGS}/" stuff ?
i'm not going to cause of the freeze ... dealing with such a lowlevel program, throwing mad optimizations might be a really bad thing ...