Opened 16 years ago
Closed 16 years ago
#16094 closed defect (fixed)
x264-20080724 undeclared dependency on yasm
Reported by: | pmq@… | Owned by: | acho@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
Trying to upgrade, no variants.
queinnec@pasiphae:~$ port upgrade outdated ---> Fetching x264 ---> Attempting to fetch x264-snapshot-20080724-2245.tar.bz2 from ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ ---> Verifying checksum(s) for x264 ---> Extracting x264 ---> Configuring x264 Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_x264/work/x264-snapshot-20080724-2245" && ./configure --prefix=/opt/local --enable-pthread --enable-pic " returned error 1 Command output: No suitable assembler found. Install 'yasm' to get MMX/SSE optimized code. If you really want to compile without asm, configure with --disable-asm. Error: Unable to upgrade port: 1 }} After installing yasm, it works fine. BTW, is there a typo in variant name 'ssse3' ?
Change History (1)
comment:1 Changed 16 years ago by acho@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Oops, that'll teach me to trust packages to keep the same options.
Removed ssse3 variant (supplemental shared streaming extension 3) and added noasm variant. yasm is now a build dep by default.
Commited in svn 38598