Opened 12 years ago
Closed 11 years ago
#34558 closed defect (fixed)
samba3: universal variant fails
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.1 |
Keywords: | Cc: | darkwalk@…, cooljeanius (Eric Gallager) | |
Port: | samba3 |
Description
Attachments (1)
Change History (10)
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | samba3.main.log.bz2 added |
---|
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | darkwalk@… added |
---|---|
Owner: | changed from mww@… to macports-tickets@… |
comment:2 Changed 11 years ago by darkwalk@…
This is opened 13 months ago. so I guess its low priority? Any workaround instead? Thanks.
comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
The previous maintainer of the port does not appear to have worked on a solution. The port currently has no maintainer. The workaround is to install samba3 without the universal variant, which of course doesn't help if you require the universal variant. You could also look into the samba4 port and see if it is better-behaved.
comment:4 Changed 11 years ago by darkwalk@…
Thanks for the help. can you direct me to the non-universal variant? I googled but couldn't find anything. I am unsure what to google. Thank you!
comment:6 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
If you type "sudo port install samba3 +universal" you get the universal variant. Or if you put "+universal" in variants.conf. Or if a port you're installing requires that samba3 be installed universal. Otherwise, if you just type "sudo port install samba3", you should not get the universal variant. To explicitly request that you don't want the universal variant, type "sudo port install samba3 -universal". You may need to "sudo port clean samba3" first to clean out your previous failed attempt.
comment:7 follow-up: 8 Changed 11 years ago by darkwalk@…
THank you so much! It worked like a charm. Without specifying, it defaults to universal, so I had to force the install by using -universal.
comment:8 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to darkwalk@…:
Without specifying, it defaults to universal,
Only if you asked for that by putting "+universal" in variants.conf. If you no longer want that, remove "+universal" from variants.conf.
comment:9 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I've disabled the universal variant in r108866 because I'm tired of running into this problem (because I do have +universal in my variants.conf). If someone wants to reintroduce a working universal variant for this port that would be great.
Has duplicate #39350.