public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Trouble uploading package
@ 2020-04-07 15:03 Åke Rehnman
  2020-04-07 15:25 ` Jon Turney
  0 siblings, 1 reply; 3+ messages in thread
From: Åke Rehnman @ 2020-04-07 15:03 UTC (permalink / raw)
  To: cygwin

Hello all,

I tripped on the finish line...

ERROR: install packages from source package 'libftdi1' have non-unique current versions 1.3-1 (python3-ftdi1), 1.4-1 (2 others)
ERROR: error while validating merged x86_64 packages for Ake Rehnman



I get this report:
WARNING: copying 'libftdi1-1.4-1.hint' to 'libftdi1-1.4-1-src.hint'
INFO: adding homepage:https://www.intra2net.com/en/developer/libftdi/index.php  to hints for srcpkg libftdi1-1.4-1-src.tar.xz
WARNING: package 'libao' version '1.2.0-1' has empty install tar file, but it's not in the _obsolete category
WARNING: package 'libftdi1-doc' doesn't have a curr version
WARNING: package 'python27-ftdi1' doesn't have a curr version
WARNING: package 'python36-ftdi1' doesn't have a curr version
ERROR: install packages from source package 'libftdi1' have non-unique current versions 1.3-1 (python3-ftdi1), 1.4-1 (2 others)
ERROR: error while validating merged x86_64 packages for Ake Rehnman
SUMMARY: 5 WARNING(s), 1 INFO(s), 2 ERROR(s)


$ cygport libftdi1_1.4-1.cygport upload
PYVERS= 2 3
>>> Uploading libftdi1-1.4-1.x86_64
>>> Running lftp sftp://cygwin@cygwin.com
Password:
cd ok, cwd=/x86_64/release
Transferring file `libftdi1-1.4-1-src.tar.xz'
Transferring file `libftdi1-1.4-1.hint'
Transferring file `libftdi1-1.4-1.tar.xz'
Transferring file `libftdi1-debuginfo/libftdi1-debuginfo-1.4-1.hint'
Transferring file `libftdi1-debuginfo/libftdi1-debuginfo-1.4-1.tar.xz'
Transferring file `libftdi1-devel/libftdi1-devel-1.4-1.hint'
Transferring file `libftdi1-devel/libftdi1-devel-1.4-1.tar.xz'
Making directory `libftdi1-doc'
Transferring file `libftdi1-doc/libftdi1-doc-1.4-1.hint'
Transferring file `libftdi1-doc/libftdi1-doc-1.4-1.tar.xz'
Making directory `python27-ftdi1'
Transferring file `python27-ftdi1/python27-ftdi1-1.4-1.hint'
Transferring file `python27-ftdi1/python27-ftdi1-1.4-1.tar.xz'
Making directory `python36-ftdi1'
Transferring file `python36-ftdi1/python36-ftdi1-1.4-1.hint'
Transferring file `python36-ftdi1/python36-ftdi1-1.4-1.tar.xz'
Removing old directory `python3-ftdi1'
Total: 5 directories, 13 files, 0 symlinks
New: 13 files, 0 symlinks
1185024 bytes transferred in 13 seconds (88.4 KiB/s)
Removed: 1 directory, 0 files, 0 symlinks
Upload complete.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Trouble uploading package
  2020-04-07 15:03 Trouble uploading package Åke Rehnman
@ 2020-04-07 15:25 ` Jon Turney
  2020-04-07 15:40   ` Åke Rehnman
  0 siblings, 1 reply; 3+ messages in thread
From: Jon Turney @ 2020-04-07 15:25 UTC (permalink / raw)
  To: Åke Rehnman, The Cygwin Mailing List

On 07/04/2020 16:03, Åke Rehnman via Cygwin wrote:
> Hello all,
> 
> I tripped on the finish line...
> 
> ERROR: install packages from source package 'libftdi1' have non-unique 
> current versions 1.3-1 (python3-ftdi1), 1.4-1 (2 others)
> ERROR: error while validating merged x86_64 packages for Ake Rehnman
> 

It seems there is an existing python3-ftdi1 package (version 1.3-1)

This error is meant to indicate that you must choose what to do where 
this package is already installed (e.g. python36-ftdi1 should obsolete 
python3-ftdi1)

This error didn't trip for x86 as well because you have marked the 
libftdi1 1.4-1 packages 'test' for that (since this check is only 
performed on the current version)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Trouble uploading package
  2020-04-07 15:25 ` Jon Turney
@ 2020-04-07 15:40   ` Åke Rehnman
  0 siblings, 0 replies; 3+ messages in thread
From: Åke Rehnman @ 2020-04-07 15:40 UTC (permalink / raw)
  To: Jon Turney, The Cygwin Mailing List


On 2020-04-07 17:25, Jon Turney wrote:
> On 07/04/2020 16:03, Åke Rehnman via Cygwin wrote:
>> Hello all,
>>
>> I tripped on the finish line...
>>
>> ERROR: install packages from source package 'libftdi1' have 
>> non-unique current versions 1.3-1 (python3-ftdi1), 1.4-1 (2 others)
>> ERROR: error while validating merged x86_64 packages for Ake Rehnman
>>
>
> It seems there is an existing python3-ftdi1 package (version 1.3-1)
>
> This error is meant to indicate that you must choose what to do where 
> this package is already installed (e.g. python36-ftdi1 should obsolete 
> python3-ftdi1)
I was thinking along those lines... See if I can figure out the syntax 
for obsoleting a package.
>
> This error didn't trip for x86 as well because you have marked the 
> libftdi1 1.4-1 packages 'test' for that (since this check is only 
> performed on the current version)
>
Darn.... the dangers of doing reverse-search and not watch what is 
done... package-test was not my intention...

BR

/Ake



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-07 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 15:03 Trouble uploading package Åke Rehnman
2020-04-07 15:25 ` Jon Turney
2020-04-07 15:40   ` Åke Rehnman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).