Summary: | net-misc/whois and dev-tcltk/expect conflict with each other | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Carsten Lohrke (RETIRED) <carlo> |
Component: | New packages | Assignee: | Seemant Kulleen (RETIRED) <seemant> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | stan |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
expect-5.37.1-r2.ebuild
expect-5.37.1-r2.ebuild expect-5.37.1-r2.ebuild expect-5.40.0-r1.ebuild |
Description
Carsten Lohrke (RETIRED)
![]() carlo, are both mkpasswd's identical (code, binary and manpage)? If so, then my suggestion would be to make a separate ebuild for mkpasswd and have whois and expect both PDEPEND on that package. No, the 'whois' version is a libcrypt.so frontend with a very different option set, compared to the other one. in that case, expect needs to be made to install something other than "mkpasswd" and it (and things which depend on it) need to be made aware of it. Created attachment 32670 [details]
expect-5.37.1-r2.ebuild
* mkpasswd (and other examples) installed in /usr/share/doc (debian stores them
in similar place)
* removed static libraries (both copies)
TODO: find anything this breaks
Created attachment 32695 [details]
expect-5.37.1-r2.ebuild
* dont remove /usr/lib/expect5.37/pkgIndex.tcl so this works:
#!/usr/bin/tclsh
package require Expect
puts [package versions Expect]
looked at net-mail/courier-imap, media-sound/waif, dev-util/dejagnu,
mail-client/exmh, net-misc/xsmbrowser, sys-libs/pam_ssh_agent, x11-misc/x2vnc -
non seem to compile against expect libraries, only use /usr/bin/expect
package is similar to debian one (doesn't have static libs either)
Created attachment 32711 [details]
expect-5.37.1-r2.ebuild
* fix paths in man pages and example scripts
* keep static lib as in debian's expect-dev
thank you stan, I'll get on these, unless you want them, Carlo? Nope, I'm just the reporter in this case. stan, I don't suppose you'd have a new 5.40 ebuild too would you? Created attachment 35312 [details]
expect-5.40.0-r1.ebuild
stan, would you be interested in being part of the dev-tcltk team by any chance? fixed in portage -- stan email me if you're interested, k? |