Запуск OpenOffice.org 2.3.1 (ну никак не хочет (Проблема решена!))

SLAX, Deep Style, ZenWalk

Модератор: Модераторы разделов

Аватара пользователя
doos
Сообщения: 16

Запуск OpenOffice.org 2.3.1

Сообщение doos »

Может кто сталкивался. Скачал с Инфра-Ресурса тарбол с последней версией опен офиса, распаковал в папку /opt (впрочем, действия как и с предыдущими версиями, которые нормально работали), а стартовать не хочет ни райтер, ни калк, вапче ничего. Подскажите где рыть? Slackware 12, OpenOffice.org 2.3.1
ICQ: 259974787
Спасибо сказали:
Аватара пользователя
Redfoxnet
Сообщения: 394
ОС: Gentoo

Re: Запуск OpenOffice.org 2.3.1

Сообщение Redfoxnet »

А я думал, что его надо ставить из rpm/src/Java_install :idea:
Portage 2.1.7.16 (default/linux/amd64/10.0, gcc-4.4.2, glibc-2.11-r1, 2.6.32-gentoo-r2 x86_64) @ Intel® Core™2 Duo CPU E6750

Челябинская группа пользователей GNU/Linux

Спасибо сказали:
Аватара пользователя
malex
Сообщения: 374
ОС: debian

Re: Запуск OpenOffice.org 2.3.1

Сообщение malex »

эта сборка ОО слинкована с libpam.so
для этого нужно либо скомпилить эту библиотеку самому, либо скачать пакет с ней с http://www.linuxpackages.net/
зы. вроде на инфраресурсе есть уже сборка без этой библиотеки - на я не видел
Ну вот, еще один день прошел, а мы все еще живы. И может быть стали умнее.
Спасибо сказали:
Аватара пользователя
doos
Сообщения: 16

Re: Запуск OpenOffice.org 2.3.1

Сообщение doos »

вот блин. раньше ставил нормально, не задумываясь об этих тонкостях... (((
ICQ: 259974787
Спасибо сказали:
Аватара пользователя
rm_
Сообщения: 3340
Статус: It's the GNU Age
ОС: Debian

Re: Запуск OpenOffice.org 2.3.1

Сообщение rm_ »

Подскажите где рыть?

Открыть терминал, запустить там soffice (из каталога /opt/openoffice/bin/, или где он там у Вас), посмотреть на сообщение об ошибке.
Спасибо сказали:
Аватара пользователя
cdrw
Сообщения: 249

Re: Запуск OpenOffice.org 2.3.1

Сообщение cdrw »

malex писал(а):
08.01.2008 22:32
эта сборка ОО слинкована с libpam.so
для этого нужно либо скомпилить эту библиотеку самому, либо скачать пакет с ней с http://www.linuxpackages.net/
зы. вроде на инфраресурсе есть уже сборка без этой библиотеки - на я не видел

Чистая правда! Уже есть версия для Slackeare.
Спасибо сказали:
Аватара пользователя
McLeod095
Сообщения: 477
ОС: Люблю слаку

Re: Запуск OpenOffice.org 2.3.1

Сообщение McLeod095 »

тут тоже озадачился новой версией
Но т.к. уже не первый раз вижу что есть проблемы со сборкой от Инфра-Ресурса есть проблемы в слаке
поэтому залез на slackbuilds.org и нашел там билд для ОО 2.3.1
С сайта Инфра-Ресурса слил их русификатор добавил в слакбилд пару строчек

вот что получилось

Код: Выделить всё

#!/bin/bash
#
# Slackware build script of openoffice.org (binary repackaging)

# Copyright 2006-2007  Robby Workman  (http://rlworkman.net)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
#
#  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
#  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
#  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO
#  EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
#  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
#  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
#  OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
#  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
#  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
#  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# Thanks to Sandman1, Larhzu, and MacIver for early assistance.
# Thanks to Fred Emmott (http://slamd64.com) for some better code in a few
# places and ideas to include the Optimization Solver and disable javaldx.
# Thanks to eroc for the idea to include support for other languages.

PRGNAM=openoffice.org
VERSION=2.3.1
ARCH=i586       # The binaries are built for i586 - leave this alone
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}

# This should allow you to either pass a different value of OOLANG when you
# run the script (OOLANG=pt-BR ./openoffice.org.SlackBuild for example) or
# change it in this script.  Note that you will need to have the correct
# tarball in the build directory for this to work...
# You can get localized tarballs from the following location:
# ftp://ftp.free.fr/mirrors/ftp.openoffice.org/localized/$OOLANG/$VERSION/
# Thanks to Niki Kovacs for finding this :-)
OOLANG=${OOLANG:-en-US}
PKG_LANG=$(echo $OOLANG | sed s/-/_/)   # Leave this alone

# If you want to disable java support by removing executable permissions
# form OOo's java loader (this will not affect other apps), set this
# variable to "YES"   Default is "NO"
# According to Fred Emmott, this is *highly* desirable on 64 bit systems
DISABLE_JAVA=${DISABLE_JAVA:-NO}

# If you want to include the new experimental Optimization Solver,
# download "scsolver.uno.zip" from the following location:
# http://wiki.services.openoffice.org/wiki/Optimization_Solver
# and place it in the same directory as the SlackBuild script ($CWD)
# Set the following variable to "YES"   Default is "NO"
ADD_SOLVER=${ADD_SOLVER:-NO}

# Yes, I know there is a slackware integration file in the desktop-integration
# directory, but it's worthless to us.  I mailed the maintainer of this
# module with suggestions on how to make it more compliant with standard
# Slackware packaging, but I received no response.  Anyway, to sum up, we're
# not using that file...

# Require the script to exit if any command fails
set -e

# Ignore this - it's just to get the toplevel directory name of the
# extracted tarball archive
SOURCEDIR=$(tar -tzf $CWD/OOo_${VERSION}_LinuxIntel_install_${OOLANG}.tar.gz | head -1 | tr -d \/)


RUSDIR=$(tar -tzf $CWD/OOo_2.3.1_LinuxIntel_langpack_ru_infra.tar.gz | head -1 | tr -d \/)


rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SOURCEDIR
tar -xzf $CWD/OOo_${VERSION}_LinuxIntel_install_${OOLANG}.tar.gz || exit 1


tar -xzf $CWD/OOo_2.3.1_LinuxIntel_langpack_ru_infra.tar.gz || exit 1
mv $RUSDIR/RPMS/*.rpm $SOURCEDIR/RPMS


cd $SOURCEDIR/RPMS/
mv desktop-integration/openoffice.org-freedesktop-menus-*.noarch.rpm .
#mv $RUSDIR/RPMS/*.rpm .
for FILE in *.rpm; do rpm2cpio < $FILE | cpio -imdv; done
rm -rf desktop-integration *.rpm
mv opt usr $PKG
cd $PKG

# Create symlinks in /usr/bin to actual binaries and edit the
# included wrapper scripts in /usr/bin to correct the paths
( cd $PKG/usr/bin
  for FILE in sbase scalc sdraw simpress smath soffice spadmin swriter unopkg; do
    rm -f $FILE
    ln -sf ../../opt/openoffice.org2.3/program/$FILE .;
  done
  for i in $(find . -type f); do sed -i 's/etc/opt/g' $i; done
)

# Correct symlinks in /usr/share/applications
( cd $PKG/usr/share/applications
  for APP in base calc draw extension impress math printeradmin writer qstart; do
    rm -f openoffice.org2.3-$APP.desktop
    ln -sf ../../../opt/openoffice.org2.3/share/xdg/$APP.desktop \
      openoffice.org2.3-$APP.desktop;
  done
)

# Fix Exec commands in the desktop files
# See http://bugzilla.xfce.org/show_bug.cgi?id=2430
patch -p1 < $CWD/desktop-file-fix-2.3.1.diff

# Move docs to their correct locations
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
for i in README README.html LICENSE LICENSE.html THIRDPARTYLICENSEREADME.html; do
  mv $PKG/opt/openoffice.org2.3/$i $PKG/usr/doc/$PRGNAM-$VERSION/$i;
done
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

# Fix the permissions on a few icons that are executable
find $PKG/usr/share/icons -name "*.png" -exec chmod 0644 {} \;

# Disable Java support if desired (see above)
if [ "$DISABLE_JAVA" = "YES" ]; then
  chmod -x $PKG/opt/openoffice.org2.3/program/javaldx
fi

# Add optimization solver if desired (see above)
if [ "$ADD_SOLVER" = "YES" -a -f "$CWD/scsolver.uno.zip" ]; then
  ( cd $PKG/opt/openoffice.org2.3
    program/unopkg add --shared $CWD/scsolver.uno.zip
  )
fi

mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh

# Fix ownership and permissions and make the package
chown -R root:root .
find . -type d -exec chmod 755 {} \;
chmod -R u+rw,go+r-w,a-s .
/sbin/makepkg -p -c n -l y $OUTPUT/$PRGNAM-${VERSION}_${PKG_LANG}-$ARCH-$BUILD$TAG.tgz


И собрал свой пакетик. Тока называется он en_US а так все норм на русском.
"Work PC" E6750/2GB/Asus P5B Deluxe/2x250GB/6600GT 128/Slackware Current (Win 2003 in VmWare)
New Work: E6400/3GB/Arch
Home Book: Asus W6k00A/Arch, Asus 701/Arch
Спасибо сказали:
Аватара пользователя
doos
Сообщения: 16

Re: Запуск OpenOffice.org 2.3.1

Сообщение doos »

malex писал(а):
08.01.2008 22:32
эта сборка ОО слинкована с libpam.so
для этого нужно либо скомпилить эту библиотеку самому, либо скачать пакет с ней с http://www.linuxpackages.net/
зы. вроде на инфраресурсе есть уже сборка без этой библиотеки - на я не видел

Да! Все получилось, спасибо. Помогла библиотека linux-PAM, скаченная с http://www.linuxpackages.net/
ICQ: 259974787
Спасибо сказали:
Аватара пользователя
McLeod095
Сообщения: 477
ОС: Люблю слаку

Re: Запуск OpenOffice.org 2.3.1

Сообщение McLeod095 »

А не легче ли было скачать вот это
http://download.i-rs.ru/pub/openoffice/2.3...a_wo_pam.tar.gz
Насколько мне говорит название то это собрано именно без PAM.

Но по мне так лучше все пакетами ставить вот и написал пост выше. Думал поможет.
"Work PC" E6750/2GB/Asus P5B Deluxe/2x250GB/6600GT 128/Slackware Current (Win 2003 in VmWare)
New Work: E6400/3GB/Arch
Home Book: Asus W6k00A/Arch, Asus 701/Arch
Спасибо сказали:
Аватара пользователя
doos
Сообщения: 16

Re: Запуск OpenOffice.org 2.3.1

Сообщение doos »

А не легче, ибо linux-PAM весит меньше 100 кб, а сколько весит ООо?... ))))))
ICQ: 259974787
Спасибо сказали: