Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733726 - net-p2p/resilio-sync: bump / add arm arm64 uri
Summary: net-p2p/resilio-sync: bump / add arm arm64 uri
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Vladimir Pavljuchenkov (SpiderX)
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-07-24 05:26 UTC by Michael Lawrence
Modified: 2022-09-05 12:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Lawrence 2020-07-24 05:26:02 UTC
as for uri i can work the ebuild to add arm6/arm7 safely however arm64 works. 

just not as of aware on EABI that are valid for gentoo ie arm7-hardfload. vs arm6 .. repoman is griping  as i included them just incase. 

arm64 will ebuild {package,merge,clean} on bump w/o question , wich is useful for rpi4-herd to a server for binhosting 3 or 4 x rpi4's > server as i build insted of having to run rsync or etc etc.. 




Reproducible: Always




	arm? ( ${BASE_URI/@arch@/armhf} )

any tips to resolve armf vs armel would be useful as i can clean up this pull. 
	"
# https://download-cdn.resilio.com/2.7.1.1370/Debian/resilio-sync_2.7.1.1370-1_arm64.deb
# https://download-cdn.resilio.com/2.7.1.1370/Debian/resilio-sync_2.7.1.1370-1_armel.deb 
# https://download-cdn.resilio.com/2.7.1.1370/Debian/resilio-sync_2.7.1.1370-1_armhf.deb
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-07-25 01:43:13 UTC
Off the top of my head, I'm not sure how we're supposed to figure out which binary to use for arm (hardfloat or not). I'll have a think and look for examples too.

Thanks for the info!
Comment 2 Michael Lawrence 2020-07-25 03:12:19 UTC
armel for arm6 

arm7hf for arm7 

just trying to server correct bin to arm6/7 platforms. 

arm64 already built package locally , and no qualms

anycase i can hopefully tidey p my pull request with more appropriate url and more properly finished ebuild.
Comment 3 Larry the Git Cow gentoo-dev 2022-09-05 12:37:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc585acdb8e0354a76f8b09d5ff76d38dd183475

commit cc585acdb8e0354a76f8b09d5ff76d38dd183475
Author:     Vladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>
AuthorDate: 2022-08-21 15:22:04 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-09-05 12:37:13 +0000

    net-p2p/resilio-sync: version bump to 2.7.3.1381, arm, live ebuild
    
    Closes: https://bugs.gentoo.org/733726
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 net-p2p/resilio-sync/Manifest                      |  8 +++
 .../resilio-sync/resilio-sync-2.7.3.1381.ebuild    | 74 ++++++++++++++++++++++
 net-p2p/resilio-sync/resilio-sync-9999.ebuild      | 66 +++++++++++++++++++
 3 files changed, 148 insertions(+)