[PATCH] Only .so files are used in libcollector. Remove the other files.

Vladimir Mezentsev vladimir.mezentsev@oracle.com
Wed Mar 23 05:02:55 GMT 2022



On 3/22/22 21:20, Alan Modra wrote:
> On Tue, Mar 22, 2022 at 03:15:04PM -0700, Vladimir Mezentsev via Binutils wrote:
>> From: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
>>
>> gprofng/ChangeLog
>> 2022-03-22  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
>>
>> 	* gprofng/libcollector/Makefile.am (install-data-local):
>> 	Remove the *.la and *.a libraries.
>> 	* gprofng/libcollector/Makefile.in: Regenerate.
> This is certainly better than blindly removing all *.a and *.la from
> the install directory.  Please commit.  You also might like to look
> at what gcc/lto-plugin does.

I just made `git rebase` with the master branch and run:

% git push sourceware vmezents/libcollector:master
ssh: connect to host sourceware.org port 22: Network is unreachable
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


It is in my .git/config:
[remote "sourceware"]
     url = ssh://git@sourceware.org/git/binutils-gdb.git
     fetch = +refs/heads/*:refs/remotes/sourceware/*


  I never commit in sourceware.org/git/binutils-gdb.git myself.
I have an account:
Login: vmezentsev
Email: vladimir.mezentsev@oracle.com
Project: binutils

But I probably have no write access.
How can I resolve my `git push` problem ?

Thank you,
-Vladimir








More information about the Binutils mailing list