Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Novell Ebuilds
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 11, 12, 13, 14, 15, 16  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 247
Location: Austria,Graz

PostPosted: Sat Dec 20, 2008 9:26 pm    Post subject: Reply with quote

Ilya_a3 wrote:
what`s news ?


i was ill the last 3 days (influenza)

i am working on it

Mario
Back to top
View user's profile Send private message
Ilya_a3
n00b
n00b


Joined: 02 Dec 2008
Posts: 14

PostPosted: Fri Jan 16, 2009 10:13 am    Post subject: Reply with quote

Geos_One wrote:
Ilya_a3 wrote:
what`s news ?


i was ill the last 3 days (influenza)

i am working on it

Mario


Hi. what news ?
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 247
Location: Austria,Graz

PostPosted: Fri Jan 16, 2009 11:29 am    Post subject: Reply with quote

Ilya_a3 wrote:

Hi. what news ?


1. new client release
2. new rpms are using lzma to compress the cpio in the rpm
3. have to update the rpmoffset.c programm to detect the beginning if the lzma archive
4. lzma in rpms has no magic bytes so create a wizzard to detect the beginning
5. xregd changed how the xml registry is transverd into the xregd db

prblems problems ....
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 247
Location: Austria,Graz

PostPosted: Tue Jan 20, 2009 9:52 pm    Post subject: Reply with quote

Geos_One wrote:
Ilya_a3 wrote:

Hi. what news ?


1. new client release
2. new rpms are using lzma to compress the cpio in the rpm
3. have to update the rpmoffset.c programm to detect the beginning if the lzma archive
4. lzma in rpms has no magic bytes so create a wizzard to detect the beginning
5. xregd changed how the xml registry is transverd into the xregd db

prblems problems ....


update finished
Back to top
View user's profile Send private message
Ilya_a3
n00b
n00b


Joined: 02 Dec 2008
Posts: 14

PostPosted: Mon Jan 26, 2009 10:14 am    Post subject: Reply with quote

Geos_One wrote:
Geos_One wrote:
Ilya_a3 wrote:

Hi. what news ?


1. new client release
2. new rpms are using lzma to compress the cpio in the rpm
3. have to update the rpmoffset.c programm to detect the beginning if the lzma archive
4. lzma in rpms has no magic bytes so create a wizzard to detect the beginning
5. xregd changed how the xml registry is transverd into the xregd db

prblems problems ....


update finished


Thanks ;)
Back to top
View user's profile Send private message
akhuettel
n00b
n00b


Joined: 01 May 2008
Posts: 11
Location: Regensburg, Germany

PostPosted: Mon Feb 23, 2009 6:47 pm    Post subject: Reply with quote

Here's a patch to generate from novell-groupwise-gwclient-7.0.3_p20080609.ebuild a working novell-groupwise-gwclient-7.0.3_p20090121.ebuild (next hotpatch level). This also fixes issues with amd64-multilib (JRE not found). Have fun!

Code:

--- ../../../layman/n4g/net-mail/novell-groupwise-gwclient/novell-groupwise-gwclient-7.0.3_p20080609.ebuild     2009-02-23 13:02:52.000000000 +0100
+++ novell-groupwise-gwclient-7.0.3_p20090121.ebuild    2009-02-23 19:28:39.000000000 +0100
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $

-NOVELL_BUILDID="PC6uZsNk3MY~"
-NOVELL_FILE32="patchfiles/gw703HP1_client_lnx_multi.tar.gz"
+NOVELL_BUILDID="Hq18eBi_hGQ~"
+NOVELL_FILE32="patchfiles/gw703hp2_client_linux_multi.tar.gz"
 RESTRICT="mirror strip"

 inherit novell eutils rpm multilib
@@ -33,7 +33,7 @@
        unpack ${A}
        mkdir -p "${WORKDIR}"/${MY_P}
        cd ${MY_P}
