https://bz.apache.org/ooo/show_bug.cgi?id=127774

truckman <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |g

--- Comment #10 from truckman <[email protected]> ---
This call in solenv/bin/par2script.pl:
  print "Adding definitions without assignment to the root\n";
  par2script::module::add_to_root_module();
assigns gid_File_Lib_Gconfbe and many other gids, including many font entries. 
The lower level code where this is happening is in
solenv/bin/modules/par2script/module.pm:
                my $gid;
                foreach $gid ( keys %{$definedgids} )
                {
                        if ( ! exists( $assignedgids->{$gid} ))
                        {
                                if ( $gidstring eq "" )
                                {
                                        $gidstring = $gid;
                                }
                                else
                                {
                                        $gidstring = "$gidstring,$gid";
                                }

                                $assignedgids->{$gid} = 1;
                        }
                }

The font upgrades between AOO417 and AOO418 may be triggering a bug that
affects the packaging of other files.

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

Reply via email to