Skip to content
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

yocto project building errors for protobuf 3.4.x #83

Closed
beltagymohamed opened this issue Jun 1, 2018 · 2 comments
Closed

yocto project building errors for protobuf 3.4.x #83

beltagymohamed opened this issue Jun 1, 2018 · 2 comments

Comments

@beltagymohamed
Copy link

beltagymohamed commented Jun 1, 2018

When building an image using Yocto Rocko, and meta-openembedded layer building protobuf fail with the following error:
WARNING: protobuf-3.4.1+gitAUTOINC+b04e5cba35-r0 do_fetch: Failed to fetch URL git://github.com/google/protobuf.git;branch=3.4.x, attempting MIRRORS if available ERROR: protobuf-3.4.1+gitAUTOINC+b04e5cba35-r0 do_fetch: Fetcher failure: Unable to find revision b04e5cba356212e4e8c66c61bbe0c3a20537c5b9 in branch 3.4.x even from upstream ERROR: protobuf-3.4.1+gitAUTOINC+b04e5cba35-r0 do_fetch: Fetcher failure for URL: 'git://github.com/google/protobuf.git;branch=3.4.x'. Unable to fetch URL from any source. ERROR: protobuf-3.4.1+gitAUTOINC+b04e5cba35-r0 do_fetch: Function failed: base_do_fetch ERROR: Logfile of failure stored in: /home/root/Documents/yocto-build-verify/build/tmp/work/corei7-64-poky-linux/protobuf/3.4.1+gitAUTOINC+b04e5cba35-r0/temp/log.do_fetch.11330 ERROR: Task (/home/root/Documents/yocto-build-verify/poky/../meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb:do_fetch) failed with exit code '1'
I think it is a recent issue because I also saw this post link about the same problem reported one day ago

@opello
Copy link

opello commented Jun 8, 2018

I commented over on google/protobuf #4670 with a workaround of setting the SRC_URI to git://github.com/google/protobuf.git;tag=v3.4.1 but did not open a PR here because I don't know how the branches are maintained. rocko appears to not have much in the way of new commits, but rocko-next has active development. I did a cursory search to find out how branches were used here, but failed.

I think that with a specifically versioned recipe (i.e. 3.4.1) using the tag is most appropriate so that the project can clean up maintenance branches that are no longer necessary.


Looks like this is already fixed upstream.

@kraj
Copy link
Contributor

kraj commented Dec 22, 2018

@kraj kraj closed this as completed Dec 22, 2018
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 2, 2020
Overview of changes in 3.36.0

=============================

* Updated translations:
 Finnish
 Kurdish (Sorani)

Overview of changes in 3.35.90
==============================

* Bugs fixed:
 !41 Polish some rough edges in the Meson build
 !43 build: Remove AC_ISC_POSIX
 !44 build: Remove AC_HEADER_STDC
 !45 kerberos-identity-manager: Remove unused signal handler ID
 openembedded#43 daemon, dbus: Enable checking if a provider type is supported

* Updated translations:
 Croatian
 English (British)
 Japanese
 Malay

Overview of changes in 3.35.3
=============================

* Remove Pocket (!18)

* Bugs fixed:
 !36 Drop the priv pointer from the GObject instance structures
 !37 Port away from deprecated GLib API like g_memove and g_get_current_time
 !39 webview: Port to JSCValue
 !40 Use the G_DECLARE_* macros to reduce GObject boilerplate
 openembedded#83 Add Exchange and Last.fm icons

* Updated translations:
 Galician
 Russian

Overview of changes in 3.35.1
=============================

* Bugs fixed:
 openembedded#8 icons: Unbreak providers without any visual identity

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 2, 2020
Overview of changes in 3.36.0

=============================

* Updated translations:
 Finnish
 Kurdish (Sorani)

Overview of changes in 3.35.90
==============================

* Bugs fixed:
 !41 Polish some rough edges in the Meson build
 !43 build: Remove AC_ISC_POSIX
 !44 build: Remove AC_HEADER_STDC
 !45 kerberos-identity-manager: Remove unused signal handler ID
 openembedded#43 daemon, dbus: Enable checking if a provider type is supported

* Updated translations:
 Croatian
 English (British)
 Japanese
 Malay

Overview of changes in 3.35.3
=============================

* Remove Pocket (!18)

