View Single Post
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#6
Originally Posted by ginggs View Post
I would have to request to become a maintainer of the traceroute package, and who would respond to that request?
Also, I didn't think we could update packages from the official repositories (although I'm not clear whether SDK counts as official).
Well, we can't update the packages in the official repositories, but I thought there wasn't anything preventing you from uploading a package with the same name to the extras-devel repo, and promoting it down from there... I could be wrong.

Now, the problem we face is that Hildon Application Manager treats packages from the official repos (though I don't think that includes SDK repos) as sacred vs. the ones in extras, so it will not install upgrades with the same name from extras. I wrote a whole ramble about why I think that's flawed several weeks ago somewhere around here, because it's clearly a relic of Nokia's corporate/business rules imposed on their wrapper around apt, and not in my opinion technically sound. At any rate, I thought apt-get would still happily install the updated versions, or at least would allow a user to do so manually.

So, if the SDK repo is not treated as special, then there's no issue. If it is, then from a user-friendliness perspective, I see your point.

Originally Posted by ginggs View Post
Would it be better to fix this in busybox-power?
I'd say no. If package A provides a working /usr/bin/foo, it's not package A's fault if package B installs another /usr/bin/foo over that already installed one. I mean, I could apt-get install --reinstall busybox-power, and it'll reset fine.

I'm not sure what busybox-power is supposed to do about this. Put its symlinks into non-standard paths, or divert other packages' files into non-standard paths? For something that touches as many pathnames as busybox-power does, I wouldn't vote in favor of that.

But it's a moot point anyway: I wasn't strongly convinced traceroute("2") should do anything about this to begin with, and after some fiddling with dpkg-divert, I don't think it's really the right solution here - it's unsustainable if many packages started to divert the same pathname...

Originally Posted by ginggs View Post
Does the same happen if you install traceroute from the SDK?
Haven't gotten a chance to test it. From experience though, I'm going to say "probably".
__________________
If you want to donate in support of anything that I do, you can do so with either of these options:
PayPal | Bitcoin: 1J4XG2z97iFEKNZXThHdFHq6AeyWEHs8BJ | [Will add other donation options eventually]

Last edited by Mentalist Traceur; 2015-02-11 at 18:48. Reason: Screwed up quoting
 

The Following 3 Users Say Thank You to Mentalist Traceur For This Useful Post: