Opened 12 years ago
Closed 12 years ago
#38312 closed defect (fixed)
cotvnc: sed: RE error: illegal byte sequence
Reported by: | essandess (Steve Smith) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | mountainlion | Cc: | |
Port: | cotvnc |
Description
The underlying error appears to be "sed: RE error: illegal byte sequence".
Here's the build error:
$ sudo port clean --dist cotvnc ---> Cleaning cotvnc $ sudo port install cotvnc ---> Computing dependencies for cotvnc ---> Fetching archive for cotvnc ---> Attempting to fetch cotvnc-2.0b4_0.darwin_12.x86_64.tbz2 from http://packages.macports.org/cotvnc ---> Attempting to fetch cotvnc-2.0b4_0.darwin_12.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/cotvnc ---> Attempting to fetch cotvnc-2.0b4_0.darwin_12.x86_64.tbz2 from http://lil.fr.packages.macports.org/cotvnc ---> Fetching distfiles for cotvnc ---> Attempting to fetch cotvnc-20b4-source.tgz from http://voxel.dl.sourceforge.net/project/cotvnc/cotvnc/Chicken%20of%20the%20VNC%202.0b4 ---> Verifying checksum(s) for cotvnc ---> Extracting cotvnc ---> Configuring cotvnc ---> Building cotvnc Error: org.macports.build for port cotvnc returned: command execution failed Please see the log file for port cotvnc for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_cotvnc/cotvnc/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port cotvnc failed
And the fail from /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_cotvnc/cotvnc/main.log
:info:build setenv _CHICKEN_VERSION_ 2.0b4 :info:build /bin/sh -c "\"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_cotvnc/cotvnc/work/cotvnc/build/Chicken of the VNC.build/Deployment/Chicken of the VNC.build/Script-E23631D40646E8BD000D00B6.sh\"" :info:build sed: RE error: illegal byte sequence :info:build sed: RE error: illegal byte sequence :info:build sed: RE error: illegal byte sequence :info:build Command /bin/sh failed with exit code 1 :info:build :info:build :info:build ** BUILD FAILED ** :info:build :info:build :info:build The following build commands failed: :info:build PhaseScriptExecution "Run Script" "build/Chicken of the VNC.build/Deployment/Chicken of the VNC.build/Script-E23631D40646E8BD000D00B6.sh" :info:build (1 failure) :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_cotvnc/cotvnc/work/cotvnc" && /usr/bin/xcodebuild -alltargets -configuration Deployment build OBJROOT=build/ SYMROOT=build/ MACOSX_DEPLOYMENT_TARGET=10.8 ARCHS=x86_64 SDKROOT="" GCC_VERSION=com.apple.compilers.llvm.clang.1_0 :info:build Exit code: 65 :error:build org.macports.build for port cotvnc returned: command execution failed :debug:build Error code: NONE :debug:build Backtrace: command execution failed while executing "$procedure $targetname" :info:build Warning: targets not executed for cotvnc: org.macports.activate org.macports.build org.macports.destroot org.macports.install :notice:build Please see the log file for port cotvnc for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_cotvnc/cotvnc/main.log
Change History (2)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | mountainlion added |
---|---|
Summary: | cotvnc fails to build on 10.8.2, MacPorts 2.1.3, Latest Xcode command line tools → cotvnc: sed: RE error: illegal byte sequence |
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Although sed only prints this error as of Mountain Lion, the situation leading to the error message for this port actually caused a problem starting with Snow Leopard. Fixed in r103778. Thanks for the report.
Note: See
TracTickets for help on using
tickets.
Replying to s.t.smith@…:
A very popular error on Mountain Lion (see other tickets for other ports). We should be able to fix this.