-       rpm_unpack "${WORKDIR}"/groupwise/${MY_P}.i386.rpm
+       rpm_unpack "${WORKDIR}"/groupwise/${MY_P}.i586.rpm
 }

 src_compile() { :; }
@@ -49,8 +49,13 @@
                $JRE_DIR/bin/unpack200 $i $i_b.jar || die "Unpack failed";
            done;
        else
+         if use multilib; then
+           rm -rf "${WORKDIR}"/${MY_P}/opt/novell/groupwise/client/jre
+           sed -i 's%/opt/novell/groupwise/client/jre/lib/i386%`java-config --select-vm=emul-linux-x86-java --jre-home`/lib/i386/client:`java-config --select-vm=emul-linux-x86-java --jre-home`/lib/i386/server:`java-config --select-vm=emul-linux-x86-java --jre-home`/lib/i386%' "${WORKDIR}"/${MY_P}/opt/novell/groupwise/client/bin/groupwise
+          else
            rm -rf "${WORKDIR}"/${MY_P}/opt/novell/groupwise/client/jre
            sed -i 's%/opt/novell/groupwise/client/jre/lib/i386%`java-config --jre-home`/jre/lib/i386/client:`java-config --jre-home`/jre/lib/i386/server:`java-config --jre-home`/jre/lib/i386%' "${WORKDIR}"/${MY_P}/opt/novell/groupwise/client/bin/groupwise
+          fi
        fi

        insinto /usr/share/applications
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 247
Location: Austria,Graz

PostPosted: Mon Feb 23, 2009 7:30 pm    Post subject: Reply with quote

akhuettel wrote:
Here's a patch to generate from novell-groupwise-gwclient-7.0.3_p20080609.ebuild a working novell-groupwise-gwclient-7.0.3_p20090121.ebuild (next hotpatch level). This also fixes issues with amd64-multilib (JRE not found). Have fun!


great work with --select-vm i never thought about this.

thx for your patch.
applied to the tree
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Pisa - Italy

PostPosted: Tue Dec 08, 2009 9:56 pm    Post subject: novell client Reply with quote

I'm having trouble finding novell-client-2.0-sp2-sle11-i586.iso, links are broken.
does someone know a working link?
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 247
Location: Austria,Graz

PostPosted: Wed Dec 09, 2009 2:57 pm    Post subject: oh Updates Reply with quote

thx for informing me about an update.

there is now way to get the old version.

i will do my best to finish it til tomorrow

Mario
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 247
Location: Austria,Graz

PostPosted: Sat Dec 12, 2009 8:49 am    Post subject: Re: novell client Reply with quote

ginsoak wrote:
I'm having trouble finding novell-client-2.0-sp2-sle11-i586.iso, links are broken.
does someone know a working link?


the update is finisched but there is still a problem with shutting down the coputer the novfs daeomon blocks the unmount of the novfs
and this way it stops the shutdown

i am working on it
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Pisa - Italy

PostPosted: Sat Dec 12, 2009 10:43 am    Post subject: Reply with quote

thank you man!

the problem is not new to me, i found it while using the cl4others script. i solved adding a line in the local.stop script.
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 247
Location: Austria,Graz

PostPosted: Sun Dec 13, 2009 7:43 pm    Post subject: Reply with quote

ginsoak wrote:
thank you man!

the problem is not new to me, i found it while using the cl4others script. i solved adding a line in the local.stop script.


i think it is gone now
as usual the novell binaries are "...." (place in here what fits best)
novfsd don't react on shut down request you need to kill it
changed init script to send kill signal to the novfsd process
now the shut down should work
also added lazy unmount to the novfs mount point
this schould not halt the shutdown
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Pisa - Italy

PostPosted: Mon Dec 14, 2009 5:59 am    Post subject: Reply with quote

i have upgraded the layman portage and now i'm able to download the novell-client-2.0-sp2-sle11-i586.iso, but not novell-client-3.0-sled11-i586-CD1.iso. The link in the ebuild refers to the 2.0 client...
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 247
Location: Austria,Graz

