[opensuse] has anybody installed AWN svn on his openSUSE?
after going through the installation instruction described at this link: http://awn.wetpaint.com/page/SVN+Version+Installation multiple times and with all the built-in dependency hell, i end up with this error:
grep: /opt/gnome/lib/libgtk-x11-2.0.la: No such file or directory /usr/bin/sed: can't read /opt/gnome/lib/libgtk-x11-2.0.la: No such file or directory libtool: link: `/opt/gnome/lib/libgtk-x11-2.0.la' is not a valid libtool archive make[2]: *** [libawn.la] Error 1 make[2]: Leaving directory `/local/Downloads/avant-window-navigator/libawn' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/local/Downloads/avant-window-navigator' make: *** [all] Error 2grep: /opt/gnome/lib/libgtk-x11-2.0.la: No such file or directory /usr/bin/sed: can't read /opt/gnome/lib/libgtk-x11-2.0.la: No such file or directory libtool: link: `/opt/gnome/lib/libgtk-x11-2.0.la' is not a valid libtool archive make[2]: *** [libawn.la] Error 1 make[2]: Leaving directory `/local/Downloads/avant-window-navigator/libawn' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/local/Downloads/avant-window-navigator' make: *** [all] Error 2
i was about to give up until i came across this comment by a former openSUSE linux-noob: "oh sorry I switched to Ubuntu and now Compiz Fusion (after a lot of trouble I compiled it with a shell script I found and now it runs), Emerald and awn are running -- really great, thanks for such a great work :-)" which is quite depressing, can somebody can help? i might add it to the wiki if requested -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Munkii schreef:
after going through the installation instruction described at this link: http://awn.wetpaint.com/page/SVN+Version+Installation multiple times and with all the built-in dependency hell, i end up with this error:
grep: /opt/gnome/lib/libgtk-x11-2.0.la: No such file or directory /usr/bin/sed: can't read /opt/gnome/lib/libgtk-x11-2.0.la: No such file or directory libtool: link: `/opt/gnome/lib/libgtk-x11-2.0.la' is not a valid libtool archive make[2]: *** [libawn.la] Error 1 make[2]: Leaving directory `/local/Downloads/avant-window-navigator/libawn' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/local/Downloads/avant-window-navigator' make: *** [all] Error 2grep: /opt/gnome/lib/libgtk-x11-2.0.la: No such file or directory /usr/bin/sed: can't read /opt/gnome/lib/libgtk-x11-2.0.la: No such file or directory libtool: link: `/opt/gnome/lib/libgtk-x11-2.0.la' is not a valid libtool archive make[2]: *** [libawn.la] Error 1 make[2]: Leaving directory `/local/Downloads/avant-window-navigator/libawn' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/local/Downloads/avant-window-navigator' make: *** [all] Error 2
It says loud and clearly that it is missing libgtk-X11-2.0.la, so you have to install that first. (Use pin/webpin to find out which package contains that library.) Then try again. Did you run the ./configure script BTW? Most of the time it catches this kind of error. Regards, -- Jos van Kan registered Linux user #152704 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, 2007-08-02 at 09:08 +0200, Jos van Kan wrote:
Munkii schreef:
after going through the installation instruction described at this link: http://awn.wetpaint.com/page/SVN+Version+Installation multiple times and with all the built-in dependency hell, i end up with thi....
make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/local/Downloads/avant-window-navigator' make: *** [all] Er...
It says loud and clearly that it is missing libgtk-X11-2.0.la, so you have to install that first. (Use pin/webpin to find out which package contains that library.)
that's why i installed gtk2-devel, but the problem persists.
Then try again. Did you run the ./configure script BTW? Most of the time it catches this kind of error.
i did, and it went error free, read my former message. anyway, i just found some blogger who uses openSUSE 10.2 and have installed it successfully, i'll check it out and come back to you! -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
i think i found out what the problem is, after a small search on webpin, it turned out that the current libtool package is not compatible with gtk2-devel-2.10.11 in the GNOME:STABLE repo, because it stores the lib files in /usr/lib/ instead of 10.2's default /opt/gnome/lib. i was able to fix the missing "libgtk-x11-2.0.la" dependency problem by downgrading to gtk2-devel-2.10.6 (which is compatible) although i knew it'll probably screw up my gdm again once i restart, but that didn't fix the problem as it seems that all the upgraded packages from GNOME:STABLE did the same thing. i thought i'd get the factory libtool package, but this one is dependent on an even newer version of gtk2, which, as suspected, screwed up my gdm (AGAIN!) ok, here's what has to be done, either someone makes a compatible version of libtool for GNOME:STABLE, or make ALL gtk2 packages in this repo store their libs back into opt/gnome/. however i found this howto for AWN on openSUSE http://www.michaeldolan.com/581 it should work if it wasn't for the problem i just explained - anybody who is not using GNOME:STABLE will do fine, just remember that the svn source has changed and you'll have grab it with bazar now instead of svn. go to the official site for more information. good luck =) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, 02 Aug 2007 02:07:35 +0300, Munkii wrote:
after going through the installation instruction described at this link: http://awn.wetpaint.com/page/SVN+Version+Installation multiple times and with all the built-in dependency hell, i end up with this error:
1. These instructions were obviously written for debian, as apt-get is not necesarily the tool of choice for openSUSE. 2. The names of the development packages are invalid for openSUSE as a) the development packages on openSUSE all end with -devel and b) openSUSE packages are sometimes named differently. I'd suggest looking at Requires and BuildRequires entries in the .spec file of the GURU .src.rpm to possibly get a hint what packages are needed.
grep: /opt/gnome/lib/libgtk-x11-2.0.la: No such file or directory
Use pin or webpin to search for the file. You fail to mention which version of openSUSE you have installed and on which architecture you're running it, but for FACTORY libgtk-x11-2.0.la is contained in gtk2-devel. Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Philipp Thomas schreef:
On Thu, 02 Aug 2007 02:07:35 +0300, Munkii wrote:
after going through the installation instruction described at this link: http://awn.wetpaint.com/page/SVN+Version+Installation multiple times and with all the built-in dependency hell, i end up with this error:
1. These instructions were obviously written for debian, as apt-get is not necesarily the tool of choice for openSUSE. 2. The names of the development packages are invalid for openSUSE as a) the development packages on openSUSE all end with -devel and b) openSUSE packages are sometimes named differently.
I'd suggest looking at Requires and BuildRequires entries in the .spec file of the GURU .src.rpm to possibly get a hint what packages are needed.
Better still: use the page: http://awn.wetpaint.com/page/SuSE+RPM+Specfile?t=anon (which BTW was the *first* hit with the google search "awn suse") to get exact instructions how to build an rpm package from this particular tarball. The lesson to learn from this is, that if you want to install a nifty new package, it is *always* a good idea to google for "<nifty-new-package> suse". Regards, -- Jos van Kan registered Linux user #152704 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, 2007-08-02 at 09:51 +0200, Jos van Kan wrote:
Philipp Thomas schreef...
..I'd suggest looking at Requires and BuildRequires entries in the .spec file of the GURU .src.rpm to possibly get a hint what packages are needed.
Better still: use the page:
i don't know, it sounded like a mind job, i'm not familiar with building rpm's, and i'm not going to start now, i have too much stuff going, i'm sure there's an easier way.. no?
(which BTW was the *first* hit with the google search "awn suse") to get exact instructions how to build an rpm package from this particular tarball.
The lesson to learn from this is, that if you want to install a nifty new package, it is *always* a good idea to google for "<nifty-new-package> suse".
now, why haven't i thought of that?!
Regards, -- Jos van Kan registered Linux user #152704
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, 02 Aug 2007 18:12:10 +0300, Munkii wrote:
i don't know, it sounded like a mind job, i'm not familiar with building rpm's, and i'm not going to start now, i have too much stuff going, i'm sure there's an easier way.. no?
It *is* very easy: - Copy the awn tarball and the specfile from that web page to /usr/src/packages/SOURCES - Change to that directory and call 'rpmbuild -ba'. This will build both the binary and the source rpm and will place the resulting binary package somewhere below /usr/src/packages/RPMS/ and the .src.rpm in /usr/src/packages/SRPMS. That way you get a rpm package compiled specifically for your system that, when installed, is registered with the system and easily removable. Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Fri, 2007-08-03 at 00:06 +0200, Philipp Thomas wrote:
On Thu, 02 Aug 2007 18:12:10 +0300, Munkii wrote:
i don't know, it sounded like a mind job, i'm not familiar with building rpm's, and i'm not going to start now, i have too much stuff going, i'm sure there's an easier way.. no?
It *is* very easy:
- Copy the awn tarball and the specfile from that web page to /usr/src/packages/SOURCES
- Change to that directory and call 'rpmbuild -ba'.
This will build both the binary and the source rpm and will place the resulting binary package somewhere below /usr/src/packages/RPMS/ and the .src.rpm in /usr/src/packages/SRPMS.
That way you get a rpm package compiled specifically for your system that, when installed, is registered with the system and easily removable.
there is still the dependency problem i mentioned earlier, look it up.. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Fri, 03 Aug 2007 01:00:23 +0300, Munkii wrote:
That way you get a rpm package compiled specifically for your system that, when installed, is registered with the system and easily removable.
there is still the dependency problem i mentioned earlier, look it up..
Actually the dependency problems are rather small. I took a spec for Fedora 6 and could use that with small changes. But something else is broken in the source that I have to research. I'll report when I have a working package. Maybe Pascal (aka GURU) will take on from there. Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Fri, 03 Aug 2007 23:34:05 +0200, Philipp Thomas wrote:
Actually the dependency problems are rather small. I took a spec for Fedora 6
That's not correct. I looked at http://awn.wetpaint.com/page/SVN+Fedora+Core+6 and took the necessary packages from the yum call, removing packages not needed as they're automatically installed when using the build script. These are the resulting BuildRequires for awn: BuildRequires: intltool libwnck-devel gnome-desktop-devel BuildRequires: libgnome-devel gnome-vfs2-devel dbus-1-glib-devel BuildRequires: gnome-common I'll post the .spec once I have a working one. Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sat, 2007-08-04 at 04:37 +0200, Philipp Thomas wrote:
On Fri, 03 Aug 2007 23:34:05 +0200, Philipp Thomas wrote:
Actually the dependency problems are rather small. I took a spec for Fedora 6
That's not correct. I looked at http://awn.wetpaint.com/page/SVN+Fedora+Core+6 and took the necessary packages from the yum call, removing packages not needed as they're automatically installed when using the build script. These are the resulting BuildRequires for awn:
BuildRequires: intltool libwnck-devel gnome-desktop-devel BuildRequires: libgnome-devel gnome-vfs2-devel dbus-1-glib-devel BuildRequires: gnome-common
I'll post the .spec once I have a working one.
Philipp
ok, i'm assuming you haven't read my former mail, because i post it under a different name, here it is --> http://lists.opensuse.org/opensuse/2007-08/msg00115.html -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sat, 04 Aug 2007 11:53:24 +0300, Munkii wrote:
I'll post the .spec once I have a working one.
Philipp
ok, i'm assuming you haven't read my former mail, because i post it under a different name, here it is --> http://lists.opensuse.org/opensuse/2007-08/msg00115.html
OK, you're searching for a solution for 10.2! My work is for FACTORY. Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sat, 2007-08-04 at 23:09 +0200, Philipp Thomas wrote:
On Sat, 04 Aug 2007 11:53:24 +0300, Munkii wrote:
I'll post the .spec once I have a working one.
Philipp
ok, i'm assuming you haven't read my former mail, because i post it under a different name, here it is --> http://lists.opensuse.org/opensuse/2007-08/msg00115.html
OK, you're searching for a solution for 10.2! My work is for FACTORY.
Philipp
even better, i just installed alpha7 yesterday, i haven't been able to even install the basic dependencies for AWN, they're either not in the factory repos or yast/zypper is acting out on me, i just got smart up, and i'll see what i can do.. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Mon, 06 Aug 2007 17:24:44 +0300, Munkii wrote:
even better, i just installed alpha7 yesterday, i haven't been able to even install the basic dependencies for AWN, they're either not in the factory repos or yast/zypper is acting out on me, i just got smart up, and i'll see what i can do..
My last hurdle are the .desktop files for awn and awn-settings where I need to come up with a category listing our build system groks (I know next to nothing about .desktop files). But that means that the package itself builds so it shouldn't take long until I have it all in place. Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, 2007-08-07 at 21:23 +0200, Philipp Thomas wrote:
On Mon, 06 Aug 2007 17:24:44 +0300, Munkii wrote:
even better, i just installed alpha7 yesterday, i haven't been able to even install the basic dependencies for AWN, they're either not in the factory repos or yast/zypper is acting out on me, i just got smart up, and i'll see what i can do..
My last hurdle are the .desktop files for awn and awn-settings where I need to come up with a category listing our build system groks (I know next to nothing about .desktop files). But that means that the package itself builds so it shouldn't take long until I have it all in place.
gcc package is broken on alpha7 i filed a bug but it turned out to be a duplicate, now it's almost impossible to compile awn from source, any progress on your package? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
* Munkii (munkiimailinglists@gmail.com) [20070809 23:56]:
gcc package is broken on alpha7 i filed a bug but it turned out to be a duplicate,
Bug number?
any progress on your package?
Nope :( No valid Category in .desktop files -> no package. Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Fri, 2007-08-10 at 01:26 +0200, Philipp Thomas wrote:
* Munkii (munkiimailinglists@gmail.com) [20070809 23:56]:
gcc package is broken on alpha7 i filed a bug but it turned out to be a duplicate,
Bug number?
here: https://bugzilla.novell.com/show_bug.cgi?id=298264 and this is the original: id=297716, which has (supposedly) been fixed
any progress on your package?
Nope :( No valid Category in .desktop files -> no package.
ah, forget about it if it's too much work, after all it's just a toy. the project is moving very fast anyway, and a non-svn will probably be available in a matter of weeks.
Philipp
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
* Munkii (munkiimailinglists@gmail.com) [20070809 23:56]:
any progress on your package?
Yes, it's finished! The .desktop files aren't in their final state, but as long as there are no really matching XDG categoriess, they'll have to do. You'll see that I added a number of patches and some of them I'll send upstreams. After the next sync you'll find the .src.rpm and .x86_64.rpm packages below /pub/people/pth/FACTORY on ftp.suse.com and it's mirrors. Feedback is appreciated. Maybe I can get Pascal (aka Guru) to adopt my spec for a svn package of AWN in the buildservice. Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
* Philipp Thomas (pth@suse.de) [20070816 22:01]:
After the next sync you'll find the .src.rpm and .x86_64.rpm packages below /pub/people/pth/FACTORY on ftp.suse.com and it's mirrors. Feedback is appreciated.
Nah, I remembered there's this thing called buildservice :) The packages (I split them into avant-window-navigator, libawn and libawn-devel) are available in the home:psmt repo http://build.opensuse.org/project/show?project=home%3Apsmt Have fun Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Gee do I hate to correct myself that much :( * Philipp Thomas (pth@suse.de) [20070817 14:33]:
Which is only accessible if you have a buildservice account. So either go to http://software.opensuse.org/search and search for avant-window-navigator, libawn1 and libawn1-devel respectively or (much easier) add home:psmt as an additional repo and use zypper/smart/app to fetch the packages. Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, 2007-08-02 at 09:31 +0200, Philipp Thomas wrote:
On Thu, 02 Aug 2007 02:07:35 +0300, Munkii wrote:
1. These instructions were obviously written for debian, as apt-get is not necesarily the tool of choice for openSUSE.
worse, it's written for ubuntu, haven't you noticed that stupid sudo at the end?
2. The names of the development packages are invalid for openSUSE as a) the development packages on openSUSE all end with -devel and b) openSUSE packages are sometimes named differently.
i know that, and i have covered all the dependencies (i think), ./configure went with no errors what so ever.
I'd suggest looking at Requires and BuildRequires entries in the .spec file of the GURU .src.rpm to possibly get a hint what packages are needed.
grep: /opt/gnome/lib/libgtk-x11-2.0.la: No such file or directory
Use pin or webpin to search for the file. You fail to mention which version of openSUSE you have installed and on which architecture you're running it, but for FACTORY libgtk-x11-2.0.la is contained in gtk2-devel.
i've already tried to install gtk 2.11.* from the factory repo, but as expected it screwed up my gdm, and i had to downgrade from cli -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wednesday 01 August 2007 04:07:35 pm Munkii wrote:
after going through the installation instruction described at this link: http://awn.wetpaint.com/page/SVN+Version+Installation multiple times
and with all the built-in dependency hell, i end up with this error:
grep: /opt/gnome/lib/libgtk-x11-2.0.la: No such file or directory /usr/bin/sed: can't read /opt/gnome/lib/libgtk-x11-2.0.la: No such file or directory libtool: link: `/opt/gnome/lib/libgtk-x11-2.0.la' is not a valid libtool archive make[2]: *** [libawn.la] Error 1 make[2]: Leaving directory `/local/Downloads/avant-window-navigator/libawn' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/local/Downloads/avant-window-navigator' make: *** [all] Error 2grep: /opt/gnome/lib/libgtk-x11-2.0.la: No such file or directory /usr/bin/sed: can't read /opt/gnome/lib/libgtk-x11-2.0.la: No such file or directory libtool: link: `/opt/gnome/lib/libgtk-x11-2.0.la' is not a valid libtool archive make[2]: *** [libawn.la] Error 1 make[2]: Leaving directory `/local/Downloads/avant-window-navigator/libawn' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/local/Downloads/avant-window-navigator' make: *** [all] Error 2
i was about to give up until i came across this comment by a former openSUSE linux-noob:
"oh sorry I switched to Ubuntu and now Compiz Fusion (after a lot of trouble I compiled it with a shell script I found and now it runs), Emerald and awn are running -- really great, thanks for such a great work :-)"
which is quite depressing, can somebody can help?
i might add it to the wiki if requested
Why not just install the one from the GURU repository? -- How much can you know about yourself, you've never been in a fight? I don't wanna die without any scars. So come on; hit me -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, 2007-08-02 at 17:06 -0700, Ben Kevan wrote:
i was about to give up until i came across this comment by a former openSUSE linux-noob:
"oh sorry I switched to Ubuntu and now Compiz Fusion (after a lot of trouble I compiled it with a shell script I found and now it runs), Emerald and awn are running -- really great, thanks for such a great work :-)"
which is quite depressing, can somebody can help?
i might add it to the wiki if requested
Why not just install the one from the GURU repository?
because the SVN is far more advanced, search google for screenshots -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (5)
-
Ben Kevan
-
Jos van Kan
-
Munkii
-
Philipp Thomas
-
Philipp Thomas