Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Novell Ebuilds

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
392 posts
  • Page 12 of 16
    • Jump to page:
  • Previous
  • 1
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • …
  • 16
  • Next
Author
Message
Geos_One
Apprentice
Apprentice
User avatar
Posts: 250
Joined: Thu Sep 15, 2005 10:47 am
Location: Austria,Graz

  • Quote

Post by Geos_One » Sat Dec 20, 2008 9:26 pm

Ilya_a3 wrote:what`s news ?
i was ill the last 3 days (influenza)

i am working on it

Mario
Top
Ilya_a3
n00b
n00b
Posts: 14
Joined: Tue Dec 02, 2008 12:38 pm

  • Quote

Post by Ilya_a3 » Fri Jan 16, 2009 10:13 am

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 ?
Top
Geos_One
Apprentice
Apprentice
User avatar
Posts: 250
Joined: Thu Sep 15, 2005 10:47 am
Location: Austria,Graz

  • Quote

Post by Geos_One » Fri Jan 16, 2009 11:29 am

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 ....
Top
Geos_One
Apprentice
Apprentice
User avatar
Posts: 250
Joined: Thu Sep 15, 2005 10:47 am
Location: Austria,Graz

  • Quote

Post by Geos_One » Tue Jan 20, 2009 9:52 pm

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
Top
Ilya_a3
n00b
n00b
Posts: 14
Joined: Tue Dec 02, 2008 12:38 pm

  • Quote

Post by Ilya_a3 » Mon Jan 26, 2009 10:14 am

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 ;)
Top
akhuettel
n00b
n00b
Posts: 11
Joined: Thu May 01, 2008 5:45 pm
Location: Regensburg, Germany
Contact:
Contact akhuettel
Website

  • Quote

Post by akhuettel » Mon Feb 23, 2009 6:47 pm

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: 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
Top
Geos_One
Apprentice
Apprentice
User avatar
Posts: 250
Joined: Thu Sep 15, 2005 10:47 am
Location: Austria,Graz

  • Quote

Post by Geos_One » Mon Feb 23, 2009 7:30 pm

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
Top
ginsoak
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 140
Joined: Thu Feb 10, 2005 9:26 am
Location: Berlin

novell client

  • Quote

Post by ginsoak » Tue Dec 08, 2009 9:56 pm

I'm having trouble finding novell-client-2.0-sp2-sle11-i586.iso, links are broken.
does someone know a working link?
Top
Geos_One
Apprentice
Apprentice
User avatar
Posts: 250
Joined: Thu Sep 15, 2005 10:47 am
Location: Austria,Graz

oh Updates

  • Quote

Post by Geos_One » Wed Dec 09, 2009 2:57 pm

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
Top
Geos_One
Apprentice
Apprentice
User avatar
Posts: 250
Joined: Thu Sep 15, 2005 10:47 am
Location: Austria,Graz

Re: novell client

  • Quote

Post by Geos_One » Sat Dec 12, 2009 8:49 am

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
Top
ginsoak
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 140
Joined: Thu Feb 10, 2005 9:26 am
Location: Berlin

  • Quote

Post by ginsoak » Sat Dec 12, 2009 10:43 am

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.
Top
Geos_One
Apprentice
Apprentice
User avatar
Posts: 250
Joined: Thu Sep 15, 2005 10:47 am
Location: Austria,Graz

  • Quote

Post by Geos_One » Sun Dec 13, 2009 7:43 pm

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
Top
ginsoak
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 140
Joined: Thu Feb 10, 2005 9:26 am
Location: Berlin

  • Quote

Post by ginsoak » Mon Dec 14, 2009 5:59 am

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...
Top
Geos_One
Apprentice
Apprentice
User avatar
Posts: 250
Joined: Thu Sep 15, 2005 10:47 am
Location: Austria,Graz

  • Quote

Post by Geos_One » Mon Dec 14, 2009 6:27 am

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
Top
ginsoak
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 140
Joined: Thu Feb 10, 2005 9:26 am
Location: Berlin

  • Quote

Post by ginsoak » Mon Dec 14, 2009 7:40 am

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
Top
Geos_One
Apprentice
Apprentice
User avatar
Posts: 250
Joined: Thu Sep 15, 2005 10:47 am
Location: Austria,Graz

  • Quote

Post by Geos_One » Mon Dec 14, 2009 10:44 am

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.
Top
Geos_One
Apprentice
Apprentice
User avatar
Posts: 250
Joined: Thu Sep 15, 2005 10:47 am
Location: Austria,Graz

  • Quote

Post by Geos_One » Mon Dec 14, 2009 11:48 am

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.
Top
ginsoak
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 140
Joined: Thu Feb 10, 2005 9:26 am
Location: Berlin

  • Quote

Post by ginsoak » Mon Dec 14, 2009 12:10 pm

I'm missing something...
got

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.ebuild
Top
Geos_One
Apprentice
Apprentice
User avatar
Posts: 250
Joined: Thu Sep 15, 2005 10:47 am
Location: Austria,Graz

  • Quote

Post by Geos_One » Mon Dec 14, 2009 2:14 pm

ginsoak wrote:I'm missing something...
got

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.ebuild
arr missed to add the 3.0 ebuilds
should be fixed now
Top
ginsoak
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 140
Joined: Thu Feb 10, 2005 9:26 am
Location: Berlin

  • Quote

Post by ginsoak » Tue Dec 15, 2009 4:36 am

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

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/'
 * 
Could be a problem with the ebuild?
Top
Geos_One
Apprentice
Apprentice
User avatar
Posts: 250
Joined: Thu Sep 15, 2005 10:47 am
Location: Austria,Graz

  • Quote

Post by Geos_One » Tue Dec 15, 2009 9:22 am

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
Top
ginsoak
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 140
Joined: Thu Feb 10, 2005 9:26 am
Location: Berlin

  • Quote

Post by ginsoak » Tue Dec 15, 2009 12:12 pm

ok, it compile all correctly, but i got this error when run gnwlogin
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct NULL not valid
Aborted
Top
Geos_One
Apprentice
Apprentice
User avatar
Posts: 250
Joined: Thu Sep 15, 2005 10:47 am
Location: Austria,Graz

  • Quote

Post by Geos_One » Tue Dec 15, 2009 1:06 pm

ginsoak wrote:ok, it compile all correctly, but i got this error when run gnwlogin
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: Select all

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: Select all

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: Select all

etc-update
and run as normal user

Code: Select all

/var/opt/novell/nici/primenici
on a x86 system or

Code: Select all

/var/opt/novell/nici/primenici64
on a amd64 system

it will create the required security key for the user
Top
ginsoak
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 140
Joined: Thu Feb 10, 2005 9:26 am
Location: Berlin

  • Quote

Post by ginsoak » Wed Dec 16, 2009 11:58 am

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)
Top
Geos_One
Apprentice
Apprentice
User avatar
Posts: 250
Joined: Thu Sep 15, 2005 10:47 am
Location: Austria,Graz

  • Quote

Post by Geos_One » Wed Dec 16, 2009 1:03 pm

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/
Top
Post Reply

392 posts
  • Page 12 of 16
    • Jump to page:
  • Previous
  • 1
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • …
  • 16
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic