PageMaker was running OK (except duplex printing wrong) on 0.9 wines. With RC1 & RC3 (didn't try RC2) PageMaker starts to open, cycles my scanner (???), and quits. I went back to 0.9.61-1 all is well again. Any thoughts? I did a reinstall of PM, but it had no effect.
On Mon, Jun 2, 2008 at 9:04 PM, okie2003 <wineforum-user at winehq.org> wrote:> PageMaker was running OK (except duplex printing wrong) on 0.9 wines. With RC1 & RC3 (didn't try RC2) PageMaker starts to open, cycles my scanner (???), and quits. I went back to 0.9.61-1 all is well again. Any thoughts? I did a reinstall of PM, but it had no effect. > > > > > >Try doing a formal refression test http://wiki.winehq.org/RegressionTesting -- Zachary Goldberg Computer Science & Engineering Electrical Captain of Penn Electric Race Team School of Engineering at the University of Pennsylvania
:( Sorry for the long post. I am a newbie, so I don't really know what I am doing. I am running Mepis 7.0 (Debian based) and have installed git 4.3.20-10, git-core 1:1.4.4.4-2, cogito, and ccache 2.4. When I attempt to run according to the wiki this is what I get: Rob at Office:~$ whereis git-core git-core: /usr/share/git-core Rob at Office:~$ cd /usr/share/ Rob at Office:/usr/share$ su root Password: root at Office:/usr/share# git clone git://source.winehq.org/git/wine.git wine-git git, the filemanager with GNU Interactive Tools, is now called gitfm. If you are looking for git, Linus Torvald's content tracker, install the cogito and git-core packages and see README.Debian and git(7). This transition script will be removed in the debian stable release after etch. If you wish to complete the transition early, install git-core and use (as root): update-alternatives --config git Press RETURN to run gitfm /usr/bin/gitfm: warning: invalid extra options ignored GNU Interactive Tools 4.3.20 (i586-pc-linux-gnu), 10:15:20 Aug 21 2006 GIT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. Copyright (C) 1993-1999 Free Software Foundation, Inc. Written by Tudor Hulubei and Andrei Pitis, Bucharest, Romania /usr/bin/gitfm: fatal error: `chdir' failed: permission denied. root at Office:/usr/share# update-alternatives --config git There are 2 alternatives which provide `git'. Selection Alternative ----------------------------------------------- *+ 1 /usr/bin/git.transition 2 /usr/bin/git-scm Press enter to keep the default[*], or type selection number: root at Office:/usr/share# git clone git://source.winehq.org/git/wine.git wine-git git, the filemanager with GNU Interactive Tools, is now called gitfm. If you are looking for git, Linus Torvald's content tracker, install the cogito and git-core packages and see README.Debian and git(7). This transition script will be removed in the debian stable release after etch. If you wish to complete the transition early, install git-core and use (as root): update-alternatives --config git Press RETURN to run gitfm /usr/bin/gitfm: warning: invalid extra options ignored GNU Interactive Tools 4.3.20 (i586-pc-linux-gnu), 10:15:20 Aug 21 2006 GIT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. Copyright (C) 1993-1999 Free Software Foundation, Inc. Written by Tudor Hulubei and Andrei Pitis, Bucharest, Romania /usr/bin/gitfm: fatal error: `chdir' failed: permission denied. root at Office:/usr/share#
okie2003 wrote:> git, the filemanager with GNU Interactive Tools, is now called gitfm.Wrong GIT. See what it told you next: okie2003 wrote:> If you are looking for git, Linus Torvald's content tracker, install > the cogito and git-core packages and see README.Debian and git(7).Remove that wrong "git" you installed.
austin987 wrote:> On Tue, Jun 3, 2008 at 8:00 PM, okie2003 <wineforum-user at winehq.org> wrote: > > > Thanks for your patience. Sorry to be so dumb. OK, I got the clone step done and started on bisect. The result of the next step is: > > > > Rob at Office:~/wine-git$ CC="ccache gcc" ./configure --verbose > > checking build system type... i686-pc-linux-gnulibc1 > > checking host system type... i686-pc-linux-gnulibc1 > > checking whether make sets $(MAKE)... yes > > checking for gcc... ccache gcc > > checking for C compiler default output file name... > > configure: error: C compiler cannot create executables > > See `config.log' for more details. > > > > According to the wiki I was to expect dependencies, but I don't know where "config.log" is and I would probably not know what to change in it. whereis didn't help me or I don't know what i am looking at. > > Rob at Office:~/wine-git$ whereis config.log > > config: /usr/share/config /usr/share/config.kcfg /usr/share/man/man5/config.5ssl.gz > > > > Nothing in those locations looked right. > > > > > > You need lots of dependencies, namely, a compiler. Look at: > http://wiki.winehq.org/Recommended_PackagesYou are compiling using ccache : Code: CC="ccache gcc" You will need to install the ccache package in order to use it. (And this package is not in the recommended packages list as it only appears in the bisection explanations) Of course you will still need all the other packages from the wiki page.[/code]
Thanks for all the help. I thought I had a complier. According to synaptic I have gcc, gcc-4.1, gcc-4.1-base installed. I also have ccache installed. But all that may not matter because when I ran apt-get build-dep wine I got: root at Office:/home/Rob# apt-get build-dep wine Reading package lists... Done Building dependency tree... Done E: Build-dependencies for wine could not be satisfied. root at Office:/home/Rob# Apparently this is beyond my level.
Well, there is a version of wine in the Mepis repositories and obviously I have run RC1 & 2 & 3 as well as 0.9.61. Now these were debs made by the community. My sources list is as follows: # MEPIS improvements, overrides and updates--the MEPIS magic deb ftp://ftp.mepis.com/mepis/ mepis-7.0 main deb http://ftp.debian.org/debian/ etch main contrib non-free deb-src http://ftp.debian.org/debian/ etch main contrib non-free deb http://security.debian.org/ etch/updates main contrib non-free deb http://volatile.debian.org/debian-volatile/ etch/volatile main contrib non-free # Some Debian Multimedia software might be illegal in some jurisdictions deb http://www.debian-multimedia.org/ etch main # The VirtualBox non-free binary edition deb http://www.virtualbox.org/debian/ etch non-free What Debian repository would have to be added to get the necessary dependencies?
Dan, the links did not work for me. The http://wiki.winehq.org/BuildDependencies one says page does not exist and the other produced a 404 not found error. However, after some more reading I tried this: root at Office:/home/Rob# apt-get install git-core flex bison libstdc++6-dev libartsc0-dev libasound2-dev libaudio2 libaudiofile0 libc6-dev libesd-alsa0 libesd0-dev libgcc1 libgl1-mesa-glx libgl1-mesa-dev libglib2.0-0 libglu1-mesa-dev libgphoto2-2-dev libgphoto2-port0 libice6 liblcms1-dev libldap2-dev libsm6 libx11-6 libxau6 libxext6 libxml2-dev libxslt1.1 libxt6 libxxf86vm1 msttcorefonts build-essential Reading package lists... Done Building dependency tree... Done git-core is already the newest version. libaudio2 is already the newest version. libaudiofile0 is already the newest version. libgcc1 is already the newest version. libgl1-mesa-glx is already the newest version. libglib2.0-0 is already the newest version. libgphoto2-port0 is already the newest version. libice6 is already the newest version. libsm6 is already the newest version. libx11-6 is already the newest version. libxau6 is already the newest version. libxext6 is already the newest version. libxslt1.1 is already the newest version. libxt6 is already the newest version. libxxf86vm1 is already the newest version. msttcorefonts is already the newest version. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libgphoto2-2-dev: Depends: libgphoto2-2 (= 2.2.1-16) but 2.4.0-8 is to be installed E: Broken packages root at Office:/home/Rob# I forced version 2.2.1-16 and then: root at Office:/home/Rob# apt-get build-dep wine Reading package lists... Done Building dependency tree... Done The following NEW packages will be installed: ... 0 upgraded, 99 newly installed, 0 to remove and 0 not upgraded. Need to get 84.6MB of archives. After unpacking 273MB of additional disk space will be used. Do you want to continue [Y/n]? n Abort. root at Office:/home/Rob# apt-get build-dep wine This will have to wait until over night, but it looks like we are getting somewhere.