-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
cleanup tempfiles to get rid off strange error messages
|
||
#SRCURL[0]="https://download.documentfoundation.org/libreoffice/src/${PKGVERSION[3]}/libreoffice-${PKGVERSION}.tar.xz" | ||
SRCURL[0]="https://beehive.molgen.mpg.de/58c11da34e85fcc294408fd78deb74d1/libreoffice-7.5.1.1.tar.xz" | ||
#SRCURL[0]="https://beehive.molgen.mpg.de/17a8cc75753475b6e8ed7eda4ae66e43/libreoffice-7.5.7.1.tar.xz" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
next time
SRCURL[1]="https://beehive.molgen.mpg.de/880c058f7a4a841e1457d3d4dbf03d9c/tarballs-7.5.1.1.tar" | ||
|
||
# from download Makefile.fetch tar -cf tarballs-${PKGVERSION}.tar source/external/tarballs | ||
#SRCURL[1]="https://beehive.molgen.mpg.de/af267a5a83ef17e843a0a71f35e37f59/tarballs-7.5.7.1.tar" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
next time
@@ -75,6 +79,10 @@ mee_configure() { | |||
ln -s ${S}/src/libreoffice-help-${PKGVERSION}/helpcontent2 ${S}/helpcontent2 | |||
ln -s ${S}/src/libreoffice-translations-${PKGVERSION}/translations ${S}/translations | |||
|
|||
if [ -d ${TMPDIR}/Libreoffice ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are files from TMPDIR
moved into the package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you build it again with a different user ( build <=> schrader ), you get a error in the installation part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, libreoffice write some logfiles into the TMPDIR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and I had the only 7.6. not with 7.5
@@ -51,6 +54,7 @@ mee_configure() { | |||
--disable-epm \ | |||
--disable-odk \ | |||
--disable-skia \ | |||
--disable-dependency-tracking \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the record:
--disable-dependency-tracking
Disables generation of dependency information.
Speed up one-time builds.],
cleanup tempfiles to get rid off strange error messages
tested on bacon