Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2015 12:13:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200970] databases/mysql56-client -- r389659 should apply to only HEAD
Message-ID:  <bug-200970-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200970

            Bug ID: 200970
           Summary: databases/mysql56-client -- r389659 should apply to
                    only HEAD
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ale@FreeBSD.org
          Reporter: jdc@koitsu.org
          Assignee: ale@FreeBSD.org
             Flags: maintainer-feedback?(ale@FreeBSD.org)

Recent change to databases/mysql56-{client,server}:

http://svnweb.freebsd.org/ports?view=revision&revision=389659

The commit message explicitly states that this workaround is for HEAD. 
However, the committer applied this universally, so now FreeBSD 8.x, 9.x, 10.x,
etc. all pull in libedit as a dependency (when on 9.x and possibly others this
is entirely unnecessary; stock system libedit works fine there).

Rephrased: if this workaround is needed for just HEAD then there should be an
${OSVERSION} check surrounding this logic, or the version comparison for
libedit needs to be adjusted.
Proof that this affects 9.x:


# pkg upgrade mysql56-client
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        libedit: 3.1.20150325_1

Installed packages to be UPGRADED:
        mysql56-client: 5.6.24 -> 5.6.24_1

...

$ ls -ld /usr/lib/libedit* /usr/local/lib/libedit*
-r--r--r--    1 root      wheel     217398 Jun 12 06:02 /usr/lib/libedit.a
lrwxr-xr-x    1 root      wheel         17 Jun 12 06:02 /usr/lib/libedit.so ->
/lib/libedit.so.7
-r--r--r--    1 root      wheel     227174 Jun 12 06:02 /usr/lib/libedit_p.a
-rw-r--r--    1 root      wheel     343502 Jun 13 12:11
/usr/local/lib/libedit.a
lrwxr-xr-x    1 root      wheel         17 Jun 13 12:11
/usr/local/lib/libedit.so -> libedit.so.0.0.53
lrwxr-xr-x    1 root      wheel         17 Jun 13 12:11
/usr/local/lib/libedit.so.0 -> libedit.so.0.0.53
-rwxr-xr-x    1 root      wheel     217656 Jun 13 12:11
/usr/local/lib/libedit.so.0.0.53

Footnote: bugs 179841 or 197491 may be related to this too.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200970-13>