i was ill the last 3 days (influenza)Ilya_a3 wrote:what`s news ?
i am working on it
Mario
1. new client releaseIlya_a3 wrote: Hi. what news ?
update finishedGeos_One wrote:1. new client releaseIlya_a3 wrote: Hi. what news ?
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 ....
ThanksGeos_One wrote:update finishedGeos_One wrote:1. new client releaseIlya_a3 wrote: Hi. what news ?
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 ....
Code: Select all
--- ../../../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
great work with --select-vm i never thought about this.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!
the update is finisched but there is still a problem with shutting down the coputer the novfs daeomon blocks the unmount of the novfsginsoak wrote:I'm having trouble finding novell-client-2.0-sp2-sle11-i586.iso, links are broken.
does someone know a working link?
i think it is gone nowginsoak 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.
they did a inplace update of the clientginsoak 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...
so the mask is finishedGeos_One wrote:i am going to mask the 3.0 client until it is published again.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
Code: Select all
!!! 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.ebuildarr missed to add the 3.0 ebuildsginsoak wrote:I'm missing something...
gotCode: Select all
!!! 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
Code: Select all
>>> 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/'
*
first there is no compile (exept novfs kernel module).ginsoak wrote:ok, it compile all correctly, but i got this error when run gnwloginterminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct NULL not valid
Aborted
Code: Select all
equery l libxcbCode: Select all
rc-update add novfsd default
rc-update add novell-xregd defaultCode: Select all
etc-updateCode: Select all
/var/opt/novell/nici/primeniciCode: Select all
/var/opt/novell/nici/primenici64ok plzginsoak 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)