-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QT change in openembedded-core causes build failure #22
Comments
We don't use github.com for tracking issues. Please subscribe to openembedded-devel ML and you'll see that I've sent patch for this last week (and added it to master-next) and it was merged to master today. |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Jan 12, 2021
It builds out of tree fine now. Release notes for 4.16.0 ======================== - Fulltext now searches files with UTF-7, UTF-8, UTF-16 BE/LE, and UTF-32 BE/LE encodings - Replace Gtk/Gdk/GLib deprecated code (openembedded#6) - Use "match all" method for fulltext search (openembedded#30) Translation Updates: Arabic, Basque, Belarusian, Danish, Estonian, Finnish, French, Indonesian, Japanese, Kabyle, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== [Please note that this is a development release.] Disclaimer on the significant version bump (1.4.x to 4.15.x): With this release, Catfish has started integrating Xfce components. Going forward, Catfish's versioning scheme will reflect the target Xfce release. Dependency Changes: - GTK >= 3.22 - GLib >= 2.42 - Python 2 support has been removed - Python 3 >= 3.2 (openembedded#33) - Xfconf >= 4.14.0 (requires GObject Introspection, see INSTALL) - Zeitgeist optional dependency now requires GObject Introspection New Features: - Added Ctrl+H shortcut to show/hide hidden files (openembedded#16) - Added "Today" and "Month" filters to the sidebar (openembedded#23) - Fulltext searches now include more text files (openembedded#7) General: - New app icon, now using an rDNS icon name (org.xfce.catfish) - Migrated ChangeLog to NEWS to better match Xfce projects - Renamed README to README.md and updated to match Xfce projects - Updated INSTALL to reference python3-specific packages (openembedded#36) - Various in-app icon updates (openembedded#15, openembedded#17, openembedded#26) - Added additional padding to Other and Custom gear icons (openembedded#20) Bug Fixes: - Check if zeitgeist daemon is running at startup (openembedded#34) - Correctly position custom filter popups above gear icon (openembedded#18) - Default to the current date in the custom date filters (openembedded#24) - Fix 'list' object has no attribute 'lower' (openembedded#9) - Fix fulltext freeze with special files (openembedded#32) - Fix python crash when some extension scheme is used (openembedded#35) - Fix statusbar moving on mouseover - Move custom file extension hint to tooltip (openembedded#25) - Sidebar entries no longer move when losing focus (openembedded#22) Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, Ukrainian Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Jan 13, 2021
It builds out of tree fine now. Release notes for 4.16.0 ======================== - Fulltext now searches files with UTF-7, UTF-8, UTF-16 BE/LE, and UTF-32 BE/LE encodings - Replace Gtk/Gdk/GLib deprecated code (openembedded#6) - Use "match all" method for fulltext search (openembedded#30) Translation Updates: Arabic, Basque, Belarusian, Danish, Estonian, Finnish, French, Indonesian, Japanese, Kabyle, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== [Please note that this is a development release.] Disclaimer on the significant version bump (1.4.x to 4.15.x): With this release, Catfish has started integrating Xfce components. Going forward, Catfish's versioning scheme will reflect the target Xfce release. Dependency Changes: - GTK >= 3.22 - GLib >= 2.42 - Python 2 support has been removed - Python 3 >= 3.2 (openembedded#33) - Xfconf >= 4.14.0 (requires GObject Introspection, see INSTALL) - Zeitgeist optional dependency now requires GObject Introspection New Features: - Added Ctrl+H shortcut to show/hide hidden files (openembedded#16) - Added "Today" and "Month" filters to the sidebar (openembedded#23) - Fulltext searches now include more text files (openembedded#7) General: - New app icon, now using an rDNS icon name (org.xfce.catfish) - Migrated ChangeLog to NEWS to better match Xfce projects - Renamed README to README.md and updated to match Xfce projects - Updated INSTALL to reference python3-specific packages (openembedded#36) - Various in-app icon updates (openembedded#15, openembedded#17, openembedded#26) - Added additional padding to Other and Custom gear icons (openembedded#20) Bug Fixes: - Check if zeitgeist daemon is running at startup (openembedded#34) - Correctly position custom filter popups above gear icon (openembedded#18) - Default to the current date in the custom date filters (openembedded#24) - Fix 'list' object has no attribute 'lower' (openembedded#9) - Fix fulltext freeze with special files (openembedded#32) - Fix python crash when some extension scheme is used (openembedded#35) - Fix statusbar moving on mouseover - Move custom file extension hint to tooltip (openembedded#25) - Sidebar entries no longer move when losing focus (openembedded#22) Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, Ukrainian Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this issue
Jan 14, 2021
It builds out of tree fine now. Release notes for 4.16.0 ======================== - Fulltext now searches files with UTF-7, UTF-8, UTF-16 BE/LE, and UTF-32 BE/LE encodings - Replace Gtk/Gdk/GLib deprecated code (openembedded#6) - Use "match all" method for fulltext search (openembedded#30) Translation Updates: Arabic, Basque, Belarusian, Danish, Estonian, Finnish, French, Indonesian, Japanese, Kabyle, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== [Please note that this is a development release.] Disclaimer on the significant version bump (1.4.x to 4.15.x): With this release, Catfish has started integrating Xfce components. Going forward, Catfish's versioning scheme will reflect the target Xfce release. Dependency Changes: - GTK >= 3.22 - GLib >= 2.42 - Python 2 support has been removed - Python 3 >= 3.2 (openembedded#33) - Xfconf >= 4.14.0 (requires GObject Introspection, see INSTALL) - Zeitgeist optional dependency now requires GObject Introspection New Features: - Added Ctrl+H shortcut to show/hide hidden files (openembedded#16) - Added "Today" and "Month" filters to the sidebar (openembedded#23) - Fulltext searches now include more text files (openembedded#7) General: - New app icon, now using an rDNS icon name (org.xfce.catfish) - Migrated ChangeLog to NEWS to better match Xfce projects - Renamed README to README.md and updated to match Xfce projects - Updated INSTALL to reference python3-specific packages (openembedded#36) - Various in-app icon updates (openembedded#15, openembedded#17, openembedded#26) - Added additional padding to Other and Custom gear icons (openembedded#20) Bug Fixes: - Check if zeitgeist daemon is running at startup (openembedded#34) - Correctly position custom filter popups above gear icon (openembedded#18) - Default to the current date in the custom date filters (openembedded#24) - Fix 'list' object has no attribute 'lower' (openembedded#9) - Fix fulltext freeze with special files (openembedded#32) - Fix python crash when some extension scheme is used (openembedded#35) - Fix statusbar moving on mouseover - Move custom file extension hint to tooltip (openembedded#25) - Sidebar entries no longer move when losing focus (openembedded#22) Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, Ukrainian Signed-off-by: Andreas Müller <[email protected]>
schnitzeltony
added a commit
to schnitzeltony/meta-openembedded
that referenced
this issue
Jan 14, 2021
It builds out of tree fine now. Release notes for 4.16.0 ======================== - Fulltext now searches files with UTF-7, UTF-8, UTF-16 BE/LE, and UTF-32 BE/LE encodings - Replace Gtk/Gdk/GLib deprecated code (openembedded#6) - Use "match all" method for fulltext search (openembedded#30) Translation Updates: Arabic, Basque, Belarusian, Danish, Estonian, Finnish, French, Indonesian, Japanese, Kabyle, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== [Please note that this is a development release.] Disclaimer on the significant version bump (1.4.x to 4.15.x): With this release, Catfish has started integrating Xfce components. Going forward, Catfish's versioning scheme will reflect the target Xfce release. Dependency Changes: - GTK >= 3.22 - GLib >= 2.42 - Python 2 support has been removed - Python 3 >= 3.2 (openembedded#33) - Xfconf >= 4.14.0 (requires GObject Introspection, see INSTALL) - Zeitgeist optional dependency now requires GObject Introspection New Features: - Added Ctrl+H shortcut to show/hide hidden files (openembedded#16) - Added "Today" and "Month" filters to the sidebar (openembedded#23) - Fulltext searches now include more text files (openembedded#7) General: - New app icon, now using an rDNS icon name (org.xfce.catfish) - Migrated ChangeLog to NEWS to better match Xfce projects - Renamed README to README.md and updated to match Xfce projects - Updated INSTALL to reference python3-specific packages (openembedded#36) - Various in-app icon updates (openembedded#15, openembedded#17, openembedded#26) - Added additional padding to Other and Custom gear icons (openembedded#20) Bug Fixes: - Check if zeitgeist daemon is running at startup (openembedded#34) - Correctly position custom filter popups above gear icon (openembedded#18) - Default to the current date in the custom date filters (openembedded#24) - Fix 'list' object has no attribute 'lower' (openembedded#9) - Fix fulltext freeze with special files (openembedded#32) - Fix python crash when some extension scheme is used (openembedded#35) - Fix statusbar moving on mouseover - Move custom file extension hint to tooltip (openembedded#25) - Sidebar entries no longer move when losing focus (openembedded#22) Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, Ukrainian Signed-off-by: Andreas Müller <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Feb 20, 2023
Changelog: ========== * Convert repo to git * Remove sig unsafe functions from signal handler (Ticket openembedded#22). * Allow -e to explicitly specify the environment variable to use (Ticket openembedded#5). * Unset the variable specified with -e before calling subprogram (Ticket openembedded#25). * Change the logic for setting a controlling TTY. Fixes compatibility issues with OpenSolaris and MSYS/Cygwin. Thanks Marcin Olszewski for the fix. Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Aug 1, 2023
Changelog: =========== * drop rt.cpan from SUPPORT section * Test::More::isn't warns in perl 5.38 * add zlib-ng 2.1.3 * add zlib-ng 2.1.2 * Change storage of ZLIBNG_VER_STATUS from IV to PV pmqs/Compress-Raw-Zlib#24 * Fix to allow building with C++17 register keyword not allowed in C++17 pmqs/Compress-Raw-Zlib#23 * Change while loop for `LimitOutput` example pmqs/Compress-Raw-Zlib#21 * [doc] zlib.h: Remove duplicate "the" (openembedded#22) * Add zlib compat version for 2.0.7 Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
ojayanth
added a commit
to ojayanth/meta-openembedded
that referenced
this issue
Nov 6, 2024
Added version bump to fix the ipmitool build issue. Build failure details available as part of this commit. https://codeberg.org/IPMITool/ipmitool/commit/bf774149ae7f74c12164a5b021b23520c5ca4016 Additional commit included in this version bump are below. Alexander Amelkin (1): man: Remove duplicate description for -b and -B Alexander Filippov (3): Remove trailing spaces replace HAS_PRAGMA_PACK macros imb: refix structure packing Howitzer105mm (4): Establish a uniform structure packing syntax ipmievd: Eliminate a possible command line overrun (openembedded#27) open: Eliminate buffer overrun (openembedded#24) lan: Clean compile time warning from LAN authentication (openembedded#22) István Donkó (1): doc: fix a small typo in `print_user_usage` Johnathan Mantey (1): fru: Fix a typo causing compilation to fail (openembedded#37) Miao Wang (1): lan: fix lan print fails on unsupported parameters bbradley (1): chassis: Partial revert of 6e037d6bfbb (openembedded#19) Signed-off-by: Jayanth Othayoth <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Nov 6, 2024
Added version bump to fix the ipmitool build issue. Build failure details available as part of this commit. https://codeberg.org/IPMITool/ipmitool/commit/bf774149ae7f74c12164a5b021b23520c5ca4016 Additional commit included in this version bump are below. Alexander Amelkin (1): man: Remove duplicate description for -b and -B Alexander Filippov (3): Remove trailing spaces replace HAS_PRAGMA_PACK macros imb: refix structure packing Howitzer105mm (4): Establish a uniform structure packing syntax ipmievd: Eliminate a possible command line overrun (openembedded#27) open: Eliminate buffer overrun (openembedded#24) lan: Clean compile time warning from LAN authentication (openembedded#22) István Donkó (1): doc: fix a small typo in `print_user_usage` Johnathan Mantey (1): fru: Fix a typo causing compilation to fail (openembedded#37) Miao Wang (1): lan: fix lan print fails on unsupported parameters bbradley (1): chassis: Partial revert of 6e037d6bfbb (openembedded#19) Signed-off-by: Jayanth Othayoth <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you attempt to build any project with which uses recipes from meta-openembedded/meta-oe, there are build errors due to QT changes in openembedded-core:
The problem line is
due to the fact recipes-qt are no longer a part of the OE-core.
It appears that a recent commit to the openembedded-core project made changes to QT which are causing this build failure:
In addition to the monav recipe, several others in the meta-eo have dependencies on QT:
Let me know if more information is need or some direction on how to resolve the problem.
The text was updated successfully, but these errors were encountered: