Bug 202693 - [EXP-RUN] Take CentOS 6.7 userland for exp-run
Summary: [EXP-RUN] Take CentOS 6.7 userland for exp-run
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-27 14:58 UTC by Johannes Jost Meixner
Modified: 2015-10-12 20:42 UTC (History)
4 users (show)

See Also:


Attachments
CentOS 6.7 things (319.12 KB, patch)
2015-08-27 14:58 UTC, Johannes Jost Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Jost Meixner freebsd_committer freebsd_triage 2015-08-27 14:58:59 UTC
Created attachment 160407 [details]
CentOS 6.7 things

Patch attached updates linux ports framework/userland (both 32bit and 64bit variants) to CentOS 6.7.

Please test this once without, and once with,

the following addition to /etc/make.conf:

OVERRIDE_LINUX_BASE_PORT=c6_64
OVERRIDE_LINUX_NONBASE_PORTS=c6_64

Thanks,
Johannes
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2015-08-28 20:20:54 UTC
Can you explain this change to Mk/bsd.linux-apps.mk:

-. if defined(OVERRIDE_LINUX_NONBASE_PORTS)
+. if defined(OVERRIDE_LINUX_NONBASE_PORTS) && ! defined(USE_LINUX)

AFAIK,  99% of linux ports have USE_LINUX defined,  so this totally changes previous behavior?
Comment 2 Johannes Jost Meixner freebsd_committer freebsd_triage 2015-09-01 11:46:37 UTC
(In reply to Antoine Brodin from comment #1)
Yes.

It seems to be one possible solution to PR #202264, which falsely makes flashplugin11 depend on both linux_base-f10 *AND* apps from the linux-c6- namespace.

Which is wrong, of course ;-)
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2015-09-01 11:54:11 UTC
And does this fix actually work?
Comment 4 Antoine Brodin freebsd_committer freebsd_triage 2015-10-12 20:42:13 UTC
Close after feedback timeout,  the:

-. if defined(OVERRIDE_LINUX_NONBASE_PORTS)
+. if defined(OVERRIDE_LINUX_NONBASE_PORTS) && ! defined(USE_LINUX)

is definitely bogus.

Please re-open a bug if you feel this update is needed and you intend to work on providing feedback / fixing fallout.