Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 571874 - app-text/convertlit-1.8: lib/Makefile contains hardcoded ar
Summary: app-text/convertlit-1.8: lib/Makefile contains hardcoded ar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-14 10:34 UTC by .
Modified: 2016-08-30 01:21 UTC (History)
1 user (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 . 2016-01-14 10:34:30 UTC
The title says it all.

```
--- a/lib/Makefile      2016-01-14 11:09:17.902969923 +0100
+++ b/lib/Makefile      2016-01-14 11:22:18.444706053 +0100
@@ -6,5 +6,5 @@

 openclit.a: litatom.o litdrm.o litlib.o litembiggen.o littags.o litmetatags.o litmanifest.o litdirectory.o litsections.o litheaders.o litutil.o sha/mssha1.o des/des.o newlzx/lzxglue.o newlzx/lzxd.o
        -rm -f openclit.a
-       ar rv openclit.a $^
+       $(AR) rv openclit.a $^
```
Comment 1 Alex Xu (Hello71) 2016-01-15 15:48:24 UTC
Hello, 

This package has no maintainer so this bug may go unnoticed for a long time.
Gentoo has a dedicated team[1] for assisting users in maintaining orphaned
packages. If you are interested in maintaining this package, please contact
proxy-maint@gentoo.org or join #gentoo-proxy-maint on Freenode IRC.

[1]: https://wiki.gentoo.org/index.php?title=Project:Proxy_Maintainers
Comment 2 Michael Orlitzky gentoo-dev 2016-08-30 01:21:18 UTC
Thanks for the report!

commit 5e2e67e846e51ab61001df89d3d9233f9f2d7231
Author: Michael Orlitzky <mjo@gentoo.org>
Date:   Mon Aug 29 21:18:18 2016 -0400

    app-text/convertlit: new revision supporting $(AR).

    This new revision adds a trivial patch replacing "ar" in one of the
    Makefiles with $(AR), which defaults to "ar" anyway.

    Gentoo-Bug: 571874

    Package-Manager: portage-2.2.28