On 2019/06/25 04:50, Sebastian Reitenbach wrote:
> CVSROOT:      /cvs
> Module name:  ports
> Changes by:   [email protected]        2019/06/25 04:50:03
> 
> Log message:
>     import sn0int
>     
>     sn0int is a semi-automatic OSINT framework and package manager. It was 
> built
>     for IT security professionals and bug hunters to gather intelligence 
> about a
>     given target or about yourself. sn0int is enumerating attack surface by
>     semi-automatically processing public information and mapping the results 
> in a
>     unified format for followup investigations.
>     
>     port from kpcyrd at rxv cc
>     
>     OK gonzalo@, bentley@
>     
>     Status:
>     
>     Vendor Tag:       sebastia
>     Release Tags:     sebastia_20190625
>     
>     N ports/security/sn0int/Makefile
>     N ports/security/sn0int/distinfo
>     N ports/security/sn0int/pkg/PLIST
>     N ports/security/sn0int/pkg/DESCR
>     
>     No conflicts created by this import
> 

Fails on i386:

     Running `/usr/local/bin/rustc --crate-name typenum 
/usr/obj/ports/sn0int-0.11.2/sn0int-0.11.2/modcargo-crates/typenum-1.10.0/src/lib.rs
 --color never --crate-type lib --emit=dep-info,link -C opt-level=1 -C 
metadata=399ee8a0cfe4b41d -C extra-filename=-399ee8a0cfe4b41d --out-dir 
/usr/obj/ports/sn0int-0.11.2/build-i386/target/release/deps -L 
dependency=/usr/obj/ports/sn0int-0.11.2/build-i386/target/release/deps 
--cap-lints allow -C debuginfo=0`
error[E0428]: the name `U1024` is defined multiple times
    --> 
/usr/obj/ports/sn0int-0.11.2/build-i386/target/release/build/typenum-5e6397b4a3b9ef31/out/consts.rs:2112:5
     |
2110 |     pub type U1024 = 
UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, 
B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>;
     |     
-------------------------------------------------------------------------------------------------------------------------------------
 previous definition of the type `U1024` here
2111 |     pub type P1024 = PInt<U1024>; pub type N1024 = NInt<U1024>;
2112 |     pub type U1024 = 
UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, 
B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>;
     |     
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 `U1024` redefined here
     |
     = note: `U1024` must be defined only once in the type namespace of this 
module

error[E0428]: the name `P1024` is defined multiple times
    --> 
/usr/obj/ports/sn0int-0.11.2/build-i386/target/release/build/typenum-5e6397b4a3b9ef31/out/consts.rs:2113:5
     |
2111 |     pub type P1024 = PInt<U1024>; pub type N1024 = NInt<U1024>;
     |     ----------------------------- previous definition of the type 
`P1024` here
2112 |     pub type U1024 = 
UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, 
B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>;
2113 |     pub type P1024 = PInt<U1024>; pub type N1024 = NInt<U1024>;
     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `P1024` redefined here
     |
     = note: `P1024` must be defined only once in the type namespace of this 
module

error[E0428]: the name `N1024` is defined multiple times
    --> 
/usr/obj/ports/sn0int-0.11.2/build-i386/target/release/build/typenum-5e6397b4a3b9ef31/out/consts.rs:2113:35
     |
2111 |     pub type P1024 = PInt<U1024>; pub type N1024 = NInt<U1024>;
     |                                   ----------------------------- previous 
definition of the type `N1024` here
2112 |     pub type U1024 = 
UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, 
B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>;
2113 |     pub type P1024 = PInt<U1024>; pub type N1024 = NInt<U1024>;
     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N1024` 
redefined here
     |
     = note: `N1024` must be defined only once in the type namespace of this 
module

error: aborting due to 3 previous errors

For more information about this error, try `rustc --explain E0428`.
error: Could not compile `typenum`.

Caused by:
  process didn't exit successfully: `/usr/local/bin/rustc --crate-name typenum 
/usr/obj/ports/sn0int-0.11.2/sn0int-0.11.2/modcargo-crates/typenum-1.10.0/src/lib.rs
 --color never --crate-type lib --emit=dep-info,link -C opt-level=1 -C 
metadata=399ee8a0cfe4b41d -C extra-filename=-399ee8a0cfe4b41d --out-dir 
/usr/obj/ports/sn0int-0.11.2/build-i386/target/release/deps -L 
dependency=/usr/obj/ports/sn0int-0.11.2/build-i386/target/release/deps 
--cap-lints allow -C debuginfo=0` (exit code: 1)

Reply via email to