[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 /usr/sbin/ldconfig changed back to /sbin/ldconfig and same 
for depmod a few lines later.


Cheers,

John P



___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


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 the previous macro version on rhel6
(atrpms-rpm-config-201-3.noarch.rpm) ...

Of course, this means you will have to rebuild all kmdls for rhel6 ...





On Fri, May 17, 2013 at 12:50 AM, Axel Thimm  wrote:

> Hi,
>
> can you point me to the broken package? For el6 it should use
> /sbin/depmod, and the macros seem to do so.
>
> Thanks!
>
> On Thu, May 16, 2013 at 11:53:33AM -0300, Paulo Cavalcanti wrote:
> > Axel,
> >
> > the new version of the atrpms-rpm-config
> > sets the wrong requirement (path) for depmod on rhel6 ...
> >
> > --
> > Paulo Roma Cavalcanti
> > LCG - UFRJ
>
> > ___
> > atrpms-devel mailing list
> > atrpms-devel@atrpms.net
> > http://lists.atrpms.net/mailman/listinfo/atrpms-devel
>
>
> --
> Axel.Thimm at ATrpms.net
>
> ___
> atrpms-devel mailing list
> atrpms-devel@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-devel
>



-- 
Paulo Roma Cavalcanti
DCC - UFRJ
___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel

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".
I fixed the package:

http://people.atrpms.net/~pcavalcanti/srpms/afpfs-ng-0.8.1-9.fc17.4.src.rpm

The new afps-ng only affects the building. You do not need to supply it on
ATrpms.
You can use it only in your building environment, if you prefer...




On Fri, May 17, 2013 at 12:54 AM, Axel Thimm  wrote:

> On Tue, Apr 02, 2013 at 12:16:15AM -0300, Paulo Cavalcanti wrote:
> >
> http://people.atrpms.net/~pcavalcanti/srpms/libmp3splt-0.8.2-12.fc17.src.rpm
> >
> http://people.atrpms.net/~pcavalcanti/srpms/mp3splt-2.5.2-12.fc17.src.rpm
> >
> http://people.atrpms.net/~pcavalcanti/srpms/mp3splt-gtk-0.8.2-12.fc17.src.rpm
> >
> http://people.atrpms.net/~pcavalcanti/srpms/audacious-3.3.4-1.fc17.src.rpm
> >
> http://people.atrpms.net/~pcavalcanti/srpms/audacious-plugins-3.3.4-1.fc17.src.rpm
> > http://people.atrpms.net/~pcavalcanti/srpms/xbmc-12.1-1.fc17.src.rpm
>
> Thanks, all build. but xbmc, there are some missing packages like
> libshairport-devel and librtmp-devel (the latter is probably
> rtmpdump-devel I think).
> --
> Axel.Thimm at ATrpms.net
>
> ___
> atrpms-devel mailing list
> atrpms-devel@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-devel
>



-- 
Paulo Roma Cavalcanti
DCC - UFRJ
___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel

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: qtwebkit-devel

and it compiled.

Didn't you hit on the zeromq issue? Or did you just build for i386?

Hi Axel - pleased to have you back!!

No I only built on i368

I tried to build x86_64 on f18 - but too many of the other packages did not 
build there so I ended giving up.

Regards,
Kim

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


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/null && echo /usr/sbin/depmod || echo %{expand:%%__depmod_%{distid}})

Yes, but this only applies if there is no explicit %__depmod_el6
macro, which there is:

%__depmod %(echo %{expand:%%__depmod_%{distid}} | grep '^%' > /dev/null && echo 
/usr/sbin/depmod || echo %{expand:%%__depmod_%{distid}})
%__depmod_el3 /sbin/depmod
%__depmod_el4 /sbin/depmod
%__depmod_el5 /sbin/depmod
%__depmod_el6 /sbin/depmod
%__depmod_fc17 /sbin/depmod

> I am just using the previous macro version on rhel6
> (atrpms-rpm-config-201-3.noarch.rpm) ...
> 
> Of course, this means you will have to rebuild all kmdls for rhel6 ...

Do you see any kmdl package that is broken that way? I just checked a
couple of packages and they all have the proper dependencies.

> On Fri, May 17, 2013 at 12:50 AM, Axel Thimm  wrote:
> 
> > Hi,
> >
> > can you point me to the broken package? For el6 it should use
> > /sbin/depmod, and the macros seem to do so.
> >
> > Thanks!
> >
> > On Thu, May 16, 2013 at 11:53:33AM -0300, Paulo Cavalcanti wrote:
> > > Axel,
> > >
> > > the new version of the atrpms-rpm-config
> > > sets the wrong requirement (path) for depmod on rhel6 ...
> > >
> > > --
> > > Paulo Roma Cavalcanti
> > > LCG - UFRJ
> >
> > > ___
> > > atrpms-devel mailing list
> > > atrpms-devel@atrpms.net
> > > http://lists.atrpms.net/mailman/listinfo/atrpms-devel
> >
> >
> > --
> > Axel.Thimm at ATrpms.net
> >
> > ___
> > atrpms-devel mailing list
> > atrpms-devel@atrpms.net
> > http://lists.atrpms.net/mailman/listinfo/atrpms-devel
> >
> 
> 
> 
> -- 
> Paulo Roma Cavalcanti
> DCC - UFRJ

> ___
> atrpms-devel mailing list
> atrpms-devel@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-devel


-- 
Axel.Thimm at ATrpms.net

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


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 Pilkington wrote:
> 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 /usr/sbin/ldconfig changed back to /sbin/ldconfig
> and same for depmod a few lines later.
> 
> Cheers,
> 
> John P
> 
> 
> 
> ___
> atrpms-devel mailing list
> atrpms-devel@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-devel
> 

-- 
Axel.Thimm at ATrpms.net

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


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, we're not fusion. ;)
Even if you lend something from another repo, if it enters ATrpms it
should be as good of a quality as if you had written it yourself. :)

> However, the real problem is afps-ng, which has a wrong include "path" in
> "afp.h".
> I fixed the package:
> 
> http://people.atrpms.net/~pcavalcanti/srpms/afpfs-ng-0.8.1-9.fc17.4.src.rpm
> 
> The new afps-ng only affects the building. You do not need to supply it on
> ATrpms.
> You can use it only in your building environment, if you prefer...

Anything that is needed for builds is shipped as well, so it will
become a full package.

Thanks!

> On Fri, May 17, 2013 at 12:54 AM, Axel Thimm  wrote:
> 
> > On Tue, Apr 02, 2013 at 12:16:15AM -0300, Paulo Cavalcanti wrote:
> > >
> > http://people.atrpms.net/~pcavalcanti/srpms/libmp3splt-0.8.2-12.fc17.src.rpm
> > >
> > http://people.atrpms.net/~pcavalcanti/srpms/mp3splt-2.5.2-12.fc17.src.rpm
> > >
> > http://people.atrpms.net/~pcavalcanti/srpms/mp3splt-gtk-0.8.2-12.fc17.src.rpm
> > >
> > http://people.atrpms.net/~pcavalcanti/srpms/audacious-3.3.4-1.fc17.src.rpm
> > >
> > http://people.atrpms.net/~pcavalcanti/srpms/audacious-plugins-3.3.4-1.fc17.src.rpm
> > > http://people.atrpms.net/~pcavalcanti/srpms/xbmc-12.1-1.fc17.src.rpm
> >
> > Thanks, all build. but xbmc, there are some missing packages like
> > libshairport-devel and librtmp-devel (the latter is probably
> > rtmpdump-devel I think).
> > --
> > Axel.Thimm at ATrpms.net
> >
> > ___
> > atrpms-devel mailing list
> > atrpms-devel@atrpms.net
> > http://lists.atrpms.net/mailman/listinfo/atrpms-devel
> >
> 
> 
> 
> -- 
> Paulo Roma Cavalcanti
> DCC - UFRJ

> ___
> atrpms-devel mailing list
> atrpms-devel@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-devel