* Bugs fixed:
 !36 Drop the priv pointer from the GObject instance structures
 !37 Port away from deprecated GLib API like g_memove and g_get_current_time
 !39 webview: Port to JSCValue
 !40 Use the G_DECLARE_* macros to reduce GObject boilerplate
 openembedded#83 Add Exchange and Last.fm icons

* Updated translations:
 Galician
 Russian

Overview of changes in 3.35.1
=============================

* Bugs fixed:
 openembedded#8 icons: Unbreak providers without any visual identity

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 2, 2020
Overview of changes in 3.36.0

=============================

* Updated translations:
 Finnish
 Kurdish (Sorani)

Overview of changes in 3.35.90
==============================

* Bugs fixed:
 !41 Polish some rough edges in the Meson build
 !43 build: Remove AC_ISC_POSIX
 !44 build: Remove AC_HEADER_STDC
 !45 kerberos-identity-manager: Remove unused signal handler ID
 openembedded#43 daemon, dbus: Enable checking if a provider type is supported

* Updated translations:
 Croatian
 English (British)
 Japanese
 Malay

Overview of changes in 3.35.3
=============================

* Remove Pocket (!18)

* Bugs fixed:
 !36 Drop the priv pointer from the GObject instance structures
 !37 Port away from deprecated GLib API like g_memove and g_get_current_time
 !39 webview: Port to JSCValue
 !40 Use the G_DECLARE_* macros to reduce GObject boilerplate
 openembedded#83 Add Exchange and Last.fm icons

* Updated translations:
 Galician
 Russian

Overview of changes in 3.35.1
=============================

* Bugs fixed:
 openembedded#8 icons: Unbreak providers without any visual identity

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jun 3, 2020
Overview of changes in 3.36.0

=============================

* Updated translations:
 Finnish
 Kurdish (Sorani)

Overview of changes in 3.35.90
==============================

* Bugs fixed:
 !41 Polish some rough edges in the Meson build
 !43 build: Remove AC_ISC_POSIX
 !44 build: Remove AC_HEADER_STDC
 !45 kerberos-identity-manager: Remove unused signal handler ID
 openembedded#43 daemon, dbus: Enable checking if a provider type is supported

* Updated translations:
 Croatian
 English (British)
 Japanese
 Malay

Overview of changes in 3.35.3
=============================

* Remove Pocket (!18)

* Bugs fixed:
 !36 Drop the priv pointer from the GObject instance structures
 !37 Port away from deprecated GLib API like g_memove and g_get_current_time
 !39 webview: Port to JSCValue
 !40 Use the G_DECLARE_* macros to reduce GObject boilerplate
 openembedded#83 Add Exchange and Last.fm icons

* Updated translations:
 Galician
 Russian

Overview of changes in 3.35.1
=============================

* Bugs fixed:
 openembedded#8 icons: Unbreak providers without any visual identity

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
iipeace pushed a commit to iipeace/meta-openembedded that referenced this issue Jun 16, 2020
Overview of changes in 3.36.0

=============================

* Updated translations:
 Finnish
 Kurdish (Sorani)

Overview of changes in 3.35.90
==============================

* Bugs fixed:
 !41 Polish some rough edges in the Meson build
 !43 build: Remove AC_ISC_POSIX
 !44 build: Remove AC_HEADER_STDC
 !45 kerberos-identity-manager: Remove unused signal handler ID
 openembedded#43 daemon, dbus: Enable checking if a provider type is supported

* Updated translations:
 Croatian
 English (British)
 Japanese
 Malay

Overview of changes in 3.35.3
=============================

* Remove Pocket (!18)

* Bugs fixed:
 !36 Drop the priv pointer from the GObject instance structures
 !37 Port away from deprecated GLib API like g_memove and g_get_current_time
 !39 webview: Port to JSCValue
 !40 Use the G_DECLARE_* macros to reduce GObject boilerplate
 openembedded#83 Add Exchange and Last.fm icons

* Updated translations:
 Galician
 Russian

Overview of changes in 3.35.1
=============================

* Bugs fixed:
 openembedded#8 icons: Unbreak providers without any visual identity

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this issue Jan 27, 2021
GParted 1.2.0 (2021-01-25)

Release Notes

This release of GParted includes enhancements, bug fixes and language translation updates.
Key changes include:

    Add exFAT support using exfatprogs
    Wait for udev change on /dev/DISK when erasing signatures
    Don't try to mask non-existent Systemd \xe2\x97\x8f.service