PostPosted: Mon Dec 14, 2009 6:27 am    Post subject: Reply with quote

ginsoak wrote:
i have upgraded the layman portage and now i'm able to download the novell-client-2.0-sp2-sle11-i586.iso, but not novell-client-3.0-sled11-i586-CD1.iso. The link in the ebuild refers to the 2.0 client...


they did a inplace update of the client
then they droped it again
so have to mask the all new 3.0 cliet ebulds
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Pisa - Italy

PostPosted: Mon Dec 14, 2009 7:40 am    Post subject: Reply with quote

but it wants the 3.0 client as a dependencies for
kde-misc/novell-qtgui
kde-misc/novell-qtgui-cli
kde-misc/novell-ui-base
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 247
Location: Austria,Graz

PostPosted: Mon Dec 14, 2009 10:44 am    Post subject: Reply with quote

ginsoak wrote:
but it wants the 3.0 client as a dependencies for
kde-misc/novell-qtgui
kde-misc/novell-qtgui-cli
kde-misc/novell-ui-base


i am going to mask the 3.0 client until it is published again.
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 247
Location: Austria,Graz

PostPosted: Mon Dec 14, 2009 11:48 am    Post subject: Reply with quote

Geos_One wrote:
ginsoak wrote:
but it wants the 3.0 client as a dependencies for
kde-misc/novell-qtgui
kde-misc/novell-qtgui-cli
kde-misc/novell-ui-base


i am going to mask the 3.0 client until it is published again.


so the mask is finished
novell can't have stable version numbers
novell-ui-base in the 2.0 client has version of 3.0.508.17
and in the 3.0 client 3.0.0.2 so on a suse system the novell-ui-base and novell-qtgui novell-qtgui-cli won't be updated
so i also had to remove the old versions with the higher version number from my overlay
that are this packages

thy are back now

i think this is also the reason for the appearance and remove of the upstream packages.
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Pisa - Italy

PostPosted: Mon Dec 14, 2009 12:10 pm    Post subject: Reply with quote

I'm missing something...
got
Code:
!!! A file listed in the Manifest could not be found: /usr/local/portage/layman/n4g/net-misc/novell-client-script/novell-client-script-3.0.0.2.ebuild
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 247
Location: Austria,Graz

PostPosted: Mon Dec 14, 2009 2:14 pm    Post subject: Reply with quote

ginsoak wrote:
I'm missing something...
got
Code:
!!! A file listed in the Manifest could not be found: /usr/local/portage/layman/n4g/net-misc/novell-client-script/novell-client-script-3.0.0.2.ebuild


arr missed to add the 3.0 ebuilds
should be fixed now
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Pisa - Italy

PostPosted: Tue Dec 15, 2009 4:36 am    Post subject: Reply with quote

Now it works. Thanks a lot for your work!
But I'm still having some problems, now with novell-nici:
Code:
>>> Unpacking source...
>>> Unpacking eDirectory_88SP5_Linux_i586.tar.gz to /var/tmp/portage/app-crypt/novell-nici-2.7.6.0.01/work
>>> Unpacking ../work/eDirectory/setup/nici-2.7.6-0.01.i586.rpm to /var/tmp/portage/app-crypt/novell-nici-2.7.6.0.01/work/novell-nici-2.7.6.0.01
rpm2cpio: /var/tmp/portage/app-crypt/novell-nici-2.7.6.0.01/distdir/../work/eDirectory/setup/nici-2.7.6-0.01.i586.rpm: No such file or directory
rpm2tar: /var/tmp/portage/app-crypt/novell-nici-2.7.6.0.01/distdir/../work/eDirectory/setup/nici-2.7.6-0.01.i586.rpm: failed to extract cpio via rpm2cpio (not actually an RPM?)
tar: This does not look like a tar archive
tar: Error exit delayed from previous errors
 *
 * ERROR: app-crypt/novell-nici-2.7.6.0.01 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_unpack
 *             environment, line 2621:  Called rpm_unpack '../work/eDirectory/setup/nici-2.7.6-0.01.i586.rpm'
 *             environment, line 2535:  Called die
 * The specific snippet of code:
 *           rpm2tar -O "${a}" | tar xf - || die "failure unpacking ${a}";
 *  The die message:
 *   failure unpacking /var/tmp/portage/app-crypt/novell-nici-2.7.6.0.01/distdir/../work/eDirectory/setup/nici-2.7.6-0.01.i586.rpm
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-crypt/novell-nici-2.7.6.0.01/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-crypt/novell-nici-2.7.6.0.01/temp/environment'.
 * This ebuild used the following eclasses from overlays:
 *   /usr/local/portage/layman/n4g/eclass/novell.eclass
 * This ebuild is from an overlay named 'n4g': '/usr/local/portage/layman/n4g/'
 *