-- 
Axel.Thimm at ATrpms.net

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


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.net/all/mythtv-0.26.0-291.src.rpm
> >>
> >>added a line to the spec-file with:
> >>BuildRequires: qtwebkit-devel
> >>
> >>and it compiled.
> >Didn't you hit on the zeromq issue? Or did you just build for i386?
> Hi Axel - pleased to have you back!!
> 
> No I only built on i368
> 
> I tried to build x86_64 on f18 - but too many of the other packages did not 
> build there so I ended giving up.

I'm just freshening up the mythtv builds. It looks like neither 0.26,
not 0.27 have a fix for that, so I'm trying some local patches. I
think it's the only thing keeping these packages back.

Thanks!
-- 
Axel.Thimm at ATrpms.net

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


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-kmdl-2.6.32-358.6.1.el6-319.17-155.el6.x86_64.rpm

When I try to download it, I get an ERROR 403: Forbidden.

Can you recreate it?

Thanks.





On Fri, May 17, 2013 at 4:35 PM, 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, 2013 at 10:34:58AM +0100, John Pilkington wrote:
> > 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 /usr/sbin/ldconfig changed back to /sbin/ldconfig
> > and same for depmod a few lines later.
> >
> > Cheers,
> >
> > John P
> >
> >
> >
> > ___
> > atrpms-devel mailing list
> > atrpms-devel@atrpms.net
> > http://lists.atrpms.net/mailman/listinfo/atrpms-devel
> >
>
> --
> Axel.Thimm at ATrpms.net
>
> ___
> atrpms-devel mailing list
> atrpms-devel@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-devel
>



-- 
Paulo Roma Cavalcanti
DCC - UFRJ
___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel

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
here.

Perhaps you had this issue on f118 and not el6? On f18 it would create
that dependency.

> Clearly, this package is also broken, because its size is too small:
> 
> http://dl.atrpms.net/el6-x86_64/atrpms/stable/nvidia-graphics319.17-kmdl-2.6.32-358.6.1.el6-319.17-155.el6.x86_64.rpm
> 
> When I try to download it, I get an ERROR 403: Forbidden.
> 
> Can you recreate it?
> 
> Thanks.

That's another issue - the package is there and looks ok, but the
permissions are off. Hm, I need to check the scripts.

Thanks!!

> On Fri, May 17, 2013 at 4:35 PM, 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, 2013 at 10:34:58AM +0100, John Pilkington wrote:
> > > 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 /usr/sbin/ldconfig changed back to /sbin/ldconfig
> > > and same for depmod a few lines later.
> > >
> > > Cheers,
> > >
> > > John P
> > >
> > >
> > >
> > > ___
> > > atrpms-devel mailing list
> > > atrpms-devel@atrpms.net
> > > http://lists.atrpms.net/mailman/listinfo/atrpms-devel
> > >
> >
> > --
> > Axel.Thimm at ATrpms.net
> >
> > ___
> > atrpms-devel mailing list
> > atrpms-devel@atrpms.net
> > http://lists.atrpms.net/mailman/listinfo/atrpms-devel
> >
> 
> 
> 
> -- 
> Paulo Roma Cavalcanti
> DCC - UFRJ

> ___
> atrpms-devel mailing list
> atrpms-devel@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-devel


-- 
Axel.Thimm at ATrpms.net

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


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 time ago.
>
> Yes, I did check teh runtime dependencies, we're on the same side
> here.
>
> Perhaps you had this issue on f118 and not el6? On f18 it would create
> that dependency.
>
> > Clearly, this package is also broken, because its size is too small:
> >
> >
> http://dl.atrpms.net/el6-x86_64/atrpms/stable/nvidia-graphics319.17-kmdl-2.6.32-358.6.1.el6-319.17-155.el6.x86_64.rpm
> >
> > When I try to download it, I get an ERROR 403: Forbidden.
> >
> > Can you recreate it?
> >
> > Thanks.
>
> That's another issue - the package is there and looks ok, but the
> permissions are off. Hm, I need to check the scripts.
>
> Thanks!!
>
> > On Fri, May 17, 2013 at 4:35 PM, 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, 2013 at 10:34:58AM +0100, John Pilkington wrote:
> > > > 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 /usr/sbin/ldconfig changed back to /sbin/ldconfig
> > > > and same for depmod a few lines later.
> > > >
> > > > Cheers,
> > > >
> > > > John P
> > > >
> > > >
> > > >
> > > > ___
> > > > atrpms-devel mailing list
> > > > atrpms-devel@atrpms.net
> > > > http://lists.atrpms.net/mailman/listinfo/atrpms-devel
> > > >
> > >
> > > --
> > > Axel.Thimm at ATrpms.net
> > >
> > > ___
> > > atrpms-devel mailing list
> > > atrpms-devel@atrpms.net
> > > http://lists.atrpms.net/mailman/listinfo/atrpms-devel
> > >
> >
> >
> >
> > --
> > Paulo Roma Cavalcanti
> > DCC - UFRJ
>
> > ___
> > atrpms-devel mailing list
> > atrpms-devel@atrpms.net
> > http://lists.atrpms.net/mailman/listinfo/atrpms-devel
>
>
> --
> Axel.Thimm at ATrpms.net
>
> ___
> atrpms-devel mailing list
> atrpms-devel@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-devel
>



-- 
Paulo Roma Cavalcanti
DCC - UFRJ
___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel

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 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
> > here.
> >
> > Perhaps you had this issue on f118 and not el6? On f18 it would create
> > that dependency.
> >
> > > Clearly, this package is also broken, because its size is too small:
> > >
> > >
> > http://dl.atrpms.net/el6-x86_64/atrpms/stable/nvidia-graphics319.17-kmdl-2.6.32-358.6.1.el6-319.17-155.el6.x86_64.rpm
> > >
> > > When I try to download it, I get an ERROR 403: Forbidden.
> > >
> > > Can you recreate it?
> > >
> > > Thanks.
> >
> > That's another issue - the package is there and looks ok, but the
> > permissions are off. Hm, I need to check the scripts.
> >
> > Thanks!!
> >
> > > On Fri, May 17, 2013 at 4:35 PM, 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, 2013 at 10:34:58AM +0100, John Pilkington wrote:
> > > > > 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 /usr/sbin/ldconfig changed back to /sbin/ldconfig
> > > > > and same for depmod a few lines later.
> > > > >
> > > > > Cheers,
> > > > >
> > > > > John P
> > > > >
> > > > >
> > > > >
> > > > > ___
> > > > > atrpms-devel mailing list
> > > > > atrpms-devel@atrpms.net
> > > > > http://lists.atrpms.net/mailman/listinfo/atrpms-devel
> > > > >
> > > >
> > > > --
> > > > Axel.Thimm at ATrpms.net
> > > >
> > > > ___
> > > > atrpms-devel mailing list
> > > > atrpms-devel@atrpms.net
> > > > http://lists.atrpms.net/mailman/listinfo/atrpms-devel
> > > >
> > >
> > >
> > >
> > > --
> > > Paulo Roma Cavalcanti
> > > DCC - UFRJ
> >
> > > ___
> > > atrpms-devel mailing list
> > > atrpms-devel@atrpms.net
> > > http://lists.atrpms.net/mailman/listinfo/atrpms-devel
> >
> >
> > --
> > Axel.Thimm at ATrpms.net
> >
> > ___
> > atrpms-devel mailing list
> > atrpms-devel@atrpms.net
> > http://lists.atrpms.net/mailman/listinfo/atrpms-devel
> >
> 
> 
> 
> -- 
> Paulo Roma Cavalcanti
> DCC - UFRJ

> ___
> atrpms-devel mailing list
> atrpms-devel@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-devel


-- 
Axel.Thimm at ATrpms.net

___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel


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, 2013 at 10:34:58AM +0100, John Pilkington wrote:

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 /usr/sbin/ldconfig changed back to /sbin/ldconfig
and same for depmod a few lines later.

Cheers,

John P



I certainly saw this problem.  It looks as if 'our' target environments 
weren't being recognised as el6.  Mine was Scientific Linux, or perhaps 
CentOS.  Would be nice to fix it for future use, but not immediately 
critical if the 'official' builds are ok.



___
atrpms-devel mailing list
atrpms-devel@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-devel