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 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
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----- |
|
|||
|
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 |
|
|||
|
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----- |
|
|||
|
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 |
|
|||
|
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 |
|
|||
|
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 |