Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105132 - bitdefender-console doesn't work without the emul-linux-x86 USE flag
Summary: bitdefender-console doesn't work without the emul-linux-x86 USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-09-07 03:37 UTC by Andrej Kacian (RETIRED)
Modified: 2005-09-07 14:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Kacian (RETIRED) gentoo-dev 2005-09-07 03:37:39 UTC
When trying to run bitdefender-console on a pure amd64 box without
USE="emul-linux-x86", it doesn't work:

# bdc .
BDC/Linux-Console v7.0 (build 2490) (i386) (Dec 10 2003 16:11:35)
Copyright (C) 1996-2003 SOFTWIN SRL. All rights reserved.

Error: core initialization failed: Libfn initialization failed
# bdc --update
BDC/Linux-Console v7.0 (build 2490) (i386) (Dec 10 2003 16:11:35)
Copyright (C) 1996-2003 SOFTWIN SRL. All rights reserved.

Error: can't find update dll

I suggest removing the USE flag and adding it as an amd64-specific DEPEND, so
     emul-linux-x86? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )"
will become
     amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )"

This seems to have something to do with multilib, of which I have absolutely no
idea how it works, so please advise.
Comment 1 Herbie Hopkins (RETIRED) gentoo-dev 2005-09-07 14:26:05 UTC
Fixed in CVS, thanks for reporting.