Closed UriHerrera closed 5 years ago
Thank you for the report.
There are two issues here:
1) not parsing the option correctly, due to my overly strict interpretation of the option format. I'll fix that. The workaround: use [ arch=amd64 ]
(that is, insert a space the opening bracket and a space before the closing bracket).
2) libcupt
does not support "MultiArch". Even if the arch=amd64
is parsed correctly, it will be still ignored. If your system requires installing packages for non-native architectures, I'm afraid cupt
as of today will not be able to help.
This (only the syntax part, as per updated title) is now fixed in the master
branch.
Thanks for the fix :)
cupt
gives an error message when a repository is specifying an architecture in its configuration file and results incupt
skipping the repository. e.g., this is the output from the Google Chrome repository.If I remove the line specifying the architecture
cupt
doesn't give any warning or error message.