Estimated read time: 1 minutes
Estimated read time: 1 minutes
today's task is to build gcc using ccache. it is not done automatically as gcc uses xgcc for most of the time, but there is a moslty usable howto available. ok, the log is nice, ccache is used, but the compiler cache is empty... so still need to figure out what's happening :/
update: dunno what was wrong, but on the buildserver it works fine! :) update2: now the i686 packages are available
Estimated read time: 1 minutes
ok, rc1 is out so let's do something earth-breaking ;)
bumped lua to 5.1. 3 patches were needed: 1, 2 (ok, one is Frugalware-specific)
as a first step the elinks patch has been submitted.
Estimated read time: 1 minutes
Estimated read time: 1 minutes
this was yesterday, but probably still a news
so in the (not so good) old times we used some up2date.foo scripts to have a common $up2date variable for several FrugalBuilds. these are ugly and are broken in chroot. the "new" trend is to use Finclude for these scripts. yesterday the last up2date.thunderbird-i18n file was removed, so this big merge ended. so far we have already 20 scheme :)
probably the next will be to get rid of the old 'x' dependency in all packages (mostly done already)
Estimated read time: 1 minutes
Estimated read time: 1 minutes
Estimated read time: 1 minutes
- cleaning outdated fpms
- cleaning outdated sources
- list missing fpms (maybe not needed? checkpkgs does the same)
- download all missing sources
- check for syntax errors
- check for required directives
Estimated read time: 1 minutes
i always was lame to the advanced usage of chanserv - and now again, i had to do something. the task was simple: set up autovoice'ing for a channel at freenode
so the two magic command:
/msg ChanServ LEVEL #chan SET autovoice 1and then for each user:
/msg ChanServ ACCESS #chan ADD username 1that's all ;)
Estimated read time: 1 minutes
just a 2 cheap trick with vim for other C monkeys:
:map(probably these explain themselves):set makeprg=make :w :make :map :set makeprg=make\ test :w :make
the other nice feature: move to a funcion and press K: that will show the manpage of the function