Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 568098 - app-office/libreoffice-bin-5.0.3.2 fails to combile: No such file or directory
Summary: app-office/libreoffice-bin-5.0.3.2 fails to combile: No such file or directory
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-12 21:02 UTC by mike
Modified: 2015-12-12 22:48 UTC (History)
0 users

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


Attachments
emerge info (emerge_info.txt,4.75 KB, text/plain)
2015-12-12 21:02 UTC, mike
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mike 2015-12-12 21:02:51 UTC
Created attachment 419060 [details]
emerge info

app-office/libreoffice-bin-5.0.3.2::gentoo fails to compile:

 * Uncompressing distfile arm-bin-libreoffice-5.0.3.2.tar.xz
xz: /var/tmp/portage/app-office/libreoffice-bin-5.0.3.2/distdir/arm-bin-libreoffice-5.0.3.2.tar.xz: No such file or directory
 * ERROR: app-office/libreoffice-bin-5.0.3.2::gentoo failed (unpack phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  90:  Called src_unpack
 *   environment, line 6077:  Called die
 * The specific snippet of code:
 *       xz -cd "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz" > "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die;



Additional information:
GENTOO_VM=  CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2015-12-12 21:30:31 UTC
Portage 2.2.24 (python 3.3.5-final-0, default/linux/arm/13.0/armv7a, gcc-4.8.4, glibc-2.21-r1, 3.19.0-00504-gb9c0464 armv7l)

Well... this is a binary package compiled for amd64 and x86. You have an arm architecture, so it just doesnt exist... (and that's also why the arm keyword is distinctively missing).

Sorry but you will have to use app-office/libreoffice. Happy compiling.
Comment 2 mike 2015-12-12 22:48:38 UTC
Ok thx, I though libreoffice was java based..runs everywhere they said ^^