Re: [ATrpms-devel] atrpms-rpm-config for rhel6

2013-05-17 Thread John Pilkington
On 17/05/13 20:35, Axel Thimm wrote: Hi, thanks for the repost - on el6 both depmod and ldconfig are pulled from the proper locations, in the last days I built tons of packages and could not see the issue. There was an issue with f18 builds, but never with el6. Thanks, Axel. On Fri, May 17, 2

Re: [ATrpms-devel] atrpms-rpm-config for rhel6

2013-05-17 Thread Axel Thimm
On Fri, May 17, 2013 at 05:42:42PM -0300, Paulo Cavalcanti wrote: > Only 160 K?? I hadn't noticed the size (just that it was non-zero). Yes, that looks sick, too. I'll rebuild and check the old logs. Thanks for catching it! > On Fri, May 17, 2013 at 5:32 PM, Axel Thimm wrote: > > > On Fri, May

Re: [ATrpms-devel] atrpms-rpm-config for rhel6

2013-05-17 Thread Paulo Cavalcanti
Only 160 K?? On Fri, May 17, 2013 at 5:32 PM, Axel Thimm wrote: > On Fri, May 17, 2013 at 05:23:08PM -0300, Paulo Cavalcanti wrote: > > The problem was not building, but installing ... > > > > The kmdl generated had an explicit dependency on /usr/bin/depmod, > > at least the one I compiled some

Re: [ATrpms-devel] atrpms-rpm-config for rhel6

2013-05-17 Thread Axel Thimm
On Fri, May 17, 2013 at 05:23:08PM -0300, Paulo Cavalcanti wrote: > The problem was not building, but installing ... > > The kmdl generated had an explicit dependency on /usr/bin/depmod, > at least the one I compiled some time ago. Yes, I did check teh runtime dependencies, we're on the same side

Re: [ATrpms-devel] atrpms-rpm-config for rhel6

2013-05-17 Thread Paulo Cavalcanti
The problem was not building, but installing ... The kmdl generated had an explicit dependency on /usr/bin/depmod, at least the one I compiled some time ago. Clearly, this package is also broken, because its size is too small: http://dl.atrpms.net/el6-x86_64/atrpms/stable/nvidia-graphics319.17-k

Re: [ATrpms-devel] mythtv 0.26 on f17

2013-05-17 Thread Axel Thimm
On Fri, May 17, 2013 at 12:39:20PM +0200, Kim Bisgaard wrote: > > On 2013-05-17 07:06, Axel Thimm wrote: > >Hi, > > > >On Tue, Jan 01, 2013 at 05:57:08PM +0100, Kim Bisgaard wrote: > >>I have been able to build mythtv version 0.26 on f17. > >> > >>I stated with this src.rpm: > >>http://dl.atrpms.n

Re: [ATrpms-devel] New mp3splt, audacious and xbmc

2013-05-17 Thread Axel Thimm
On Fri, May 17, 2013 at 07:15:52AM -0300, Paulo Cavalcanti wrote: > both came from fusion: > > http://people.atrpms.net/~pcavalcanti/srpms/rtmpdump-2.4-0.2.20110811gitc58cfb3e.fc17.src.rpm > > http://people.atrpms.net/~pcavalcanti/srpms/libshairport-1.2.1-2.20121218git16395d8.fc17.src.rpm Well,

Re: [ATrpms-devel] atrpms-rpm-config for rhel6

2013-05-17 Thread Axel Thimm
Hi, thanks for the repost - on el6 both depmod and ldconfig are pulled from the proper locations, in the last days I built tons of packages and could not see the issue. There was an issue with f18 builds, but never with el6. Thanks, Axel. On Fri, May 17, 2013 at 10:34:58AM +0100, John Pilkingto

Re: [ATrpms-devel] atrpms-rpm-config for rhel6

2013-05-17 Thread Axel Thimm
Hi, On Fri, May 17, 2013 at 06:37:00AM -0300, Paulo Cavalcanti wrote: > It was using /usr/sbin/depmod. > > Although this works on F17, F18, rhel6 still uses /sbin/depmod. > > I think this is the wrong line: > > macros.atrpms:%__depmod %(echo %{expand:%%__depmod_%{distid}} | grep '^%' > > /dev/

Re: [ATrpms-devel] mythtv 0.26 on f17

2013-05-17 Thread Kim Bisgaard
On 2013-05-17 07:06, Axel Thimm wrote: Hi, On Tue, Jan 01, 2013 at 05:57:08PM +0100, Kim Bisgaard wrote: I have been able to build mythtv version 0.26 on f17. I stated with this src.rpm: http://dl.atrpms.net/all/mythtv-0.26.0-291.src.rpm added a line to the spec-file with: BuildRequires: qtw

Re: [ATrpms-devel] New mp3splt, audacious and xbmc

2013-05-17 Thread Paulo Cavalcanti
both came from fusion: http://people.atrpms.net/~pcavalcanti/srpms/rtmpdump-2.4-0.2.20110811gitc58cfb3e.fc17.src.rpm http://people.atrpms.net/~pcavalcanti/srpms/libshairport-1.2.1-2.20121218git16395d8.fc17.src.rpm However, the real problem is afps-ng, which has a wrong include "path" in "afp.h".

Re: [ATrpms-devel] atrpms-rpm-config for rhel6

2013-05-17 Thread Paulo Cavalcanti
It was using /usr/sbin/depmod. Although this works on F17, F18, rhel6 still uses /sbin/depmod. I think this is the wrong line: macros.atrpms:%__depmod %(echo %{expand:%%__depmod_%{distid}} | grep '^%' > /dev/null && echo /usr/sbin/depmod || echo %{expand:%%__depmod_%{distid}}) I am just using

[ATrpms-devel] atrpms-rpm-config for rhel6

2013-05-17 Thread John Pilkington
Hi Axel: Welcome back. I'm replying to the gossamer-threads version, so no thread. Copy of Stephen Collier's post on users' list, 9 April: The macro on line 79 of /etc/rpm/macros.atrpms doesn't seem to be working properly. Needed for F18 I guess. I have temporary changed it to build with /u