Could be a problem with the ebuild?
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 247
Location: Austria,Graz

PostPosted: Tue Dec 15, 2009 9:22 am    Post subject: Reply with quote

ginsoak wrote:
Now it works. Thanks a lot for your work!
But I'm still having some problems, now with novell-nici:

Could be a problem with the ebuild?


arrr what is going on i am making too many errors in the last week (at job, at university, at privat live)

should be corrected

thx
Mario
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Pisa - Italy

PostPosted: Tue Dec 15, 2009 12:12 pm    Post subject: Reply with quote

ok, it compile all correctly, but i got this error when run gnwlogin
Quote:
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct NULL not valid
Aborted
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 247
Location: Austria,Graz

PostPosted: Tue Dec 15, 2009 1:06 pm    Post subject: Reply with quote

ginsoak wrote:
ok, it compile all correctly, but i got this error when run gnwlogin
Quote:
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct NULL not valid
Aborted


first there is no compile (exept novfs kernel module).
this packages install the binaries für opensuse on gentoo
they can work or not (mostely not)
the command line versions are working normally

whats the version of your libxcb
Code:
equery l libxcb


the binaries are build for libxcb <=1.1.90.1
if you have a newer version the ebuild is binary hacking the binaries to work without libxcb-xlib

only to check you have added the init scripts to the system
Code:
rc-update add novfsd default
rc-update add novell-xregd default


soetimes when the nici key is not updated it also crasches
so run
Code:
etc-update

and run as normal user
Code:
/var/opt/novell/nici/primenici
on a x86 system or
Code:
/var/opt/novell/nici/primenici64
on a amd64 system

it will create the required security key for the user
Back to top
View user's profile Send private message
ginsoak
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 139
Location: Pisa - Italy

PostPosted: Wed Dec 16, 2009 11:58 am    Post subject: Reply with quote

ok, i say "compile" to explain faster.
my version of libxcb is x11-libs/libxcb-1.4-r1

i tried libxcb <= 1.1.90.1 but broke my system

init scripts are correctly added

i have not primenici... (searched everywhere with find)
Back to top
View user's profile Send private message
Geos_One
Apprentice
Apprentice


Joined: 15 Sep 2005
Posts: 247
Location: Austria,Graz

PostPosted: Wed Dec 16, 2009 1:03 pm    Post subject: Reply with quote

ginsoak wrote:
ok, i say "compile" to explain faster.
my version of libxcb is x11-libs/libxcb-1.4-r1

i tried libxcb <= 1.1.90.1 but broke my system

init scripts are correctly added

i have not primenici... (searched everywhere with find)


ok plz
emerge -1v novell-nici

you dont have to go back to old libxcb
i am runing 1.5
an every thing works fine (sabayon 5 and x11 overlay)

primenici can be found in /var/opt/novell/nici/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 11, 12, 13, 14, 15, 16  Next
Page 12 of 16

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum