You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, February 9th 2006, 7:12pm

Konstruct 3.5.1 error with koffice

Was installing 3.5.1 everything with konstruct and the script aborts when trying to install koffice.

Cd'd to app/koffice and it does it there too.

[===== NOW BUILDING: koffice-1.4.2 =====]
[fetch] complete for koffice.
[checksum] complete for koffice.
[extract] complete for koffice.
[patch] complete for koffice.
==> Building kde/kdelibs as a dependency
==> Building libs/libart_lgpl as a dependency
==> Building libs/wv2 as a dependency
make[1]: Entering directory `/mnt/str1/downloads/konstruct351/konstruct/libs/wv2'
[===== NOW BUILDING: wv2-0.2.2 =====]
==> Grabbing download/wv2-0.2.2.tar.bz2
==> Trying file//files/wv2-0.2.2.tar.bz2
make[2]: Entering directory `/mnt/str1/downloads/konstruct351/konstruct/libs/wv2'
make[2]: *** [file//files/wv2-0.2.2.tar.bz2] Error 1
make[2]: Leaving directory `/mnt/str1/downloads/konstruct351/konstruct/libs/wv2'
==> Trying file///home/dave/kde3.5.1-sources/wv2-0.2.2.tar.bz2
make[2]: Entering directory `/mnt/str1/downloads/konstruct351/konstruct/libs/wv2'
make[2]: *** [file///home/dave/kde3.5.1-sources/wv2-0.2.2.tar.bz2] Error 1
make[2]: Leaving directory `/mnt/str1/downloads/konstruct351/konstruct/libs/wv2'
==> Trying http//dl.sourceforge.net/wvware/wv2-0.2.2.tar.bz2
make[2]: Entering directory `/mnt/str1/downloads/konstruct351/konstruct/libs/wv2'
--19:11:32-- http://dl.sourceforge.net/wvware/wv2-0.2.2.tar.bz2
=> `download/wv2-0.2.2.tar.bz2'
Resolving dl.sourceforge.net... 210.146.64.4, 66.35.250.221, 150.65.7.130, ...
Connecting to dl.sourceforge.net|210.146.64.4|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://prdownloads.sourceforge.net/wvwar…sourceforge.net [following]
--19:11:34-- http://prdownloads.sourceforge.net/wvwar…sourceforge.net
=> `download/wv2-0.2.2.tar.bz2?download&failedmirror=dl.sourceforge.net'
Resolving prdownloads.sourceforge.net... 66.35.250.217
Connecting to prdownloads.sourceforge.net|66.35.250.217|:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

The file is already fully retrieved; nothing to do.

make[2]: Leaving directory `/mnt/str1/downloads/konstruct351/konstruct/libs/wv2'
*** GAR GAR GAR! Failed to download download/wv2-0.2.2.tar.bz2! GAR GAR GAR! ***
make[1]: *** [download/wv2-0.2.2.tar.bz2] Error 1
make[1]: Leaving directory `/mnt/str1/downloads/konstruct351/konstruct/libs/wv2'
make: *** [dep-../../../libs/wv2] Error 2

2

Thursday, February 9th 2006, 7:19pm

I guess that file has moved so thats the problem

* just found it, downloaded it to ~/kde3.5.1-sources and ran make install and so far so good

This post has been edited 1 times, last edit by "Slackhead" (Feb 9th 2006, 7:26pm)


3

Thursday, February 9th 2006, 7:27pm

or not:
Error syncing config data: Failed to write some configuration data to disk
make[5]: *** [install-data-local] Error 1
make[5]: Leaving directory `/mnt/str1/downloads/konstruct351/konstruct/libs/libgsf/work/libgsf-1.13.3/thumbnailer'
make[4]: *** [install-am] Error 2
make[4]: Leaving directory `/mnt/str1/downloads/konstruct351/konstruct/libs/libgsf/work/libgsf-1.13.3/thumbnailer'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/mnt/str1/downloads/konstruct351/konstruct/libs/libgsf/work/libgsf-1.13.3'
make[2]: *** [install-work/libgsf-1.13.3/Makefile] Error 2
make[2]: Leaving directory `/mnt/str1/downloads/konstruct351/konstruct/libs/libgsf'
make[1]: *** [dep-../../libs/libgsf] Error 2
make[1]: Leaving directory `/mnt/str1/downloads/konstruct351/konstruct/libs/wv2'
make: *** [dep-../../../libs/wv2] Error 2

4

Saturday, March 25th 2006, 7:12am

Same here ... but what to do? I've no idea what is still missing of KDE essentials to have a stable KDE 3.5.1 running.
Any comments appreciated! Thanks!
/TiE

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

5

Saturday, March 25th 2006, 9:18am

Perhaps a permissions problem? Does it work with root?
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

6

Saturday, March 25th 2006, 4:17pm

Quoted

Originally posted by bram85
Perhaps a permissions problem? Does it work with root?

Thanks for the tip. But I did the installation with 'konstruct' in my home as non-root. So I wonder what would happen if some parts are compiled and installed as myself and other as root?
/TiE
P.S.: Installation process proceeds fine as root.

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

7

Saturday, March 25th 2006, 4:21pm

The error was probably caused by some GNOME app which wants to write something to a system configuration file.

Just install it as root, and do a

Source code

1
chown -R thies:users /my/installation/dir

where thies is your username and users the group you belong to. That way you won't have permission problems.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)