Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 444926 - app-text/mupdf does not respect AR
Summary: app-text/mupdf does not respect AR
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-11-27 12:33 UTC by Agostino Sarubbo
Modified: 2012-11-27 13:17 UTC (History)
0 users

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 Agostino Sarubbo gentoo-dev 2012-11-27 12:33:49 UTC
You receive this bug because this package does not respect my system's AR ( x86_64-pc-linux-gnu-ar - /usr/bin/x86_64-pc-linux-gnu-ar ) and calls directly ar - /usr/bin/ar
The possible solutions to fix this issue are:
1)Fix the buildsystem, if you can
2)inherit toolchain-funcs and use tc-export AR
3)inherit toolchain-funcs and use emake AR="$(tc-getAR)"


ar cr build/debug/libfitz.a build/debug/filt_faxd.o build/debug/image_jpx.o build/debug/image_jpeg.o build/debug/dev_null.o build/debug/memento.o build/debug/stm_open.o 
build/debug/filt_dctd.o build/debug/base_error.o build/debug/image_png.o build/debug/image_save.o build/debug/res_store.o build/debug/crypt_aes.o build/debug/base_memory.o 
build/debug/res_shade.o build/debug/crypt_arc4.o build/debug/base_context.o build/debug/res_pixmap.o build/debug/stm_buffer.o build/debug/base_string.o 
build/debug/doc_link.o build/debug/base_geometry.o build/debug/dev_text.o build/debug/image_tiff.o build/debug/res_text.o build/debug/doc_outline.o 
build/debug/filt_predict.o build/debug/dev_bbox.o build/debug/res_halftone.o build/debug/filt_flate.o build/debug/crypt_md5.o build/debug/res_colorspace.o 
build/debug/crypt_sha2.o build/debug/filt_basic.o build/debug/dev_trace.o build/debug/base_getopt.o build/debug/stm_read.o build/debug/image_md5.o 
build/debug/doc_document.o build/debug/res_font.o build/debug/base_time.o build/debug/dev_list.o build/debug/filt_jbig2d.o build/debug/res_path.o build/debug/filt_lzwd.o 
build/debug/res_bitmap.o build/debug/base_hash.o build/debug/draw_unpack.o build/debug/draw_paint.o build/debug/draw_edge.o build/debug/draw_glyph.o 
build/debug/draw_blend.o build/debug/draw_device.o build/debug/draw_scale.o build/debug/draw_path.o build/debug/draw_mesh.o build/debug/draw_affine.o 
build/debug/pdf_repair.o build/debug/pdf_store.o build/debug/pdf_pattern.o build/debug/pdf_cmap_load.o build/debug/pdf_metrics.o build/debug/pdf_page.o 
build/debug/pdf_unicode.o build/debug/pdf_type3.o build/debug/pdf_cmap_table.o build/debug/pdf_stream.o build/debug/pdf_lex.o build/debug/pdf_colorspace.o 
build/debug/pdf_crypt.o build/debug/pdf_nametree.o build/debug/pdf_function.o build/debug/pdf_outline.o build/debug/pdf_fontfile.o build/debug/pdf_write.o 
build/debug/pdf_cmap_parse.o build/debug/pdf_xobject.o build/debug/pdf_xref.o build/debug/pdf_shade.o build/debug/pdf_object.o build/debug/pdf_font.o 
build/debug/pdf_parse.o build/debug/pdf_encoding.o build/debug/pdf_xref_aux.o build/debug/pdf_image.o build/debug/pdf_interpret.o build/debug/pdf_cmap.o 
build/debug/pdf_annot.o build/debug/xps_util.o build/debug/xps_gradient.o build/debug/xps_resource.o build/debug/xps_xml.o build/debug/xps_common.o 
build/debug/xps_outline.o build/debug/xps_zip.o build/debug/xps_doc.o build/debug/xps_tile.o build/debug/xps_path.o build/debug/xps_image.o build/debug/xps_glyphs.o 
build/debug/mucbz.o
Comment 1 Michael Weber (RETIRED) gentoo-dev 2012-11-27 13:17:41 UTC
+  27 Nov 2012; Michael Weber <xmw@gentoo.org> mupdf-1.1.ebuild:
+  Fix ar invocation (bug 444926, thanks Agostino Sarubbo)
+