Bug Fixes

    Add exFAT support using exfatprogs (!30)
    Fix gparted not launching when PS_FORMAT environment variable set (!54)
    Wait for udev change on /dev/DISK when erasing signatures(openembedded#83, !55)
    Raise minimum supported dosfstools to 3.0.18 (!57)
    Fix formatting directive in it.po (!58)
    Fix GNOME GitLab CI test job failures because of missing /dev entries (!59)
    Fix GitLab CI job failures following Ubuntu docker image updates (!60)
    Fix CentOS 7 CI test job fails because of zero sized /etc/machine-id (!62)
    Set default alignment to cylinder for amiga partition table (openembedded#116, !63)
    Don't try to mask non-existent Systemd \xe2\x97\x8f.service (openembedded#129, !64)

Code Credits

Code enhancements are courtesy of Mike Fleetwood, Antoine Viallon and Curtis Gedak.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this issue Jan 27, 2021
GParted 1.2.0 (2021-01-25)

Release Notes

This release of GParted includes enhancements, bug fixes and language translation updates.
Key changes include:

    Add exFAT support using exfatprogs
    Wait for udev change on /dev/DISK when erasing signatures
    Don't try to mask non-existent Systemd \xe2\x97\x8f.service

Bug Fixes

    Add exFAT support using exfatprogs (!30)
    Fix gparted not launching when PS_FORMAT environment variable set (!54)
    Wait for udev change on /dev/DISK when erasing signatures(openembedded#83, !55)
    Raise minimum supported dosfstools to 3.0.18 (!57)
    Fix formatting directive in it.po (!58)
    Fix GNOME GitLab CI test job failures because of missing /dev entries (!59)
    Fix GitLab CI job failures following Ubuntu docker image updates (!60)
    Fix CentOS 7 CI test job fails because of zero sized /etc/machine-id (!62)
    Set default alignment to cylinder for amiga partition table (openembedded#116, !63)
    Don't try to mask non-existent Systemd \xe2\x97\x8f.service (openembedded#129, !64)

Code Credits

Code enhancements are courtesy of Mike Fleetwood, Antoine Viallon and Curtis Gedak.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jan 28, 2021
GParted 1.2.0 (2021-01-25)

Release Notes

This release of GParted includes enhancements, bug fixes and language translation updates.
Key changes include:

    Add exFAT support using exfatprogs
    Wait for udev change on /dev/DISK when erasing signatures
    Don't try to mask non-existent Systemd \xe2\x97\x8f.service

Bug Fixes

    Add exFAT support using exfatprogs (!30)
    Fix gparted not launching when PS_FORMAT environment variable set (!54)
    Wait for udev change on /dev/DISK when erasing signatures(openembedded#83, !55)
    Raise minimum supported dosfstools to 3.0.18 (!57)
    Fix formatting directive in it.po (!58)
    Fix GNOME GitLab CI test job failures because of missing /dev entries (!59)
    Fix GitLab CI job failures following Ubuntu docker image updates (!60)
    Fix CentOS 7 CI test job fails because of zero sized /etc/machine-id (!62)
    Set default alignment to cylinder for amiga partition table (openembedded#116, !63)
    Don't try to mask non-existent Systemd \xe2\x97\x8f.service (openembedded#129, !64)

Code Credits

Code enhancements are courtesy of Mike Fleetwood, Antoine Viallon and Curtis Gedak.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jan 28, 2021
GParted 1.2.0 (2021-01-25)

Release Notes

This release of GParted includes enhancements, bug fixes and language translation updates.
Key changes include:

    Add exFAT support using exfatprogs
    Wait for udev change on /dev/DISK when erasing signatures
    Don't try to mask non-existent Systemd \xe2\x97\x8f.service

Bug Fixes

    Add exFAT support using exfatprogs (!30)
    Fix gparted not launching when PS_FORMAT environment variable set (!54)
    Wait for udev change on /dev/DISK when erasing signatures(openembedded#83, !55)
    Raise minimum supported dosfstools to 3.0.18 (!57)
    Fix formatting directive in it.po (!58)
    Fix GNOME GitLab CI test job failures because of missing /dev entries (!59)
    Fix GitLab CI job failures following Ubuntu docker image updates (!60)
    Fix CentOS 7 CI test job fails because of zero sized /etc/machine-id (!62)
    Set default alignment to cylinder for amiga partition table (openembedded#116, !63)
    Don't try to mask non-existent Systemd \xe2\x97\x8f.service (openembedded#129, !64)

Code Credits

Code enhancements are courtesy of Mike Fleetwood, Antoine Viallon and Curtis Gedak.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Jan 29, 2021
GParted 1.2.0 (2021-01-25)

Release Notes

This release of GParted includes enhancements, bug fixes and language translation updates.
Key changes include:

    Add exFAT support using exfatprogs
    Wait for udev change on /dev/DISK when erasing signatures
    Don't try to mask non-existent Systemd \xe2\x97\x8f.service

Bug Fixes

    Add exFAT support using exfatprogs (!30)
    Fix gparted not launching when PS_FORMAT environment variable set (!54)
    Wait for udev change on /dev/DISK when erasing signatures(openembedded#83, !55)
    Raise minimum supported dosfstools to 3.0.18 (!57)
    Fix formatting directive in it.po (!58)
    Fix GNOME GitLab CI test job failures because of missing /dev entries (!59)
    Fix GitLab CI job failures following Ubuntu docker image updates (!60)
    Fix CentOS 7 CI test job fails because of zero sized /etc/machine-id (!62)
    Set default alignment to cylinder for amiga partition table (openembedded#116, !63)
    Don't try to mask non-existent Systemd \xe2\x97\x8f.service (openembedded#129, !64)

Code Credits

Code enhancements are courtesy of Mike Fleetwood, Antoine Viallon and Curtis Gedak.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this issue Feb 3, 2021
Release notes for 0.5.2
=======================
- New Features:
  - Add a "Viewer Mode" toggle (openembedded#50, !72)
  - Improve `--quit` option: close all windows interactively (!71)
  - Improve encoding management (openembedded#42, !69)
    - Display the current encoding in the status bar
    - Make the default encoding configurable via GSettings
    - Allow to choose encoding in the "Open" and "Save As" dialogs (openembedded#42)
    - Add a command line option to choose encoding
  - Add a "Delete Line" action (openembedded#13, !66)
  - Make automatic addition of the last EOL character configurable (openembedded#53,!65)
  - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64)
    - Add file monitoring (openembedded#75)
    - Add a setting to create a tilde-backup file when saving (openembedded#27)
    - Make saving atomic (openembedded#4)

- Appearance Changes:
  - Filter files on mime type in the "Open" and "Save As" dialogs (openembedded#2, openembedded#35, !67)

- Code Refactoring:
  - Improve encoding management (openembedded#42, !69)
    - Make encoding dialog more generic and self-contained
    - Encodings definition review
    - Clarify encoding management when opening files
    - Improve unicode BOM management
  - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64)
    - Set the save action sensitivity more precisely
    - Let GFile APIs check for file existence when reading
    - Let GFile APIs check for external modifications when saving
    - Basic switch to GFile for I/O operations

- Bug Fixes:
  - Make "replace" and "replace all" behaviors consistent (openembedded#94)
  - Ensure that the page setup is properly applied when printing (openembedded#90)
  - Avoid character escape issues in menu item action names (openembedded#91)
  - Properly initialize document search properties
  - Avoid illegal memory access when searching with tab changes (!73)
  - Revert to "Wrap Around" always true for the search bar (openembedded#83)
  - Prevent too late accesses to the buffer in selection mode
  - Direct call to keybinding signals for "Delete" and "Select All" (openembedded#83)
  - Improve editing keybindings consistency (openembedded#83)

- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this issue Feb 8, 2021
Release notes for 0.5.2
=======================
- New Features:
  - Add a "Viewer Mode" toggle (openembedded#50, !72)
  - Improve `--quit` option: close all windows interactively (!71)
  - Improve encoding management (openembedded#42, !69)
    - Display the current encoding in the status bar
    - Make the default encoding configurable via GSettings
    - Allow to choose encoding in the "Open" and "Save As" dialogs (openembedded#42)
    - Add a command line option to choose encoding
  - Add a "Delete Line" action (openembedded#13, !66)
  - Make automatic addition of the last EOL character configurable (openembedded#53,!65)
  - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64)
    - Add file monitoring (openembedded#75)
    - Add a setting to create a tilde-backup file when saving (openembedded#27)
    - Make saving atomic (openembedded#4)

- Appearance Changes:
  - Filter files on mime type in the "Open" and "Save As" dialogs (openembedded#2, openembedded#35, !67)

- Code Refactoring:
  - Improve encoding management (openembedded#42, !69)
    - Make encoding dialog more generic and self-contained
    - Encodings definition review
    - Clarify encoding management when opening files
    - Improve unicode BOM management
  - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64)
    - Set the save action sensitivity more precisely
    - Let GFile APIs check for file existence when reading
    - Let GFile APIs check for external modifications when saving
    - Basic switch to GFile for I/O operations

- Bug Fixes:
  - Make "replace" and "replace all" behaviors consistent (openembedded#94)
  - Ensure that the page setup is properly applied when printing (openembedded#90)
  - Avoid character escape issues in menu item action names (openembedded#91)
  - Properly initialize document search properties
  - Avoid illegal memory access when searching with tab changes (!73)
  - Revert to "Wrap Around" always true for the search bar (openembedded#83)
  - Prevent too late accesses to the buffer in selection mode
  - Direct call to keybinding signals for "Delete" and "Select All" (openembedded#83)
  - Improve editing keybindings consistency (openembedded#83)

- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this issue Feb 8, 2021
Release notes for 0.5.2
=======================
- New Features:
  - Add a "Viewer Mode" toggle (openembedded#50, !72)
  - Improve `--quit` option: close all windows interactively (!71)
  - Improve encoding management (openembedded#42, !69)
    - Display the current encoding in the status bar
    - Make the default encoding configurable via GSettings
    - Allow to choose encoding in the "Open" and "Save As" dialogs (openembedded#42)
    - Add a command line option to choose encoding
  - Add a "Delete Line" action (openembedded#13, !66)
  - Make automatic addition of the last EOL character configurable (openembedded#53,!65)
  - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64)
    - Add file monitoring (openembedded#75)
    - Add a setting to create a tilde-backup file when saving (openembedded#27)
    - Make saving atomic (openembedded#4)

- Appearance Changes:
  - Filter files on mime type in the "Open" and "Save As" dialogs (openembedded#2, openembedded#35, !67)

- Code Refactoring:
  - Improve encoding management (openembedded#42, !69)
    - Make encoding dialog more generic and self-contained
    - Encodings definition review
    - Clarify encoding management when opening files
    - Improve unicode BOM management
  - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64)
    - Set the save action sensitivity more precisely
    - Let GFile APIs check for file existence when reading
    - Let GFile APIs check for external modifications when saving
    - Basic switch to GFile for I/O operations

- Bug Fixes:
  - Make "replace" and "replace all" behaviors consistent (openembedded#94)
  - Ensure that the page setup is properly applied when printing (openembedded#90)
  - Avoid character escape issues in menu item action names (openembedded#91)
  - Properly initialize document search properties
  - Avoid illegal memory access when searching with tab changes (!73)
  - Revert to "Wrap Around" always true for the search bar (openembedded#83)
  - Prevent too late accesses to the buffer in selection mode
  - Direct call to keybinding signals for "Delete" and "Select All" (openembedded#83)
  - Improve editing keybindings consistency (openembedded#83)

- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Feb 11, 2021
Release notes for 0.5.2
=======================
- New Features:
  - Add a "Viewer Mode" toggle (openembedded#50, !72)
  - Improve `--quit` option: close all windows interactively (!71)
  - Improve encoding management (openembedded#42, !69)
    - Display the current encoding in the status bar
    - Make the default encoding configurable via GSettings
    - Allow to choose encoding in the "Open" and "Save As" dialogs (openembedded#42)
    - Add a command line option to choose encoding
  - Add a "Delete Line" action (openembedded#13, !66)
  - Make automatic addition of the last EOL character configurable (openembedded#53,!65)
  - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64)
    - Add file monitoring (openembedded#75)
    - Add a setting to create a tilde-backup file when saving (openembedded#27)
    - Make saving atomic (openembedded#4)

- Appearance Changes:
  - Filter files on mime type in the "Open" and "Save As" dialogs (openembedded#2, openembedded#35, !67)

- Code Refactoring:
  - Improve encoding management (openembedded#42, !69)
    - Make encoding dialog more generic and self-contained
    - Encodings definition review
    - Clarify encoding management when opening files
    - Improve unicode BOM management
  - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64)
    - Set the save action sensitivity more precisely
    - Let GFile APIs check for file existence when reading
    - Let GFile APIs check for external modifications when saving
    - Basic switch to GFile for I/O operations

- Bug Fixes:
  - Make "replace" and "replace all" behaviors consistent (openembedded#94)
  - Ensure that the page setup is properly applied when printing (openembedded#90)
  - Avoid character escape issues in menu item action names (openembedded#91)
  - Properly initialize document search properties
  - Avoid illegal memory access when searching with tab changes (!73)
  - Revert to "Wrap Around" always true for the search bar (openembedded#83)
  - Prevent too late accesses to the buffer in selection mode
  - Direct call to keybinding signals for "Delete" and "Select All" (openembedded#83)
  - Improve editing keybindings consistency (openembedded#83)

- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Feb 11, 2021
Release notes for 0.5.2
=======================
- New Features:
  - Add a "Viewer Mode" toggle (openembedded#50, !72)
  - Improve `--quit` option: close all windows interactively (!71)
  - Improve encoding management (openembedded#42, !69)
    - Display the current encoding in the status bar
    - Make the default encoding configurable via GSettings
    - Allow to choose encoding in the "Open" and "Save As" dialogs (openembedded#42)
    - Add a command line option to choose encoding
  - Add a "Delete Line" action (openembedded#13, !66)
  - Make automatic addition of the last EOL character configurable (openembedded#53,!65)
  - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64)
    - Add file monitoring (openembedded#75)
    - Add a setting to create a tilde-backup file when saving (openembedded#27)
    - Make saving atomic (openembedded#4)

- Appearance Changes:
  - Filter files on mime type in the "Open" and "Save As" dialogs (openembedded#2, openembedded#35, !67)

- Code Refactoring:
  - Improve encoding management (openembedded#42, !69)
    - Make encoding dialog more generic and self-contained
    - Encodings definition review
    - Clarify encoding management when opening files
    - Improve unicode BOM management
  - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64)
    - Set the save action sensitivity more precisely
    - Let GFile APIs check for file existence when reading
    - Let GFile APIs check for external modifications when saving
    - Basic switch to GFile for I/O operations

- Bug Fixes:
  - Make "replace" and "replace all" behaviors consistent (openembedded#94)
  - Ensure that the page setup is properly applied when printing (openembedded#90)
  - Avoid character escape issues in menu item action names (openembedded#91)
  - Properly initialize document search properties
  - Avoid illegal memory access when searching with tab changes (!73)
  - Revert to "Wrap Around" always true for the search bar (openembedded#83)
  - Prevent too late accesses to the buffer in selection mode
  - Direct call to keybinding signals for "Delete" and "Select All" (openembedded#83)
  - Improve editing keybindings consistency (openembedded#83)

- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Feb 11, 2021
Release notes for 0.5.2
=======================
- New Features:
  - Add a "Viewer Mode" toggle (openembedded#50, !72)
  - Improve `--quit` option: close all windows interactively (!71)
  - Improve encoding management (openembedded#42, !69)
    - Display the current encoding in the status bar
    - Make the default encoding configurable via GSettings
    - Allow to choose encoding in the "Open" and "Save As" dialogs (openembedded#42)
    - Add a command line option to choose encoding
  - Add a "Delete Line" action (openembedded#13, !66)
  - Make automatic addition of the last EOL character configurable (openembedded#53,!65)
  - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64)
    - Add file monitoring (openembedded#75)
    - Add a setting to create a tilde-backup file when saving (openembedded#27)
    - Make saving atomic (openembedded#4)

- Appearance Changes:
  - Filter files on mime type in the "Open" and "Save As" dialogs (openembedded#2, openembedded#35, !67)

- Code Refactoring:
  - Improve encoding management (openembedded#42, !69)
    - Make encoding dialog more generic and self-contained
    - Encodings definition review
    - Clarify encoding management when opening files
    - Improve unicode BOM management
  - Switch to GFile for I/O operations (openembedded#4, openembedded#27, openembedded#75, !64)
    - Set the save action sensitivity more precisely
    - Let GFile APIs check for file existence when reading
    - Let GFile APIs check for external modifications when saving
    - Basic switch to GFile for I/O operations

- Bug Fixes:
  - Make "replace" and "replace all" behaviors consistent (openembedded#94)
  - Ensure that the page setup is properly applied when printing (openembedded#90)
  - Avoid character escape issues in menu item action names (openembedded#91)
  - Properly initialize document search properties
  - Avoid illegal memory access when searching with tab changes (!73)
  - Revert to "Wrap Around" always true for the search bar (openembedded#83)
  - Prevent too late accesses to the buffer in selection mode
  - Direct call to keybinding signals for "Delete" and "Select All" (openembedded#83)
  - Improve editing keybindings consistency (openembedded#83)

- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Apr 17, 2023
Update xfce4-screensaver from 4.16.0 to 4.18.1

* rebase fix-cross-compile.patch

Release notes for 4.18.1
========================
This release is to fix a build issue on BSD systems

- Refactor spawn_make_environment_for_display()

Release notes for 4.18.0
========================
- Add copyright notice to configure.ac
- Make missing GNOME Keyring PAM module warning quiet (Fixes openembedded#46)
- build: Fix --disable-locking (Fixes openembedded#83)
- Remove duplicated lines in README (Fixes openembedded#109)
- savers: Fix critical warnings on exit
- savers: Fix critical warnings from GSThemeWindow on "realize"
- Do not redirect stderr for our own commands
- Round the user picture on lock dialog.
- build: Do not warn if PAM prefix is correct
- Improve lightdm detection (Fixes openembedded#39)
- build: Fix -Wunused-value compiler warning
- build: Fix -Wdeclaration-after-statement compiler warning
- build: Fix -Wsign-compare compiler warning
- build: Use XDT_FEATURE_DEBUG
- Fix use-after-free crash in xfce4-screensaver-dialog
- Fix D-Bus sleep inhibit when screen locker is disabled
- Complete previous commit
- Fix Xfconf memory management
- build: Set GLib macros via XDT_CHECK_PACKAGE
- autogen.sh: Do not `mkdir m4`
- Fix crash when XDG_PICTURES_DIR is not set (Fixes openembedded#86)
- Fix build warning from Clang
- --with-password-helper expects full pathname of password helper
- Add missing zeroing of timeout_id in dialog_timed_out() timer handler
- Fix wrong signal name for GtkSpinButton
- Remove ENABLE_NLS ifdefs and use xfce_textdomain()
- build: Fix intltool lock file problem during make distcheck
- Fix compilation warnings
- autoconf: Some updates
- Translation Updates:
  Albanian, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Danish, Dutch, Eastern Armenian,
  English (Australia), Estonian, Finnish, French, Galician, German,
  Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kabyle,
  Korean, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese,
  Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Thai, Ukrainian

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Feb 15, 2024
Uprev libusbgx to ec0b01c to get following fixes:
```
ec0b01c Merge pull request openembedded#83 from mgrzeschik/uac2-controls
cbf1750 uac2: add additional configuration controls
81d7c05 load libcomposite kernel module
caad244 Fix: Memory leak config label
51abbfd Automake: fix distclean of tests
3cc5af7 Added printer function header to installed headers
adc45af Added missing extern C closing brace
```

Refresh 0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Sep 10, 2024
Changelog:
==========
- add 3.13 to setup.cfg classifiers
- test: optimized test preformance by moving deadcode check to the end (openembedded#89)
- Catch exception if node is in unexpected statement (openembedded#84)
- Merge pull request openembedded#80 from alexmojaki/3.13
- doc: review changes
- fix: removed unused verification
- fix: handle __firstlineno__
- refactor: review changes
- test: skip module tests for now
- test(3.13): added sample_results
- fix: skip files with raise an recursion error in 3.13, because the recursion limit has no effect
- fix: allow to LOAD_FAST variables for TypeVars
- test: fixed tests for 3.13.0b1
- test(3.13): handle optimization of not not x
- fix(3.13): a type variable can also have nonlocal variables
- fix(3.13): COMPARE_OP maps always to ast.Compare
- fix(3.13): a async function can also have nonlocal variables
- fix(3.13): a lambda can also have nonlocal variables
- fix(3.13): handle CALL_KW like method calls which are only located by the end position
- fix(3.13): loading of __class__ is mapped to the last element of the class
- fix(3.13): handle STORE_FAST_STORE_FAST and similar instructions as known issues
- fix(3.13): fixed typing errors
- build(3.13): added 3.13 to ci workflow
- fix(3.13): added new rules to the verification
- fix(3.13): show_caches is deprecated
- fix: backward compatibility fix for changed source positions in 3.12.5 (openembedded#82) (openembedded#83)
- Add many_calls tests to EXECUTING_SLOW_TESTS (openembedded#78)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants