Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 629524 - app-arch/alien: doesn't recognize xpak packages
Summary: app-arch/alien: doesn't recognize xpak packages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Thomas Raschbacher
URL: https://sourceforge.net/projects/alie...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-01 08:04 UTC by Austin English (RETIRED)
Modified: 2018-05-23 12:40 UTC (History)
1 user (show)

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


Attachments
patch (0001-add-more-tar-extensions.patch,734 bytes, patch)
2017-09-01 08:11 UTC, Austin English (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Austin English (RETIRED) gentoo-dev 2017-09-01 08:04:57 UTC
The alien version in tree can't convert gentoo binary packages to .deb. Renaming to .tar.bz2 allows it to work.

I've got a patch for it, will attach shortly, but upstream seems dead? So filing a bug to track it.
Comment 1 Austin English (RETIRED) gentoo-dev 2017-09-01 08:11:49 UTC
Created attachment 491316 [details, diff]
patch

Fixes xpak, and adds more common extensions.

I didn't add xz as I didn't have one handy to test and it's late. It would probably work too.
Comment 2 Thomas Raschbacher gentoo-dev 2017-12-07 10:50:11 UTC
have you tried to contact upstream?
Comment 3 Austin English (RETIRED) gentoo-dev 2017-12-13 19:29:24 UTC
(In reply to Thomas Raschbacher from comment #2)
> have you tried to contact upstream?

The new upstream seems dead as well, their source directory is empty:
https://sourceforge.net/p/alien-pkg-convert/code/?source=navbar

austin@austin2:~/src$ svn checkout https://svn.code.sf.net/p/alien-pkg-convert/code/ alien-pkg-convert-code
Checked out revision 0.

austin@austin2:~/src$ svn checkout svn://svn.code.sf.net/p/alien-pkg-convert/code/ alien-pkg-convert-code
Checked out revision 0.
Comment 4 Larry the Git Cow gentoo-dev 2018-05-23 12:40:12 UTC
The bug has been closed via the following commit(s):

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

commit 1a7acfd7f96271609e2c6df77097da4d2f796401
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2018-05-23 12:38:55 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2018-05-23 12:40:06 +0000

    app-arch/alien: add support for more tar extensions.
    
    Courtesy of Austin English <wizardedit@gentoo.org>.
    
    I've also slipped in a EAPI 6 update whilst at it.
    
    Closes: https://bugs.gentoo.org/629524
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-arch/alien/alien-8.95-r1.ebuild                | 34 ++++++++++++++++++++++
 .../alien/files/alien-8.95-tar-extensions.patch    | 25 ++++++++++++++++
 2 files changed, 59 insertions(+)