Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45250 - emerge -B don't create .tbz2 with right USE flasg
Summary: emerge -B don't create .tbz2 with right USE flasg
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-20 19:02 UTC by Enderson Tadeu S. Maia (RETIRED)
Modified: 2004-03-22 05:08 UTC (History)
0 users

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 Enderson Tadeu S. Maia (RETIRED) gentoo-dev 2004-03-20 19:02:37 UTC
This is the situation
# etcat -u samba
[ Colour Code : set unset ]
[ Legend   : (U) Col 1 - Current USE flags        ]
[          : (I) Col 2 - Installed With USE flags ]

 U I [ Found these USE variables in : net-fs/samba-2.2.8a ]
 + + pam  : Adds support PAM (Pluggable Authentication Modules)
 - - acl  : Adds support for Access Control Lists
 + + cups : Add support for CUPS (Common Unix Printing System)
 + - ldap : Adds LDAP support (Lightweight Directory Access Protocol)
 + + ssl  : Adds support for Secure Socket Layer connections
 + + tcpd : Adds support for TCP wrappers
 + + oav  : Adds support for anti-virus from the openantivirus.org project

I have ldap in my USE flag, but I compiled samba with USE="-ldap"; before this
I tried this command #USE="-ldap" emerge -B samba but the resulting .tbz2 had
the ldap compiled in.

So I had to compile the samba with #USE="-ldap" emerge samba and then
used the quickpkg tool, just with this I created a package.

I can't do more tests with it, so i commited this bugs, so anyone likes to try.

Sorry my english.
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-03-20 19:45:57 UTC
From which version is that `etcat` output, the `emerge -B` or the `quickpkg` one ?
Comment 2 Enderson Tadeu S. Maia (RETIRED) gentoo-dev 2004-03-20 19:53:24 UTC
etcat (0.3.1)
QUICKPKG ver 1.2
portage-2.0.50-r1

It's a production server, I can't always test but I'll create the package with
the -B option using -ldap and ldap and will install in another machine to see the
etcat results, I thik this way I can confirm.

Can do this at monday.
Comment 3 Enderson Tadeu S. Maia (RETIRED) gentoo-dev 2004-03-22 05:08:58 UTC
Just tested in another machine an it worked.
Same versions of portage and etcat.