Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 439980 - =app-text/psiconv-0.8.3 calls AR directly
Summary: =app-text/psiconv-0.8.3 calls AR directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New 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: tc-directly
  Show dependency tree
 
Reported: 2012-10-28 17:58 UTC by Vicente Olivert Riera (RETIRED)
Modified: 2012-10-28 20:34 UTC (History)
0 users

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


Attachments
ebuild.patch (file_439980.txt,1.23 KB, text/plain)
2012-10-28 17:58 UTC, Vicente Olivert Riera (RETIRED)
Details
psiconv-0.8.3-fix-makefile.patch (file_439980.txt,359 bytes, text/plain)
2012-10-28 17:59 UTC, Vicente Olivert Riera (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vicente Olivert Riera (RETIRED) gentoo-dev 2012-10-28 17:58:52 UTC
Created attachment 327616 [details]
ebuild.patch

Example:

# grep ^ar psiconv-0.8.3:20121026-005032.log
ar cru .libs/libcompat.a  dummy.o 
ar cru .libs/libpsiconv.a  error.o misc.o checkuid.o list.o buffer.o data.o parse_common.o parse_driver.o parse_formula.o parse_layout.o parse_image.o parse_page.o parse_simple.o parse_texted.o parse_word.o parse_sheet.o generate_simple.o generate_layout.o generate_driver.o generate_common.o generate_texted.o generate_page.o generate_word.o generate_image.o  .libs/libpsiconv.lax/libcompat.a/dummy.o 

I have attached two patches. One for fix the Makefile, and another one to upgrade the ebuild. After that, the problem is fixed.
Comment 1 Vicente Olivert Riera (RETIRED) gentoo-dev 2012-10-28 17:59:29 UTC
Created attachment 327618 [details]
psiconv-0.8.3-fix-makefile.patch
Comment 2 Agostino Sarubbo gentoo-dev 2012-10-28 20:34:53 UTC
fixed