popt-devel necessary for 3.0.3?

This is a discussion on popt-devel necessary for 3.0.3? within the Rsync forums, part of the Networking and Network Related category; Hi, Im trying to install rsync 3.0.3 and looks like it needs the popt-devel package. I did ...


Go Back   Usenet Forums > Networking and Network Related > Rsync

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-23-2008
Manuel Kissoyan
 
Posts: n/a
Default popt-devel necessary for 3.0.3?

Hi,

Im trying to install rsync 3.0.3 and looks like it needs the popt-devel
package. I did find in the net and im not fionding any for centos 4 and
5, anyone have an idea where i can find one?

Thank you!
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply With Quote
  #2 (permalink)  
Old 07-23-2008
Matt McCutchen
 
Posts: n/a
Default Re: popt-devel necessary for 3.0.3?

On Wed, 2008-07-23 at 12:06 -0300, Manuel Kissoyan wrote:
> Im trying to install rsync 3.0.3 and looks like it needs the popt-devel
> package. I did find in the net and im not fionding any for centos 4 and
> 5, anyone have an idea where i can find one?


It appears that for some reason CentOS 5 lumps the devel files into the
main "popt" package, so you should be fine with just that package. If
that doesn't work, you can configure rsync with --with-included-popt to
make it use the popt code that comes with rsync.

Matt

--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkiHtlUACgkQC+xSYN/Rlfv7hwCgnE+o9BM4ijQu1c8LP8or7VcU
JosAmwYEh5ab1PForLAASJuH6tlMaK8P
=gkKC
-----END PGP SIGNATURE-----

Reply With Quote
  #3 (permalink)  
Old 07-25-2008
Manuel Kissoyan
 
Posts: n/a
Default Re: popt-devel necessary for 3.0.3?

Hi Matt,

Thanx but is not working, im trying to use your src rpm to rebuild the
rpm in the server.
I did install popt but is needing popt-devel:

error: Failed build dependencies:
popt-devel is needed by rsync-3.0.3-1.matt.i386


any other way to do this? i dont want install it from source.

Thank you in advance!

Manuel






Matt McCutchen wrote:
> On Wed, 2008-07-23 at 12:06 -0300, Manuel Kissoyan wrote:
>
>> Im trying to install rsync 3.0.3 and looks like it needs the popt-devel
>> package. I did find in the net and im not fionding any for centos 4 and
>> 5, anyone have an idea where i can find one?
>>

>
> It appears that for some reason CentOS 5 lumps the devel files into the
> main "popt" package, so you should be fine with just that package. If
> that doesn't work, you can configure rsync with --with-included-popt to
> make it use the popt code that comes with rsync.
>
> Matt
>


--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply With Quote
  #4 (permalink)  
Old 07-25-2008
Matt McCutchen
 
Posts: n/a
Default Re: popt-devel necessary for 3.0.3?

On Fri, 2008-07-25 at 12:06 -0300, Manuel Kissoyan wrote:
> Thanx but is not working, im trying to use your src rpm to rebuild the
> rpm in the server.
> I did install popt but is needing popt-devel:
>
> error: Failed build dependencies:
> popt-devel is needed by rsync-3.0.3-1.matt.i386
>
> any other way to do this? i dont want install it from source.


Ah, I didn't realize you were hitting the BuildRequire of the RPM.
Instead of directly rebuilding the source RPM, you could install it,
change the "popt-devel" in rsync-matt.spec to "popt" to reflect the way
CentOS organizes the packages, and build with "rpmbuild -bb
PATH/TO/rsync-matt.spec". Alternatively, you could uninstall the CentOS
popt and instead install the Fedora popt and popt-devel:

http://download.fedora.redhat.com/pu...4.fc9.i386.rpm
http://download.fedora.redhat.com/pu...4.fc9.i386.rpm

Matt

> Matt McCutchen wrote:
> > On Wed, 2008-07-23 at 12:06 -0300, Manuel Kissoyan wrote:
> >
> >> Im trying to install rsync 3.0.3 and looks like it needs the popt-devel
> >> package. I did find in the net and im not fionding any for centos 4 and
> >> 5, anyone have an idea where i can find one?
> >>

> >
> > It appears that for some reason CentOS 5 lumps the devel files into the
> > main "popt" package, so you should be fine with just that package. If
> > that doesn't work, you can configure rsync with --with-included-popt to
> > make it use the popt code that comes with rsync.


--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkiJ7jcACgkQC+xSYN/RlfvFFQCgi0c/HkgxbkJoAkc5Nlzt3Mdc
aLoAn3rrVC/FpO8CrTV/KQeHcLcgWLi4
=fbvw
-----END PGP SIGNATURE-----

Reply With Quote
  #5 (permalink)  
Old 07-25-2008
Daniel Maher
 
Posts: n/a
Default Re: popt-devel necessary for 3.0.3?

On Fri, 25 Jul 2008 12:06:04 -0300
Manuel Kissoyan <manuel@kissoyan.com.ar> wrote:

> Hi Matt,
>
> Thanx but is not working, im trying to use your src rpm to rebuild
> the rpm in the server.
> I did install popt but is needing popt-devel:
>
> error: Failed build dependencies:
> popt-devel is needed by rsync-3.0.3-1.matt.i386
>
>
> any other way to do this? i dont want install it from source.
>
> Thank you in advance!
>
> Manuel


- download and install his supplied SRC RPM
- edit the spec file to remove "popt-devel" from the dependencies list
- add "--with-included-popt" to the configure options
- rpmbuild the spec
- install the binary RPM that gets built


--
Daniel Maher <dma AT witbe DOT net>
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply With Quote
  #6 (permalink)  
Old 07-25-2008
Manuel Kissoyan
 
Posts: n/a
Default Re: popt-devel necessary for 3.0.3?

Thanx Matt!

I just removed popt-devel from spec and rebuilded -bb, that did the trick.






Matt McCutchen wrote:
> On Fri, 2008-07-25 at 12:06 -0300, Manuel Kissoyan wrote:
>
>> Thanx but is not working, im trying to use your src rpm to rebuild the
>> rpm in the server.
>> I did install popt but is needing popt-devel:
>>
>> error: Failed build dependencies:
>> popt-devel is needed by rsync-3.0.3-1.matt.i386
>>
>> any other way to do this? i dont want install it from source.
>>

>
> Ah, I didn't realize you were hitting the BuildRequire of the RPM.
> Instead of directly rebuilding the source RPM, you could install it,
> change the "popt-devel" in rsync-matt.spec to "popt" to reflect the way
> CentOS organizes the packages, and build with "rpmbuild -bb
> PATH/TO/rsync-matt.spec". Alternatively, you could uninstall the CentOS
> popt and instead install the Fedora popt and popt-devel:
>
> http://download.fedora.redhat.com/pu...4.fc9.i386.rpm
> http://download.fedora.redhat.com/pu...4.fc9.i386.rpm
>
> Matt
>
>
>> Matt McCutchen wrote:
>>
>>> On Wed, 2008-07-23 at 12:06 -0300, Manuel Kissoyan wrote:
>>>
>>>
>>>> Im trying to install rsync 3.0.3 and looks like it needs the popt-devel
>>>> package. I did find in the net and im not fionding any for centos 4 and
>>>> 5, anyone have an idea where i can find one?
>>>>
>>>>
>>> It appears that for some reason CentOS 5 lumps the devel files into the
>>> main "popt" package, so you should be fine with just that package. If
>>> that doesn't work, you can configure rsync with --with-included-popt to
>>> make it use the popt code that comes with rsync.
>>>

--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply With Quote
  #7 (permalink)  
Old 07-25-2008
Manuel Kissoyan
 
Posts: n/a
Default Re: popt-devel necessary for 3.0.3?

Thanx Daniel!

I removed popt-devel and did add "--with-included-popt" to the configure
options but gave me error, so i just did remove --with-included-popt and
that did it.

Thanx!



Daniel Maher wrote:
> On Fri, 25 Jul 2008 12:06:04 -0300
> Manuel Kissoyan <manuel@kissoyan.com.ar> wrote:
>
>
>> Hi Matt,
>>
>> Thanx but is not working, im trying to use your src rpm to rebuild
>> the rpm in the server.
>> I did install popt but is needing popt-devel:
>>
>> error: Failed build dependencies:
>> popt-devel is needed by rsync-3.0.3-1.matt.i386
>>
>>
>> any other way to do this? i dont want install it from source.
>>
>> Thank you in advance!
>>
>> Manuel
>>

>
> - download and install his supplied SRC RPM
> - edit the spec file to remove "popt-devel" from the dependencies list
> - add "--with-included-popt" to the configure options
> - rpmbuild the spec
> - install the binary RPM that gets built
>
>
>

--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:48 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0