First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 243446
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo wxWidgets Herd <wxwidgets@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: David Leverton <levertond@googlemail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 243446 depends on: Show dependency tree
Bug 243446 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-10-23 17:58 0000
x11-libs/wxGTK-2.8.8.1 attempts to install the files
    /usr/share/bakefile/presets/wx.bkl
    /usr/share/bakefile/presets/wx_unix.bkl
    /usr/share/bakefile/presets/wx_win32.bkl
which are created by eselect wxwidgets as symlinks to their versioned
equivalents.

This appears to be caused by the following difference between
wxGTK-2.8.4-collision.patch and wxGTK-2.8.8-collision.patch:

        $(INSTALL_DIR) $(DESTDIR)$(datadir)/bakefile/presets
--      (cd $(srcdir)/build/bakefiles/wxpresets/presets/ ; $(INSTALL_DATA) 
wx.bkl wx_unix.bkl wx_win32.bkl $(DESTDIR)$(datadir)/bakefile/presets)
+       (cd $(srcdir)/build/bakefiles/wxpresets/presets ; $(INSTALL_DATA) 
wx.bkl wx_unix.bkl wx_win32.bkl $(DESTDIR)$(datadir)/bakefile/presets)
 +      (cd $(srcdir)/build/bakefiles/wxpresets/presets/ ; for i in wx.bkl
wx_unix.bkl wx_win32.bkl; \
 +      do $(INSTALL_DATA)  $$i
$(DESTDIR)$(datadir)/bakefile/presets/wx$(WX_RELEASE_NODOT)$${i##wx} ; done)
        $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx

Notice that the removal of the installation of the unversioned files has itself
been removed from the newer patch, presumably inadvertently when updating it to
account for the missing trailing slash.

------- Comment #1 From Ryan Hill 2008-10-27 07:26:54 0000 -------
looks like portage doesn't do config-protect on symlinks, which is why i don't
hit this.  will fix tomorrow.

------- Comment #2 From Ryan Hill 2008-10-28 22:52:35 0000 -------
Fixed, thanks.

First Last Prev Next    No search results available      Search page      Enter new bug